diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-14 03:05:43 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-14 03:05:43 +0800 |
commit | a801b3b6914f17a84b6ec156b5f14d0451d21931 (patch) | |
tree | eb9a2a42cd35b394133265da056ad3017ae5ee8e /filter/ChangeLog | |
parent | a7700d7312fd694905be3c50d8e1b1eeb98cf3b2 (diff) | |
download | gsoc2013-evolution-a801b3b6914f17a84b6ec156b5f14d0451d21931.tar.gz gsoc2013-evolution-a801b3b6914f17a84b6ec156b5f14d0451d21931.tar.zst gsoc2013-evolution-a801b3b6914f17a84b6ec156b5f14d0451d21931.zip |
Modified to only match text MIME parts in the message rather than the
2000-09-13 Jeffrey Stedfast <fejj@helixcode.com>
* filter-message-search.c (body_contains): Modified to only match
text MIME parts in the message rather than the entire MIME message
(header_contains): Added regex matching
svn path=/trunk/; revision=5406
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 06284d16e5..0cdd6d20fd 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,9 @@ +2000-09-13 Jeffrey Stedfast <fejj@helixcode.com> + + * filter-message-search.c (body_contains): Modified to only match + text MIME parts in the message rather than the entire MIME message + (header_contains): Added regex matching + 2000-09-12 Dan Winship <danw@helixcode.com> * rule-context.c (d): |