diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-10-04 23:59:18 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-10-04 23:59:18 +0800 |
commit | 91951b638c64ef9c4f18b8ec4fc52a6d0541a3e4 (patch) | |
tree | 9ee36c63bd16ee87105042d3c062c2803c8b6e83 /mail/ChangeLog | |
parent | 47a2f8444fed208beaa353c9d1da69c970e91d4c (diff) | |
download | gsoc2013-evolution-91951b638c64ef9c4f18b8ec4fc52a6d0541a3e4.tar gsoc2013-evolution-91951b638c64ef9c4f18b8ec4fc52a6d0541a3e4.tar.gz gsoc2013-evolution-91951b638c64ef9c4f18b8ec4fc52a6d0541a3e4.tar.bz2 gsoc2013-evolution-91951b638c64ef9c4f18b8ec4fc52a6d0541a3e4.tar.lz gsoc2013-evolution-91951b638c64ef9c4f18b8ec4fc52a6d0541a3e4.tar.xz gsoc2013-evolution-91951b638c64ef9c4f18b8ec4fc52a6d0541a3e4.tar.zst gsoc2013-evolution-91951b638c64ef9c4f18b8ec4fc52a6d0541a3e4.zip |
Fix the attachment icon width. (content_is_attachment): Perform some
2000-10-04 Not Zed <NotZed@HelixCode.com>
* message-list.c (message_list_init_header): Fix the attachment icon width.
(content_is_attachment): Perform some simple tests to see if the
message contains an attachment.
(build_subtree): Kill a pointless warning.
svn path=/trunk/; revision=5707
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 291e1f5533..7d1795c3d2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2000-10-04 Not Zed <NotZed@HelixCode.com> + + * message-list.c (message_list_init_header): Fix the attachment icon width. + (content_is_attachment): Perform some simple tests to see if the + message contains an attachment. + (build_subtree): Kill a pointless warning. + 2000-10-04 Miguel de Icaza <miguel@helixcode.com> * mail-callbacks.c (delete_msg): Added a comment to a piece of |