GNOME Bugzilla – Bug 56453
Failed mail sending places mail in outgoing and sent folders.
Last modified: 2004-12-22 21:47:04 UTC
When sending a mail fails, the mail is placed in the outgoing AND in the sent-mail folder. It should be placed into the sent-mail folder only after it has successfully been sent, until then, it should be ONLY in the outgoing folder.
In my case, it happened that the partition carrying /tmp was full.
is there any good reason to not move write_fcc() from message_queue() to process_queue() ?
Right. The only thing is that you cannot do _write_fcc then, you need to do message_move/copy().
Committed to HEAD (2004-08-31). Resolving as FIXED...