From 7362d3534bcc7a71fdc5d529f255ce9370b743eb Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 1 Nov 2000 21:25:04 +0000 Subject: If the name is NULL or empty, then set the title to "Mail from
". 2000-11-01 Jeffrey Stedfast * mail-autofilter.c (rule_from_message): If the name is NULL or empty, then set the title to "Mail from
". Closes bugzilla bug #777. Also when filtering on Subject, set the file name to "Subject is " rather than just "" - I think this is a bit more user-friendly. (strip_re): Use unsigned char when passing to is() functions from ctype.h. (rule_add_subject): Use the "is" rule instead of "contains". svn path=/trunk/; revision=6321 --- mail/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'mail/ChangeLog') 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 + + * mail-autofilter.c (rule_from_message): If the name is NULL or + empty, then set the title to "Mail from
". Closes + bugzilla bug #777. Also when filtering on Subject, set the file + name to "Subject is " rather than just "" - I + think this is a bit more user-friendly. + (strip_re): Use unsigned char when passing to is() + functions from ctype.h. + (rule_add_subject): Use the "is" rule instead of "contains". + 2000-11-01 Jesse Pavel * mail-display.c: added property bag support for Bonobo -- cgit v1.2.3