From 98e867b9ce4a3af332ddd96c4a19ee942a89f401 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 19 Oct 2010 09:36:01 +0200 Subject: Bug #567265 - BCC kept on message forward from Sent folder --- em-format/em-format-quote.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'em-format') 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; -- cgit v1.2.3