aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-03 08:35:45 +0800
committerDan Winship <danw@src.gnome.org>2000-08-03 08:35:45 +0800
commit5a2a24af928e27bea1e54734b5bdf62a226300af (patch)
tree1d6ce0db71bb7c0432ea7792d37dc38de05adf9b /camel/ChangeLog
parent83dbcbadc224f5add72a42b7a7c6c794093528f8 (diff)
downloadgsoc2013-evolution-5a2a24af928e27bea1e54734b5bdf62a226300af.tar
gsoc2013-evolution-5a2a24af928e27bea1e54734b5bdf62a226300af.tar.gz
gsoc2013-evolution-5a2a24af928e27bea1e54734b5bdf62a226300af.tar.bz2
gsoc2013-evolution-5a2a24af928e27bea1e54734b5bdf62a226300af.tar.lz
gsoc2013-evolution-5a2a24af928e27bea1e54734b5bdf62a226300af.tar.xz
gsoc2013-evolution-5a2a24af928e27bea1e54734b5bdf62a226300af.tar.zst
gsoc2013-evolution-5a2a24af928e27bea1e54734b5bdf62a226300af.zip
Trim trailing space from the subject. I've now seen replies from two
* camel-mime-message.c (camel_mime_message_set_subject): Trim trailing space from the subject. I've now seen replies from two different people that tricked the threading code by (a) not having References/In-Reply-To, and (b) adding an extra space to the end of the subject line so the subject-based threading fails too. Who writes these broken mailers anyway? svn path=/trunk/; revision=4495
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ace0859687..2998aae007 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,12 @@
+2000-08-02 Dan Winship <danw@helixcode.com>
+
+ * camel-mime-message.c (camel_mime_message_set_subject): Trim
+ trailing space from the subject. I've now seen replies from two
+ different people that tricked the threading code by (a) not having
+ References/In-Reply-To, and (b) adding an extra space to the end
+ of the subject line so the subject-based threading fails too. Who
+ writes these broken mailers anyway?
+
2000-08-01 Jeffrey Stedfast <fejj@helixcode.com>
* providers/smtp/camel-smtp-transport.c (smtp_helo): When forced