"Options > Send a Copy" makes copy on SAVE; multiple saves results in multiple copies in the Drafts folder
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
People
(Reporter: KlausRusch, Assigned: welpy-cw)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 1 obsolete file)
Comment 1•21 years ago
|
||
Comment 2•20 years ago
|
||
Comment 3•19 years ago
|
||
| Reporter | ||
Comment 4•18 years ago
|
||
Updated•17 years ago
|
Updated•17 years ago
|
Comment 5•17 years ago
|
||
Comment 6•17 years ago
|
||
Comment 11•4 years ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #10)
TCW can you reproduce?
Well, I'll be. Yup, I can sort of repro this but slightly in reverse order.
My STR:
- Open Composer and type oo@oo.com into the To: field
- Now, click Options > Send A Copy To > pick some folder belonging to the same account that would be sending to oo@oo.com
- Hit Ctrl-S a few times
Actual Results:
A few copies get saved in the Drafts folder, not the folder chosen in Step 2. Only one copy gets saved in the folder from Step 2.
Expected Results:
Probably not the same as the Actual Results.
Comment 12•4 years ago
|
||
Oddly, nothing in Error Console.
Comment 13•4 years ago
|
||
This is odd too. I went to delete all the copies in Drafts and it nuked the copy in the folder from step 2. How do you like them apples?
Comment 14•4 years ago
•
|
||
What new he** is this? The folder that I used as a guinea pig has now change into a...drafts folder? In this image, the folder used to be below the Trash folder. Now it's icon is different and I can't move it or change it back? What do you think happened?
Updated•4 years ago
|
Comment 15•4 years ago
|
||
Comment 16•4 years ago
•
|
||
So after fiddling with this a bit, it now seems I can't make TB see this as a folder any longer. Even after deleting it via GMail's web UI and recreating it, TB recreates it as a Draft folder. This change seems permanent and on the TB side. =(
Functionally, it seems ok as I have filters set up to push mails into it every 8AM. So other than it taking on the icon of a draft folder, it still seems to be a folder. Or, Label, in GMail-speak.
Comment 17•4 years ago
•
|
||
I fixed my issue but this will likely bite someone else too so I am posting the solution / fix. After installing the Add-on, right-click the folder, choose Properties, click the Flags tab and uncheck the Drafts checkbox. Would be nice to have this flags tab (or something like it) handy for just this rare occasion.
I believe the effected folders have got a folder flag for drafts.
Please use this addon:
https://addons.thunderbird.net/en-us/thunderbird/addon/folderflags/
Updated•3 years ago
|
| Assignee | ||
Comment 18•1 year ago
|
||
- Save a copy to an additional folder only if the message is actually sent.
- Ensure that the current draft is replaced in the drafts folder when FCC2 is set and the message is saved again.
- This also prevents the additional CC folder from becoming a drafts folder when a message is saved with FCC2 set.
Updated•1 year ago
|
Comment 19•1 year ago
|
||
The API currently expects save operations to honour the additional fcc,
which is no longer the case once D242713 lands.
This patch ensures that the send operations are not affected and
modifies the tests for the save operations to actually use an fcc and
verify that it is now ignored. The test modifications in D242713 simply
stopped using fcc altogether.
This patch also updates the API description.
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Comment 20•1 year ago
|
||
Pushed by arschmitz@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/89112fead816
Fix FCC2 handling when saving a message as draft. r=john.bieling,mkmelin
https://hg.mozilla.org/comm-central/rev/f1c35448824e
Adjust tests and documentation after D242713 changed handling of additional fcc. r=welpy-cw,aleca
Description
•