diff options
author | 0 <NotZed@Ximian.com> | 2001-09-21 11:10:02 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-21 11:10:02 +0800 |
commit | 096dad5a2a78751c8938d3397102c132d7a045a6 (patch) | |
tree | 66d726e1e6deb51286ae28ca035107b7013d0c86 /mail/ChangeLog | |
parent | 7d17dc2230c4a3b650849ad6e2dcdc5ebf6cb47e (diff) | |
download | gsoc2013-evolution-096dad5a2a78751c8938d3397102c132d7a045a6.tar gsoc2013-evolution-096dad5a2a78751c8938d3397102c132d7a045a6.tar.gz gsoc2013-evolution-096dad5a2a78751c8938d3397102c132d7a045a6.tar.bz2 gsoc2013-evolution-096dad5a2a78751c8938d3397102c132d7a045a6.tar.lz gsoc2013-evolution-096dad5a2a78751c8938d3397102c132d7a045a6.tar.xz gsoc2013-evolution-096dad5a2a78751c8938d3397102c132d7a045a6.tar.zst gsoc2013-evolution-096dad5a2a78751c8938d3397102c132d7a045a6.zip |
trigger a folder changed event, so the folderinfocache stuff has a chance
2001-09-20 <NotZed@Ximian.com>
* component-factory.c (got_folder): trigger a folder changed
event, so the folderinfocache stuff has a chance to see if this is
the outbox_folder or not.
* mail-folder-cache.c (update_1folder): If we have -1 unread
count, pass that as 0 to the shell so it doesn't go bolding.
(setup_folder): Same.
svn path=/trunk/; revision=13041
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 5feabe3c2a..0d02914947 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2001-09-20 <NotZed@Ximian.com> + + * component-factory.c (got_folder): trigger a folder changed + event, so the folderinfocache stuff has a chance to see if this is + the outbox_folder or not. + + * mail-folder-cache.c (update_1folder): If we have -1 unread + count, pass that as 0 to the shell so it doesn't go bolding. + (setup_folder): Same. + 2001-09-20 Jeffrey Stedfast <fejj@ximian.com> * mail-account-gui.c (mail_account_gui_save): Only add the account |