diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1dfec8d9a8..073ff671b6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2000-11-01 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-autofilter.c (rule_from_message): If the name is NULL or + empty, then set the title to "Mail from <address>". Closes + bugzilla bug #777. Also when filtering on Subject, set the file + name to "Subject is <subject>" rather than just "<subject>" - I + think this is a bit more user-friendly. + (strip_re): Use unsigned char when passing to is<type>() + functions from ctype.h. + (rule_add_subject): Use the "is" rule instead of "contains". + 2000-11-01 Jesse Pavel <jpavel@helixcode.com> * mail-display.c: added property bag support for Bonobo |