diff options
author | Peter Williams <peterw@ximian.com> | 2001-07-25 02:29:23 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-07-25 02:29:23 +0800 |
commit | 488f755ce87e435a79a7da3fb31f83da3945935e (patch) | |
tree | cadfc98955efda02e7c1eb74efb5156a85ed70f2 /mail/ChangeLog | |
parent | 0a9ba272a22ed1a8d4521321a7f8fc95042e6253 (diff) | |
download | gsoc2013-evolution-488f755ce87e435a79a7da3fb31f83da3945935e.tar gsoc2013-evolution-488f755ce87e435a79a7da3fb31f83da3945935e.tar.gz gsoc2013-evolution-488f755ce87e435a79a7da3fb31f83da3945935e.tar.bz2 gsoc2013-evolution-488f755ce87e435a79a7da3fb31f83da3945935e.tar.lz gsoc2013-evolution-488f755ce87e435a79a7da3fb31f83da3945935e.tar.xz gsoc2013-evolution-488f755ce87e435a79a7da3fb31f83da3945935e.tar.zst gsoc2013-evolution-488f755ce87e435a79a7da3fb31f83da3945935e.zip |
Don't display "(0 unsent)" if the outbox is empty.
2001-07-24 Peter Williams <peterw@ximian.com>
* mail-folder-cache.c (make_folder_name): Don't display "(0 unsent)" if
the outbox is empty.
svn path=/trunk/; revision=11347
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1aaa80d696..9b12997db6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2001-07-24 Peter Williams <peterw@ximian.com> + * mail-folder-cache.c (make_folder_name): Don't display "(0 unsent)" if + the outbox is empty. + * mail-local.c (init_trash): Set up the local trash in the folder cache. * mail-folder-cache.c (update_idle): Make the error reporting a little |