aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-08-06 13:23:13 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-08-06 13:23:13 +0800
commit1402b68e05a1f701bed2a9cb377fe02cbe69109e (patch)
tree7ca7952832fe44d50d87174becd9a19bf68b99c8 /mail/ChangeLog
parent3f8d6fddb31765e20d66e78778c1916ea8618c36 (diff)
downloadgsoc2013-evolution-1402b68e05a1f701bed2a9cb377fe02cbe69109e.tar
gsoc2013-evolution-1402b68e05a1f701bed2a9cb377fe02cbe69109e.tar.gz
gsoc2013-evolution-1402b68e05a1f701bed2a9cb377fe02cbe69109e.tar.bz2
gsoc2013-evolution-1402b68e05a1f701bed2a9cb377fe02cbe69109e.tar.lz
gsoc2013-evolution-1402b68e05a1f701bed2a9cb377fe02cbe69109e.tar.xz
gsoc2013-evolution-1402b68e05a1f701bed2a9cb377fe02cbe69109e.tar.zst
gsoc2013-evolution-1402b68e05a1f701bed2a9cb377fe02cbe69109e.zip
Set the rule name to include the search string, for #10979.
2002-08-06 Not Zed <NotZed@Ximian.com> * folder-browser.c (folder_browser_search_menu_activated): Set the rule name to include the search string, for #10979. svn path=/trunk/; revision=17712
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index d586c6451f..831ad6dc5b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,9 +1,12 @@
2002-08-06 Not Zed <NotZed@Ximian.com>
+ * folder-browser.c (folder_browser_search_menu_activated): Set the
+ rule name to include the search string, for #10979.
+
* 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.