aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2001-04-23 10:20:48 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-04-23 10:20:48 +0800
commit2439e91a5c2033c26f014c826e99aa44aa80d08e (patch)
tree94e1ebee306204fa3af2aedcfff60052df27c9d2 /mail/ChangeLog
parentdfc8e2ad3f8f0ce91c16a6538e28491699b0bc99 (diff)
downloadgsoc2013-evolution-2439e91a5c2033c26f014c826e99aa44aa80d08e.tar
gsoc2013-evolution-2439e91a5c2033c26f014c826e99aa44aa80d08e.tar.gz
gsoc2013-evolution-2439e91a5c2033c26f014c826e99aa44aa80d08e.tar.bz2
gsoc2013-evolution-2439e91a5c2033c26f014c826e99aa44aa80d08e.tar.lz
gsoc2013-evolution-2439e91a5c2033c26f014c826e99aa44aa80d08e.tar.xz
gsoc2013-evolution-2439e91a5c2033c26f014c826e99aa44aa80d08e.tar.zst
gsoc2013-evolution-2439e91a5c2033c26f014c826e99aa44aa80d08e.zip
ugh, don't bother checking if the header values are non-NULL - it doesn't hurt to set a NULL header.
svn path=/trunk/; revision=9500
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog3
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3118d588dd..c2e05ead63 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,8 +1,5 @@
2001-04-22 Jeffrey Stedfast <fejj@ximian.com>
- * mail-callbacks.c (composer_get_message): Only set the
- X-Evolution-* header if that value is non-NULL.
-
* mail-ops.c (mail_send_message): Lets do proper refcounting on
the sent-folder. Also, g_strdup() the sent_folder_uri since we
later free it. If we don't, then we get lovely corrupt memory.