diff options
Diffstat (limited to 'camel/camel-mime-utils.c')
-rw-r--r-- | camel/camel-mime-utils.c | 4 |
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; |