diff options
author | Dan Winship <danw@src.gnome.org> | 2001-09-20 00:14:54 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-09-20 00:14:54 +0800 |
commit | 6d59ad08fdda41fae4ec8a28eb126d067e2570f0 (patch) | |
tree | dbc1c44150e080394b54645f77a2604bc44b2413 /mail/ChangeLog | |
parent | 6445ac7538ad2b26bdef3116f2c4bd18b2205e69 (diff) | |
download | gsoc2013-evolution-6d59ad08fdda41fae4ec8a28eb126d067e2570f0.tar gsoc2013-evolution-6d59ad08fdda41fae4ec8a28eb126d067e2570f0.tar.gz gsoc2013-evolution-6d59ad08fdda41fae4ec8a28eb126d067e2570f0.tar.bz2 gsoc2013-evolution-6d59ad08fdda41fae4ec8a28eb126d067e2570f0.tar.lz gsoc2013-evolution-6d59ad08fdda41fae4ec8a28eb126d067e2570f0.tar.xz gsoc2013-evolution-6d59ad08fdda41fae4ec8a28eb126d067e2570f0.tar.zst gsoc2013-evolution-6d59ad08fdda41fae4ec8a28eb126d067e2570f0.zip |
Pass the actual unread message count, not just whether or not it's > 0.
* mail-callbacks.c (create_folders): Pass the actual unread
message count, not just whether or not it's > 0. Fixes ximian
9089.
svn path=/trunk/; revision=12979
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 15e91aa75d..458c383684 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-09-19 Dan Winship <danw@ximian.com> + + * mail-callbacks.c (create_folders): Pass the actual unread + message count, not just whether or not it's > 0. Fixes ximian + 9089. + 2001-09-19 <NotZed@Ximian.com> * component-factory.c: Added missing header. |