From 2dc2990d215dae20c8ebdb93f10338730b8f514e Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 12 Mar 2004 16:51:50 +0000 Subject: Removed. No longer in use (hasn't been since before 1.2). 2004-03-12 Jeffrey Stedfast * 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 --- mail/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'mail/ChangeLog') 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 + + * 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 * em-folder-browser.c (emfb_set_folder): Reverted signal blocking -- cgit v1.2.3