aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-09-06 03:43:08 +0800
committerDan Winship <danw@src.gnome.org>2000-09-06 03:43:08 +0800
commit362fa5361015a75817e6990331a295e96efa6dd4 (patch)
tree7a7bddff1336ab7509dee702df6f423a1794226a /mail/ChangeLog
parent84680074b11f7a20f8e1e76975321b6daf706966 (diff)
downloadgsoc2013-evolution-362fa5361015a75817e6990331a295e96efa6dd4.tar
gsoc2013-evolution-362fa5361015a75817e6990331a295e96efa6dd4.tar.gz
gsoc2013-evolution-362fa5361015a75817e6990331a295e96efa6dd4.tar.bz2
gsoc2013-evolution-362fa5361015a75817e6990331a295e96efa6dd4.tar.lz
gsoc2013-evolution-362fa5361015a75817e6990331a295e96efa6dd4.tar.xz
gsoc2013-evolution-362fa5361015a75817e6990331a295e96efa6dd4.tar.zst
gsoc2013-evolution-362fa5361015a75817e6990331a295e96efa6dd4.zip
Replace mail_do_setup_draftbox, mail_do_setup_outbox, and
* mail-ops.c: Replace mail_do_setup_draftbox, mail_do_setup_outbox, and mail_do_setup_sentbox with mail_do_setup_folder. (do_send_mail, do_send_queue): s/sentbox_folder/sent_folder/ * component-factory.c (owner_set_cb): Use mail_do_setup_folder, rename sentbox_folder to sent_folder, and call mail_operation_wait_for_finish after the setup_folder calls in case anything needs to use the _folder variables. svn path=/trunk/; revision=5200
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index a0e178f417..fc6ccbc06a 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,15 @@
+2000-09-05 Dan Winship <danw@helixcode.com>
+
+ * mail-ops.c: Replace mail_do_setup_draftbox,
+ mail_do_setup_outbox, and mail_do_setup_sentbox with
+ mail_do_setup_folder.
+ (do_send_mail, do_send_queue): s/sentbox_folder/sent_folder/
+
+ * component-factory.c (owner_set_cb): Use mail_do_setup_folder,
+ rename sentbox_folder to sent_folder, and call
+ mail_operation_wait_for_finish after the setup_folder calls in
+ case anything needs to use the _folder variables.
+
2000-09-04 Jeffrey Stedfast <fejj@helixcode.com>
* mail-format.c (mail_generate_reply): Applied Jesse's patch that