diff options
author | Dan Winship <danw@src.gnome.org> | 2001-09-27 03:28:14 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-09-27 03:28:14 +0800 |
commit | 3bf97142fa10290a91deeae010aa08a95b0661d3 (patch) | |
tree | 9ff7f1072c079579e1b7e505be33bcc610b07833 /mail/ChangeLog | |
parent | cca7709e68452fe2eef30f8f068badebea44dfe1 (diff) | |
download | gsoc2013-evolution-3bf97142fa10290a91deeae010aa08a95b0661d3.tar gsoc2013-evolution-3bf97142fa10290a91deeae010aa08a95b0661d3.tar.gz gsoc2013-evolution-3bf97142fa10290a91deeae010aa08a95b0661d3.tar.bz2 gsoc2013-evolution-3bf97142fa10290a91deeae010aa08a95b0661d3.tar.lz gsoc2013-evolution-3bf97142fa10290a91deeae010aa08a95b0661d3.tar.xz gsoc2013-evolution-3bf97142fa10290a91deeae010aa08a95b0661d3.tar.zst gsoc2013-evolution-3bf97142fa10290a91deeae010aa08a95b0661d3.zip |
Add a big comment explaining unread message counts so no one can mess them
* mail-folder-cache.c: Add a big comment explaining unread message
counts so no one can mess them up again in the future. :-)
(update_1folder): If info->unread_message_count is -1, don't do
anything.
* component-factory.c (component_factory_init): warn and exit if
oaf_active_server_register returns OAF_REG_ALREADY_ACTIVE.
svn path=/trunk/; revision=13155
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e31194af32..df2e021409 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2001-09-26 Dan Winship <danw@ximian.com> + + * mail-folder-cache.c: Add a big comment explaining unread message + counts so no one can mess them up again in the future. :-) + (update_1folder): If info->unread_message_count is -1, don't do + anything. + + * component-factory.c (component_factory_init): warn and exit if + oaf_active_server_register returns OAF_REG_ALREADY_ACTIVE. + 2001-09-26 Jeffrey Stedfast <fejj@ximian.com> * mail-config.c (config_read): Oops, translate the fake account |