-
Notifications
You must be signed in to change notification settings - Fork 9
Feature Request: Support copying folders #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
To clarify - move folder is not an explicit command or menu option from QuickFolders but it is implicitely supported via the following actions:
if you mean any different way of moving folders, I would need to know (because it may not be a QuickFolders function in that case) The quickMove button also accepts emails (and the modifier key Ctrl can be held to force copying the emails) so a good way to extend into folders would be using Ctrl during the drop of folders, too. |
Here is a test version - you can add folders for copying by dragging them to the quickMove button while holding "Ctrl" key pressed. They will also now be listed in the menu (and you can add more items before executing the folder copy). The icon will differ depending on whether you copy or move:# QuickFolders-wx-5.4pre112.zip Since it can be a rather big / expensive operation you will get a messagebox asking for confirmation. If you cancel out of this messagebox all search items are cleared again. |
Today I added a fix to make it work in Thunderbird 87, too. Looking at the new copy service ( Not sure if this is to indicate anything but maybe there is problem moving folders from one account to another - I haven't sufficiently tested this yet. You can see the behavior when you drag around folders within the tree - they are moved within the account but always copied when dropping on another account: https://searchfox.org/comm-central/source/mail/base/content/folderPane.js#980 One should bear in mind that when a folder is moved / copied to an IMAP account, all data has to be uploaded to the server, so I am not sure how "safe" this whole operation is and what happens if Thunderbird crashes / is closed during this process. I guess everything is copied locally (hopefully the emails are downloaded at this stage already!) and synchronization should resume later. I am not a great fan of IMAP as it seems to add a load of wasteful network traffic. |
Implemented in 5.4 - Released 18/03/2021 |
There is a 'move folder' function and I think it would be useful to have a "copy" option on that function.
The text was updated successfully, but these errors were encountered: