diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-06-29 23:31:01 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-06-29 23:31:01 +0800 |
commit | d2875d9e05b5d20e7f8a5d5300dfc9e83de7b7bc (patch) | |
tree | cb937b1a5f08b251c49cd04554f288c66abdbc04 /mail/ChangeLog | |
parent | 6896f2152a3c962d5b7cc11f6c2ac2e454b15ca6 (diff) | |
download | gsoc2013-evolution-d2875d9e05b5d20e7f8a5d5300dfc9e83de7b7bc.tar gsoc2013-evolution-d2875d9e05b5d20e7f8a5d5300dfc9e83de7b7bc.tar.gz gsoc2013-evolution-d2875d9e05b5d20e7f8a5d5300dfc9e83de7b7bc.tar.bz2 gsoc2013-evolution-d2875d9e05b5d20e7f8a5d5300dfc9e83de7b7bc.tar.lz gsoc2013-evolution-d2875d9e05b5d20e7f8a5d5300dfc9e83de7b7bc.tar.xz gsoc2013-evolution-d2875d9e05b5d20e7f8a5d5300dfc9e83de7b7bc.tar.zst gsoc2013-evolution-d2875d9e05b5d20e7f8a5d5300dfc9e83de7b7bc.zip |
Fixes brought to us by Purify
svn path=/trunk/; revision=3792
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 021d80affd..045e1c5873 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2000-06-29 Peter Williams <peterw@helixcode.com> + + * message-list.c (message_list_init): Set the dnd_code of the + ETableHeader to something so that Solaris sprintf doesn't die + on a NULL string. + + * mail-config.c (providers_config_new): Check for a null "transport" + string (not all OS' handle NULL strings well *cough* Solaris) + 2000-06-28 Dan Winship <danw@helixcode.com> * mail-format.c (mail_generate_forward): add default subjects |