From: Carsten Schoenert Date: Sat, 9 Mar 2013 19:30:54 +0000 (+0100) Subject: fix function nsMsgComposeAndSend to respect ReploToSend X-Git-Tag: archive/raspbian/1%60.5.1-1+rpi1~1^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e8d702fa2f13947a3cddf82ce500d6798f5fb01e;p=thunderbird.git fix function nsMsgComposeAndSend to respect ReploToSend https://bugzilla.mozilla.org/show_bug.cgi?id=522450 Closes: #565903 Gbp-Pq: Topic fixes Gbp-Pq: Name fix-function-nsMsgComposeAndSend-to-respect-Replo.patch --- diff --git a/comm/mailnews/compose/src/nsMsgSend.cpp b/comm/mailnews/compose/src/nsMsgSend.cpp index 16bf8b831a..ba825a9f2e 100644 --- a/comm/mailnews/compose/src/nsMsgSend.cpp +++ b/comm/mailnews/compose/src/nsMsgSend.cpp @@ -2608,6 +2608,7 @@ nsMsgComposeAndSend::InitCompositionFields(nsMsgCompFields *fields, aType == nsIMsgCompType::Reply || aType == nsIMsgCompType::ReplyAll || aType == nsIMsgCompType::ReplyToGroup || + aType == nsIMsgCompType::ReplyToList || aType == nsIMsgCompType::ReplyToSender || aType == nsIMsgCompType::ReplyToSenderAndGroup || aType == nsIMsgCompType::ReplyWithTemplate )