aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-12 22:51:01 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-12 22:51:01 +0800
commit497e2144ace593643f64eb4dfd48f691d205521b (patch)
treed13219c04b9b3a3d501750b2e25a5319b5475a6b /mail/ChangeLog
parent327d984447bb5e40445bf3af25704e23699b1c28 (diff)
downloadgsoc2013-evolution-497e2144ace593643f64eb4dfd48f691d205521b.tar
gsoc2013-evolution-497e2144ace593643f64eb4dfd48f691d205521b.tar.gz
gsoc2013-evolution-497e2144ace593643f64eb4dfd48f691d205521b.tar.bz2
gsoc2013-evolution-497e2144ace593643f64eb4dfd48f691d205521b.tar.lz
gsoc2013-evolution-497e2144ace593643f64eb4dfd48f691d205521b.tar.xz
gsoc2013-evolution-497e2144ace593643f64eb4dfd48f691d205521b.tar.zst
gsoc2013-evolution-497e2144ace593643f64eb4dfd48f691d205521b.zip
Grey out the "Filter for Mailing List" item if we cannot figure out a
mailing list for the selected message. svn path=/trunk/; revision=5364
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 987bb3d49e..78e597b38a 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,22 @@
2000-09-12 Ettore Perazzoli <ettore@helixcode.com>
+ * message-list.c (on_right_click): Grey out the mailing list
+ filter item if `mail_mlist_magic_detect_list()' returns NULL on
+ this message [i.e., if we cannot figure out a mailing list for
+ this message].
+ (filter_mlist): Good boys don't use F words.
+
+ * mail-mlist-magic.c (check_sender): Work safely if
+ `header_name_return' or `header_value_return' are NULL.
+ (check_x_been_there): Likewise.
+ (check_delivered_to): Likewise.
+ (check_x_mailing_list): Likewise.
+ (check_x_loop): Likewise.
+
+ * message-list.c (on_right_click): Mark strings for translation.
+
+2000-09-12 Ettore Perazzoli <ettore@helixcode.com>
+
* folder-browser-factory.c: Use the latest, shiny, amazing TigerT
art for the toolbar.