diff options
author | 0 <NotZed@Ximian.com> | 2001-09-21 08:56:49 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-21 08:56:49 +0800 |
commit | a68b5681353d9999b208cdbada9b40586eb09c18 (patch) | |
tree | 71cc4eae2909937c92ce902c2c1571e95eb58565 /mail/ChangeLog | |
parent | 5de6e2a14b9d3e4fc3260cfa195921d020249a22 (diff) | |
download | gsoc2013-evolution-a68b5681353d9999b208cdbada9b40586eb09c18.tar gsoc2013-evolution-a68b5681353d9999b208cdbada9b40586eb09c18.tar.gz gsoc2013-evolution-a68b5681353d9999b208cdbada9b40586eb09c18.tar.bz2 gsoc2013-evolution-a68b5681353d9999b208cdbada9b40586eb09c18.tar.lz gsoc2013-evolution-a68b5681353d9999b208cdbada9b40586eb09c18.tar.xz gsoc2013-evolution-a68b5681353d9999b208cdbada9b40586eb09c18.tar.zst gsoc2013-evolution-a68b5681353d9999b208cdbada9b40586eb09c18.zip |
Update the status bar here, assuming we've just been activated.
2001-09-20 <NotZed@Ximian.com>
* folder-browser.c (folder_browser_set_shell_view): Update the
status bar here, assuming we've just been activated.
* mail-ops.c (add_vtrash_info): Scan whole list, rather than
missing the last one. Also dont assume its always the last,
otherwise we could lose following folders.
* mail-vfolder.c
(all): d(x) out debug printfs
* mail-folder-cache.c
(update_1folder): If its a vtrash folder, or the outbox_folder,
and we have a folder, then make the 'count' the total message
count, not unread messages count.
svn path=/trunk/; revision=13036
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 10b6ac4d71..04bc6ce808 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-09-20 <NotZed@Ximian.com> + + * folder-browser.c (folder_browser_set_shell_view): Update the + status bar here, assuming we've just been activated. + + * mail-ops.c (add_vtrash_info): Scan whole list, rather than + missing the last one. Also dont assume its always the last, + otherwise we could lose following folders. + 2001-09-20 Jeffrey Stedfast <fejj@ximian.com> * mail-tools.c (mail_tool_uri_to_folder): Don't "note" the folder @@ -18,6 +27,7 @@ (context_rule_added): Lock around hash access. (context_rule_removed): " (rule_changed): Lock around list access. + (all): d(x) out debug printfs * mail-local.c (storage_listener_startup): Fix for api change. (local_storage_new_folder_cb): Dont skip over leading / in path. @@ -32,6 +42,9 @@ (mail_note_store): Consolidate note_store interface, pass storage or corba_storage to it. (mail_note_local_store): Removed. + (update_1folder): If its a vtrash folder, or the outbox_folder, + and we have a folder, then make the 'count' the total message + count, not unread messages count. 2001-09-20 Jeffrey Stedfast <fejj@ximian.com> |