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.7.1-1+rpi1^2~25 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6d831805a9a27181f43e0b6b838b8d04c6bb37ce;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 )