aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-02 05:25:04 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-02 05:25:04 +0800
commit7362d3534bcc7a71fdc5d529f255ce9370b743eb (patch)
treed4bbf88970734fd3c5697277b87bb2f937286228 /mail/ChangeLog
parenta6eeb1e1624c399b56b8e670be9a5c9cefd20745 (diff)
downloadgsoc2013-evolution-7362d3534bcc7a71fdc5d529f255ce9370b743eb.tar
gsoc2013-evolution-7362d3534bcc7a71fdc5d529f255ce9370b743eb.tar.gz
gsoc2013-evolution-7362d3534bcc7a71fdc5d529f255ce9370b743eb.tar.bz2
gsoc2013-evolution-7362d3534bcc7a71fdc5d529f255ce9370b743eb.tar.lz
gsoc2013-evolution-7362d3534bcc7a71fdc5d529f255ce9370b743eb.tar.xz
gsoc2013-evolution-7362d3534bcc7a71fdc5d529f255ce9370b743eb.tar.zst
gsoc2013-evolution-7362d3534bcc7a71fdc5d529f255ce9370b743eb.zip
If the name is NULL or empty, then set the title to "Mail from <address>".
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". svn path=/trunk/; revision=6321
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
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