diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-29 05:23:32 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-29 05:23:32 +0800 |
commit | 353f8187b88ee39b08d33845461bc853c454f4d5 (patch) | |
tree | 16169568bab9b464c9f119e159c4b50fdd5349a2 /mail/ChangeLog | |
parent | d591587d8f36e9cf4a1abb16f14f2feee8e507fb (diff) | |
download | gsoc2013-evolution-353f8187b88ee39b08d33845461bc853c454f4d5.tar.gz gsoc2013-evolution-353f8187b88ee39b08d33845461bc853c454f4d5.tar.zst gsoc2013-evolution-353f8187b88ee39b08d33845461bc853c454f4d5.zip |
Fix a bug that could cause a crash on messages with an empty subject.
* mail-format.c (write_text_header): Fix a bug that could cause a
crash on messages with an empty subject. Oops.
svn path=/trunk/; revision=10034
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 474f9455cb..a685ad6b77 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-05-28 Dan Winship <danw@ximian.com> + + * mail-format.c (write_text_header): Fix a bug that could cause a + crash on messages with an empty subject. Oops. + 2001-05-27 Jeffrey Stedfast <fejj@ximian.com> * message-list.c: Removed the etable spec string. |