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.11.0-1_deb10u1+rpi1^2^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ca70d9b0bc4be8d1bc618fc860f7b2cf8632c7dc;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 345a0098e5..c11f2a6894 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)) {