aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-18 16:46:37 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-18 16:46:37 +0800
commit31d87dbdfe55a62a9736b3a51b9339c1e516c2b2 (patch)
treeabe4076e57941e129855b62dbfc99238f30b6e5e /mail/ChangeLog
parentb0cdc364041108c4e57a55e497b9ca9c7cd06471 (diff)
downloadgsoc2013-evolution-31d87dbdfe55a62a9736b3a51b9339c1e516c2b2.tar
gsoc2013-evolution-31d87dbdfe55a62a9736b3a51b9339c1e516c2b2.tar.gz
gsoc2013-evolution-31d87dbdfe55a62a9736b3a51b9339c1e516c2b2.tar.bz2
gsoc2013-evolution-31d87dbdfe55a62a9736b3a51b9339c1e516c2b2.tar.lz
gsoc2013-evolution-31d87dbdfe55a62a9736b3a51b9339c1e516c2b2.tar.xz
gsoc2013-evolution-31d87dbdfe55a62a9736b3a51b9339c1e516c2b2.tar.zst
gsoc2013-evolution-31d87dbdfe55a62a9736b3a51b9339c1e516c2b2.zip
no new message test if its the drafts folder too.
2004-05-18 Not Zed <NotZed@Ximian.com> * mail-folder-cache.c (folder_changed): no new message test if its the drafts folder too. * mail-vfolder.c (vfolder_adduri_desc): use a nicer, account-based formatter for folder names. Hmm, that was a good waste of time. For #55412. svn path=/trunk/; revision=25955
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index cf8714322a..7c632f643c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,12 @@
2004-05-18 Not Zed <NotZed@Ximian.com>
+ * mail-folder-cache.c (folder_changed): no new message test if its
+ the drafts folder too.
+
+ * mail-vfolder.c (vfolder_adduri_desc): use a nicer, account-based
+ formatter for folder names. Hmm, that was a good waste of time.
+ For #55412.
+
* em-folder-view.c (emfv_list_selection_change): Listen to the
tree selection change event directly & proxy out, so we can update
the status bar properly. Blah. For #58600.