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%78.4.0-1_deb10u1+rpi1~6^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=baac1ba391b18229d3ecef2f1cfd2cdc107b04d2;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 e0b23f0658..48c16ccc55 100644 --- a/comm/mailnews/compose/src/nsMsgSend.cpp +++ b/comm/mailnews/compose/src/nsMsgSend.cpp @@ -2326,6 +2326,7 @@ nsresult nsMsgComposeAndSend::InitCompositionFields( (aType == nsIMsgCompType::Reply || aType == nsIMsgCompType::ReplyAll || aType == nsIMsgCompType::ReplyToGroup || + aType == nsIMsgCompType::ReplyToList || aType == nsIMsgCompType::ReplyToSender || aType == nsIMsgCompType::ReplyToSenderAndGroup || aType == nsIMsgCompType::ReplyWithTemplate)) {