diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-04-23 10:15:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-04-23 10:15:45 +0800 |
commit | dfc8e2ad3f8f0ce91c16a6538e28491699b0bc99 (patch) | |
tree | 945e6c2a77ac77d02038ce3ecd423c8a19a26660 /mail/ChangeLog | |
parent | 29b0f2cffcc43b4d0d6ebf194ed8bc17fccd777f (diff) | |
download | gsoc2013-evolution-dfc8e2ad3f8f0ce91c16a6538e28491699b0bc99.tar gsoc2013-evolution-dfc8e2ad3f8f0ce91c16a6538e28491699b0bc99.tar.gz gsoc2013-evolution-dfc8e2ad3f8f0ce91c16a6538e28491699b0bc99.tar.bz2 gsoc2013-evolution-dfc8e2ad3f8f0ce91c16a6538e28491699b0bc99.tar.lz gsoc2013-evolution-dfc8e2ad3f8f0ce91c16a6538e28491699b0bc99.tar.xz gsoc2013-evolution-dfc8e2ad3f8f0ce91c16a6538e28491699b0bc99.tar.zst gsoc2013-evolution-dfc8e2ad3f8f0ce91c16a6538e28491699b0bc99.zip |
Only set the X-Evolution-* header if that value is non-NULL.
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.
svn path=/trunk/; revision=9498
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a312b8ae00..3118d588dd 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 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. + * mail-crypto.c (mail_crypto_pgp_mime_part_sign): Make sure we have a context before we try and use it. |