aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-02 06:35:07 +0800
committerDan Winship <danw@src.gnome.org>2000-06-02 06:35:07 +0800
commit66f4e5ce1c0d8830bea66844c8bd0cd79568953a (patch)
tree6cdf219a56c5e7ed5a1c5a9b265014c4484c690a /mail/ChangeLog
parent5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf (diff)
downloadgsoc2013-evolution-66f4e5ce1c0d8830bea66844c8bd0cd79568953a.tar
gsoc2013-evolution-66f4e5ce1c0d8830bea66844c8bd0cd79568953a.tar.gz
gsoc2013-evolution-66f4e5ce1c0d8830bea66844c8bd0cd79568953a.tar.bz2
gsoc2013-evolution-66f4e5ce1c0d8830bea66844c8bd0cd79568953a.tar.lz
gsoc2013-evolution-66f4e5ce1c0d8830bea66844c8bd0cd79568953a.tar.xz
gsoc2013-evolution-66f4e5ce1c0d8830bea66844c8bd0cd79568953a.tar.zst
gsoc2013-evolution-66f4e5ce1c0d8830bea66844c8bd0cd79568953a.zip
Oops. This needs to take a message argument because we might be writing
* mail-format.c (write_headers): Oops. This needs to take a message argument because we might be writing headers for an embedded message/rfc822 subpart rather than the root document. svn path=/trunk/; revision=3343
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 5d003485f3..d3b1725439 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2000-06-01 Dan Winship <danw@helixcode.com>
+
+ * mail-format.c (write_headers): Oops. This needs to take a
+ message argument because we might be writing headers for an
+ embedded message/rfc822 subpart rather than the root document.
+
2000-06-01 Jeffrey Stedfast <fejj@helixcode.com>
* mail-config.c: Config dialogs are completed.