aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-07-20 11:28:05 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-07-20 11:28:05 +0800
commita0045571d2e59ab3b45ad8ea5f1f249e0b3359e7 (patch)
tree399b3085f6fd666ddee9ff6011fbfc4ecbae2e8d /camel/ChangeLog
parent3a3c32ee5148783e4d6bc0cac46a6c68d74ae4eb (diff)
downloadgsoc2013-evolution-a0045571d2e59ab3b45ad8ea5f1f249e0b3359e7.tar
gsoc2013-evolution-a0045571d2e59ab3b45ad8ea5f1f249e0b3359e7.tar.gz
gsoc2013-evolution-a0045571d2e59ab3b45ad8ea5f1f249e0b3359e7.tar.bz2
gsoc2013-evolution-a0045571d2e59ab3b45ad8ea5f1f249e0b3359e7.tar.lz
gsoc2013-evolution-a0045571d2e59ab3b45ad8ea5f1f249e0b3359e7.tar.xz
gsoc2013-evolution-a0045571d2e59ab3b45ad8ea5f1f249e0b3359e7.tar.zst
gsoc2013-evolution-a0045571d2e59ab3b45ad8ea5f1f249e0b3359e7.zip
only copy 5 chars after the F if we actually have "From ", otherwise we
2004-07-19 Not Zed <NotZed@Ximian.com> * camel-mime-filter-canon.c (filter): only copy 5 chars after the F if we actually have "From ", otherwise we might have F.{,4}\n instead and break eol canonicalisation. For #53355. svn path=/trunk/; revision=26679
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 28d899fbf0..b636210fb2 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2004-07-19 Not Zed <NotZed@Ximian.com>
+
+ * camel-mime-filter-canon.c (filter): only copy 5 chars after the
+ F if we actually have "From ", otherwise we might have F.{,4}\n
+ instead and break eol canonicalisation. For #53355.
+
2004-07-16 Not Zed <NotZed@Ximian.com>
* camel-gpg-context.c: Added some debug stuff.