aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-utils.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-07-08 05:46:03 +0800
committerDan Winship <danw@src.gnome.org>2000-07-08 05:46:03 +0800
commitb817b9cb3e461f253d54b10e5a1b802b1b5b2058 (patch)
treeb9c7dc19f5c5656da8c5e4fae02a5a6b277d7e53 /camel/camel-mime-utils.c
parent2b29d7310a6287f425f8f8ebe73fa0ace7f58f4f (diff)
downloadgsoc2013-evolution-b817b9cb3e461f253d54b10e5a1b802b1b5b2058.tar
gsoc2013-evolution-b817b9cb3e461f253d54b10e5a1b802b1b5b2058.tar.gz
gsoc2013-evolution-b817b9cb3e461f253d54b10e5a1b802b1b5b2058.tar.bz2
gsoc2013-evolution-b817b9cb3e461f253d54b10e5a1b802b1b5b2058.tar.lz
gsoc2013-evolution-b817b9cb3e461f253d54b10e5a1b802b1b5b2058.tar.xz
gsoc2013-evolution-b817b9cb3e461f253d54b10e5a1b802b1b5b2058.tar.zst
gsoc2013-evolution-b817b9cb3e461f253d54b10e5a1b802b1b5b2058.zip
Work around In-Reply-To's with unquoted punctuation. So many broken
* camel-mime-utils.c (header_references_decode): Work around In-Reply-To's with unquoted punctuation. So many broken mailers. svn path=/trunk/; revision=3962
Diffstat (limited to 'camel/camel-mime-utils.c')
-rw-r--r--camel/camel-mime-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c
index 3163e637e4..af9c9a7972 100644
--- a/camel/camel-mime-utils.c
+++ b/camel/camel-mime-utils.c
@@ -1714,7 +1714,7 @@ header_references_decode(const char *in)
if (word)
g_free (word);
else
- break;
+ inptr++; /* Stupid mailer tricks */
}
}