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%68.6.0-1_deb10u1+rpi1^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bd44f61edd9c95d613295a43b2327786af1ed8a6;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 e46529fb8d..9e14775b9b 100644 --- a/comm/mailnews/compose/src/nsMsgSend.cpp +++ b/comm/mailnews/compose/src/nsMsgSend.cpp @@ -2328,6 +2328,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)) {