aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-utils.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-10-28 06:05:45 +0800
committerDan Winship <danw@src.gnome.org>2000-10-28 06:05:45 +0800
commit201718d5533f383f65790a7fa7a8f0b4284936d4 (patch)
tree8128376829127b3c1598f7bb76af05072f7edc5c /camel/camel-mime-utils.c
parente3566a474cdade04088e6789b694287e3f1072fb (diff)
downloadgsoc2013-evolution-201718d5533f383f65790a7fa7a8f0b4284936d4.tar
gsoc2013-evolution-201718d5533f383f65790a7fa7a8f0b4284936d4.tar.gz
gsoc2013-evolution-201718d5533f383f65790a7fa7a8f0b4284936d4.tar.bz2
gsoc2013-evolution-201718d5533f383f65790a7fa7a8f0b4284936d4.tar.lz
gsoc2013-evolution-201718d5533f383f65790a7fa7a8f0b4284936d4.tar.xz
gsoc2013-evolution-201718d5533f383f65790a7fa7a8f0b4284936d4.tar.zst
gsoc2013-evolution-201718d5533f383f65790a7fa7a8f0b4284936d4.zip
Remove previous comment about Outlook brokenness, since it turns out the
brokenness was actually somewhere else. (Still in Outlook, just not in the part of Outlook I was told it was.) svn path=/trunk/; revision=6241
Diffstat (limited to 'camel/camel-mime-utils.c')
-rw-r--r--camel/camel-mime-utils.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c
index 76aa672cae..8b6194763d 100644
--- a/camel/camel-mime-utils.c
+++ b/camel/camel-mime-utils.c
@@ -2213,10 +2213,6 @@ header_param_list_format_append(GString *out, struct _header_param *p)
g_string_sprintfa(out, " ; %s=", p->name);
- /* Outlook will not recognize an iTIP attachment with
- * eg 'method="request"'. It must be 'method=request'.
- * So only quote if we need to. (Sigh)
- */
for (ch = p->value; *ch; ch++) {
if (is_tspecial(*ch))
break;