Open
Bug 1957032
Opened 28 days ago
Updated 25 days ago
Consider deleting the source of a cross-account folder move operation
Categories
(Thunderbird :: General, task)
Thunderbird
General
Tracking
(Not tracked)
NEW
People
(Reporter: babolivier, Unassigned)
References
Details
When moving a folder between accounts, we create the new destination folder(s) and move the messages, but the source folder(s) stay in place.
This seems to be done on purpose, or at the very least expected, as per some comments in the backend code:
- https://searchfox.org/comm-central/rev/06d751aa65c312081d7fb2b952280250e1e8ba46/mailnews/local/src/nsLocalMailFolder.cpp#1617-1618
- https://searchfox.org/comm-central/rev/06d751aa65c312081d7fb2b952280250e1e8ba46/mailnews/local/src/nsLocalMailFolder.cpp#1562
- https://searchfox.org/comm-central/rev/06d751aa65c312081d7fb2b952280250e1e8ba46/mailnews/imap/src/nsImapMailFolder.cpp#7459-7460
From a user experience point of view this is a bit confusing, since I think most users would expect the source folder to be deleted from the source account, so we might want to consider changing this.
You need to log in
before you can comment on or make changes to this bug.
Description
•