aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-16 05:13:52 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-16 05:13:52 +0800
commitbbe7410889d5a75d3dd45d8e6717d8ab97e0979e (patch)
tree224a529185b30933736ce75dc0e3ffe40b9d9f6e /mail/ChangeLog
parent2249eb203e912c38a366dd6737e1e0200eaabcfc (diff)
downloadgsoc2013-evolution-bbe7410889d5a75d3dd45d8e6717d8ab97e0979e.tar
gsoc2013-evolution-bbe7410889d5a75d3dd45d8e6717d8ab97e0979e.tar.gz
gsoc2013-evolution-bbe7410889d5a75d3dd45d8e6717d8ab97e0979e.tar.bz2
gsoc2013-evolution-bbe7410889d5a75d3dd45d8e6717d8ab97e0979e.tar.lz
gsoc2013-evolution-bbe7410889d5a75d3dd45d8e6717d8ab97e0979e.tar.xz
gsoc2013-evolution-bbe7410889d5a75d3dd45d8e6717d8ab97e0979e.tar.zst
gsoc2013-evolution-bbe7410889d5a75d3dd45d8e6717d8ab97e0979e.zip
Pass 'info' into mail_append_mail(), seems I created the info but forgot
2002-07-15 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (composer_send_cb): Pass 'info' into mail_append_mail(), seems I created the info but forgot to pass it in. (composer_send_queued_cb): If the message is successfully queued, we destroy the composer, otherwise we unref it. Don't ever destroy and then unref it. svn path=/trunk/; revision=17468
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog24
1 files changed, 17 insertions, 7 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 9c565f62ad..e0b40785f3 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,18 +1,28 @@
+2002-07-15 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-callbacks.c (composer_send_cb): Pass 'info' into
+ mail_append_mail(), seems I created the info but forgot to pass it
+ in.
+ (composer_send_queued_cb): If the message is successfully queued,
+ we destroy the composer, otherwise we unref it. Don't ever destroy
+ and then unref it.
+
2002-07-15 Radek Doulik <rodo@ximian.com>
* mail-callbacks.c: use new save_header_state flag
2002-07-15 Peter Williams <peterw@ximian.com>
- * mail-offline-handler.c (service_is_relevant): Account for the case
- that when a disco store is "online" but actually offline and we're
- going online, we should actually connect it.
+ * mail-offline-handler.c (service_is_relevant): Account for the
+ case that when a disco store is "online" but actually offline and
+ we're going online, we should actually connect it.
- * component-factory.c (mail_load_storages): Always set auto_connect
- to FALSE, same reason as below.
+ * component-factory.c (mail_load_storages): Always set
+ auto_connect to FALSE, same reason as below.
- * mail-session.c (mail_session_init): Initialize our session to not be online,
- since the shell will tell us to go online if we need to.
+ * mail-session.c (mail_session_init): Initialize our session to
+ not be online, since the shell will tell us to go online if we
+ need to.
2002-07-10 Peter Williams <peterw@ximian.com>