Skip to content
Verified Commit 32a30acd authored by Ingo Klöcker's avatar Ingo Klöcker Committed by Ingo Klöcker
Browse files

Use KIO::moveAs to move decrypted folders to the target folder

Our own helper didn't move hidden files and failed when trying to delete
a directory containing a hidden file. Moreover, using a KIO job we
get a progress dialog for free.
Use KIO::moveAs instead of KIO::move to avoid the source folder being
moved into an already existing target folder. This shouldn't happen
because we explicitly try to find a non-existing name for the target
folder, but better safe than sorry.

GnuPG-bug-id: 6373
parent 8da2c9ac
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment