aboutsummaryrefslogtreecommitdiffstats
path: root/em-format
diff options
context:
space:
mode:
Diffstat (limited to 'em-format')
-rw-r--r--em-format/em-format-quote.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/em-format/em-format-quote.c b/em-format/em-format-quote.c
index 569c46f9c4..6d6ed6a4ab 100644
--- a/em-format/em-format-quote.c
+++ b/em-format/em-format-quote.c
@@ -383,6 +383,10 @@ emfq_format_header (EMFormat *emf,
strcpy (name, namein);
canon_header_name (name);
+ /* Never quote Bcc headers */
+ if (g_str_equal (name, "Bcc") || g_str_equal (name, "Resent-Bcc"))
+ return;
+
for (i = 0; addrspec_hdrs[i]; i++) {
if (!strcmp (name, addrspec_hdrs[i])) {
addrspec = TRUE;