diff options
author | Dan Winship <danw@src.gnome.org> | 2001-06-29 01:06:05 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-06-29 01:06:05 +0800 |
commit | 418a137c3a737a1a6cc8ed3cf3ecbd2f2751466a (patch) | |
tree | ac448a7ec158d933cfaeba5878ac19209da589b2 /mail/ChangeLog | |
parent | b7e09293e9b634262e7de82a8f09e890a58aeb3a (diff) | |
download | gsoc2013-evolution-418a137c3a737a1a6cc8ed3cf3ecbd2f2751466a.tar gsoc2013-evolution-418a137c3a737a1a6cc8ed3cf3ecbd2f2751466a.tar.gz gsoc2013-evolution-418a137c3a737a1a6cc8ed3cf3ecbd2f2751466a.tar.bz2 gsoc2013-evolution-418a137c3a737a1a6cc8ed3cf3ecbd2f2751466a.tar.lz gsoc2013-evolution-418a137c3a737a1a6cc8ed3cf3ecbd2f2751466a.tar.xz gsoc2013-evolution-418a137c3a737a1a6cc8ed3cf3ecbd2f2751466a.tar.zst gsoc2013-evolution-418a137c3a737a1a6cc8ed3cf3ecbd2f2751466a.zip |
After finding a folder, attach to its "folder_changed" and
* mail-tools.c (mail_tool_uri_to_folder): After finding a folder,
attach to its "folder_changed" and "message_changed" signals.
(update_unread_count, update_unread_count_main): Moved here from
folder-browser but basically unchanged. Doing this here lets us
get folder tree updates for folders that have had messages
moved/copied/filtered into them, but which don't yet have a view
associated with them.
* folder-browser.c (update_unread_count, update_unread_count_main,
etc): Moved to mail-tools.c
svn path=/trunk/; revision=10567
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a066751d53..d106c69d5e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2001-06-28 Dan Winship <danw@ximian.com> + + * mail-tools.c (mail_tool_uri_to_folder): After finding a folder, + attach to its "folder_changed" and "message_changed" signals. + (update_unread_count, update_unread_count_main): Moved here from + folder-browser but basically unchanged. Doing this here lets us + get folder tree updates for folders that have had messages + moved/copied/filtered into them, but which don't yet have a view + associated with them. + + * folder-browser.c (update_unread_count, update_unread_count_main, + etc): Moved to mail-tools.c + 2001-06-28 Radek Doulik <rodo@ximian.com> * mail-config.c: use new fields everywhere |