From a68b5681353d9999b208cdbada9b40586eb09c18 Mon Sep 17 00:00:00 2001 From: 0 Date: Fri, 21 Sep 2001 00:56:49 +0000 Subject: Update the status bar here, assuming we've just been activated. 2001-09-20 * 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 --- mail/folder-browser.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/folder-browser.c') diff --git a/mail/folder-browser.c b/mail/folder-browser.c index 672c8d8724..f577d46e88 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -803,6 +803,10 @@ folder_browser_set_shell_view(FolderBrowser *fb, GNOME_Evolution_ShellView shell fb->shell_view = CORBA_Object_duplicate(shell_view, &ev); CORBA_exception_free(&ev); + + /* small hack, at this point we've just been activated */ + if (fb->shell_view != CORBA_OBJECT_NIL) + update_status_bar(fb); } extern CamelFolder *drafts_folder, *sent_folder, *outbox_folder; -- cgit