From a3eea7e8857928541717df562ab98017e23ecb0d Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 2 Apr 2004 19:10:38 +0000 Subject: Fixes bug #37416 2004-04-02 Jeffrey Stedfast Fixes bug #37416 * mail-folder-cache.c (update_1folder): Same as below. Also add vJunk fodlers to the list of folders that we display the total count for (as discussed on the mailing lists). * em-folder-tree-model.c (em_folder_tree_model_set_folder_info): Use 'total - deleted' as the count for Outbox rather than just the total count. svn path=/trunk/; revision=25305 --- mail/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 25511a491b..84d02a1087 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2004-04-02 Jeffrey Stedfast + + Fixes bug #37416 + + * mail-folder-cache.c (update_1folder): Same as below. Also add + vJunk fodlers to the list of folders that we display the total + count for (as discussed on the mailing lists). + + * em-folder-tree-model.c (em_folder_tree_model_set_folder_info): + Use 'total - deleted' as the count for Outbox rather than just the + total count. + 2004-04-02 Not Zed * em-inline-filter.c: do a per-line validation of the uuencoded -- cgit