diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-13 00:51:50 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-13 00:51:50 +0800 |
commit | 2dc2990d215dae20c8ebdb93f10338730b8f514e (patch) | |
tree | 4236c6b902ca8c79b19750ed8dbf5450ac85b479 /mail/ChangeLog | |
parent | 956377822c6b7eebe36889950c6f7a749e78a8d0 (diff) | |
download | gsoc2013-evolution-2dc2990d215dae20c8ebdb93f10338730b8f514e.tar.gz gsoc2013-evolution-2dc2990d215dae20c8ebdb93f10338730b8f514e.tar.zst gsoc2013-evolution-2dc2990d215dae20c8ebdb93f10338730b8f514e.zip |
Removed. No longer in use (hasn't been since before 1.2).
2004-03-12 Jeffrey Stedfast <fejj@ximian.com>
* mail-ops.c (mail_send_mail): Removed. No longer in use (hasn't
been since before 1.2).
(send_queue_send): Before enetring the main send loop, create a
temporary uid array containing ONLY the messages we will send
(ie. not any that have been marked deleted) so that we can more
accurately report the number of messages total that we are
sending. Also continue sending even if we encounter an exeption in
mail_send_message() (unless, of course, it is a
user-cancel). Merge any exceptions we get into the master
exception variable and ALWAYS sync/expunge the queue folder.
svn path=/trunk/; revision=25043
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e3dcc02d70..9f907f81a8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2004-03-12 Jeffrey Stedfast <fejj@ximian.com> + + * mail-ops.c (mail_send_mail): Removed. No longer in use (hasn't + been since before 1.2). + (send_queue_send): Before enetring the main send loop, create a + temporary uid array containing ONLY the messages we will send + (ie. not any that have been marked deleted) so that we can more + accurately report the number of messages total that we are + sending. Also continue sending even if we encounter an exeption in + mail_send_message() (unless, of course, it is a + user-cancel). Merge any exceptions we get into the master + exception variable and ALWAYS sync/expunge the queue folder. + 2004-03-11 Jeffrey Stedfast <fejj@ximian.com> * em-folder-browser.c (emfb_set_folder): Reverted signal blocking |