aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-08-06 12:32:24 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-08-06 12:32:24 +0800
commita75f6e461db980ecbff380e6a5bf4757cec52bb2 (patch)
tree9c398cd824e6208dc38b8423eb47aadc0245c2d1 /mail/ChangeLog
parent8a030c88e21c4f2bbd8ddf8eebbf3e8d2fe1117b (diff)
downloadgsoc2013-evolution-a75f6e461db980ecbff380e6a5bf4757cec52bb2.tar
gsoc2013-evolution-a75f6e461db980ecbff380e6a5bf4757cec52bb2.tar.gz
gsoc2013-evolution-a75f6e461db980ecbff380e6a5bf4757cec52bb2.tar.bz2
gsoc2013-evolution-a75f6e461db980ecbff380e6a5bf4757cec52bb2.tar.lz
gsoc2013-evolution-a75f6e461db980ecbff380e6a5bf4757cec52bb2.tar.xz
gsoc2013-evolution-a75f6e461db980ecbff380e6a5bf4757cec52bb2.tar.zst
gsoc2013-evolution-a75f6e461db980ecbff380e6a5bf4757cec52bb2.zip
Only count hidden messages which are in the folder. Should probably
2002-08-06 Not Zed <NotZed@Ximian.com> * message-list.c (message_list_hidden): Only count hidden messages which are in the folder. Should probably maintain hidden table better. For #4334. svn path=/trunk/; revision=17707
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 4060561111..d586c6451f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,9 @@
2002-08-06 Not Zed <NotZed@Ximian.com>
+ * message-list.c (message_list_hidden): Only count hidden messages
+ which are in the folder. Should probably maintain hidden table
+ better. For #4334.
+
* mail-ops.c (filter_folder_filter): Unref the driver before
returning to main thread, so any closing operations are handled
async (as in fetch_mail_fetch()), for #28072.