diff options
author | 4 <NotZed@Ximian.com> | 2001-10-05 08:21:28 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-05 08:21:28 +0800 |
commit | b4d1e6b70e3a083666ac712063b89a88b4eb08cb (patch) | |
tree | 1df0791ad13b3f426ba25bdfc413e781f7c23f78 /mail/ChangeLog | |
parent | c5f392ca0e8b878206a012da11522125e1d86342 (diff) | |
download | gsoc2013-evolution-b4d1e6b70e3a083666ac712063b89a88b4eb08cb.tar gsoc2013-evolution-b4d1e6b70e3a083666ac712063b89a88b4eb08cb.tar.gz gsoc2013-evolution-b4d1e6b70e3a083666ac712063b89a88b4eb08cb.tar.bz2 gsoc2013-evolution-b4d1e6b70e3a083666ac712063b89a88b4eb08cb.tar.lz gsoc2013-evolution-b4d1e6b70e3a083666ac712063b89a88b4eb08cb.tar.xz gsoc2013-evolution-b4d1e6b70e3a083666ac712063b89a88b4eb08cb.tar.zst gsoc2013-evolution-b4d1e6b70e3a083666ac712063b89a88b4eb08cb.zip |
Show "nn sent" as total in sent folder, rather than just 'total'.
2001-10-04 <NotZed@Ximian.com>
* folder-browser.c (update_status_bar): Show "nn sent" as total in
sent folder, rather than just 'total'.
* mail-folder-cache.c (update_1folder): Also show total message
count for sent_folder.
svn path=/trunk/; revision=13429
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index dd878dc2d1..9020f531d7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2001-10-04 <NotZed@Ximian.com> + * folder-browser.c (update_status_bar): Show "nn sent" as total in + sent folder, rather than just 'total'. + + * mail-folder-cache.c (update_1folder): Also show total message + count for sent_folder. + * folder-browser-ui.c (folder_browser_setup_property_menu): Do a better job of setting up the name. Also de-sensitise when we can't configure the folder. |