aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 8d2f6cdcf8..f91063269a 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,5 +1,17 @@
2000-10-27 Jeffrey Stedfast <fejj@helixcode.com>
+ * filtertypes.xml: Added header-starts-with, header-ends-with, and
+ header-exists menu items.
+
+ * filter-message-search.c (header_starts_with): New callback to
+ match the beginnings of headers.
+ (header_ends_with): New callback to match the ends of headers.
+ (header_exists): New callback to determine if a header exists
+ which is useful when filtering out all those pesky bug-buddy
+ emails!
+
+2000-10-27 Jeffrey Stedfast <fejj@helixcode.com>
+
* filtertypes.xml: Add header-matches expressions ("is" / "is not").
* filter-message-search.c (header_matches): New callback to match