aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-07-17 03:06:55 +0800
committerPeter Williams <peterw@src.gnome.org>2001-07-17 03:06:55 +0800
commit79d07ca8cad15d7ec6e3d37e261ddc6d401374a8 (patch)
tree03c9fb95cd754f864de84593090609d1be942a32 /mail/ChangeLog
parent53996fb55905d1a25df383b4ce12e64c572b58db (diff)
downloadgsoc2013-evolution-79d07ca8cad15d7ec6e3d37e261ddc6d401374a8.tar
gsoc2013-evolution-79d07ca8cad15d7ec6e3d37e261ddc6d401374a8.tar.gz
gsoc2013-evolution-79d07ca8cad15d7ec6e3d37e261ddc6d401374a8.tar.bz2
gsoc2013-evolution-79d07ca8cad15d7ec6e3d37e261ddc6d401374a8.tar.lz
gsoc2013-evolution-79d07ca8cad15d7ec6e3d37e261ddc6d401374a8.tar.xz
gsoc2013-evolution-79d07ca8cad15d7ec6e3d37e261ddc6d401374a8.tar.zst
gsoc2013-evolution-79d07ca8cad15d7ec6e3d37e261ddc6d401374a8.zip
prototype outbox_folder so we can check if a folder is it.
2001-07-16 Peter Williams <peterw@ximian.com> * mail-folder-cache.c (outbox_folder): prototype outbox_folder so we can check if a folder is it. (make_folder_name): If the folder is the outbox, display the count of total messages as "unsent". (make_folder_status): If the folder is the outbox, display "unsent" instead of "total" svn path=/trunk/; revision=11132
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index e9132ae068..7f3011dcad 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,14 @@
2001-07-16 Peter Williams <peterw@ximian.com>
+ * mail-folder-cache.c (outbox_folder): prototype outbox_folder so we
+ can check if a folder is it.
+ (make_folder_name): If the folder is the outbox, display the count of
+ total messages as "unsent".
+ (make_folder_status): If the folder is the outbox, display "unsent"
+ instead of "total"
+
+2001-07-16 Peter Williams <peterw@ximian.com>
+
* mail-display.c (mail_display_redisplay): Use our own display_style
member instead of the global setting.
(mail_display_init): Initialize display_style.