diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-08-23 01:02:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-08-23 01:02:01 +0800 |
commit | bc43a79394e30a2d28984262ce37f74a12acec00 (patch) | |
tree | 68cab9c8384e3b444e1b126f6e1c2e92c316436e /mail/ChangeLog | |
parent | 0550d3f271efae20b7fc66f4203794632114ce28 (diff) | |
download | gsoc2013-evolution-bc43a79394e30a2d28984262ce37f74a12acec00.tar gsoc2013-evolution-bc43a79394e30a2d28984262ce37f74a12acec00.tar.gz gsoc2013-evolution-bc43a79394e30a2d28984262ce37f74a12acec00.tar.bz2 gsoc2013-evolution-bc43a79394e30a2d28984262ce37f74a12acec00.tar.lz gsoc2013-evolution-bc43a79394e30a2d28984262ce37f74a12acec00.tar.xz gsoc2013-evolution-bc43a79394e30a2d28984262ce37f74a12acec00.tar.zst gsoc2013-evolution-bc43a79394e30a2d28984262ce37f74a12acec00.zip |
Don't abort at the first failure after sending (filtering, appending to
2003-08-14 Jeffrey Stedfast <fejj@ximian.com>
* mail-ops.c (mail_send_message): Don't abort at the first failure
after sending (filtering, appending to Sent, syncing). Instead,
keep a running tab of exceptions and then set a culmulative
exception at the end to report to our caller. Also, if we fail to
append to the account Sent folder, try again with the local Sent
folder. Fixes bug #46512.
svn path=/trunk/; revision=22336
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b3dd16eedd..a4969527e6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2003-08-14 Jeffrey Stedfast <fejj@ximian.com> + + * mail-ops.c (mail_send_message): Don't abort at the first failure + after sending (filtering, appending to Sent, syncing). Instead, + keep a running tab of exceptions and then set a culmulative + exception at the end to report to our caller. Also, if we fail to + append to the account Sent folder, try again with the local Sent + folder. Fixes bug #46512. + 2003-08-18 Jeffrey Stedfast <fejj@ximian.com> * mail-session.c (main_get_filter_driver): Removed the |