fix function nsMsgComposeAndSend to respect ReploToSend
authorCarsten Schoenert <c.schoenert@t-online.de>
Sat, 9 Mar 2013 19:30:54 +0000 (20:30 +0100)
committerCarsten Schoenert <c.schoenert@t-online.de>
Fri, 23 Oct 2020 18:44:21 +0000 (19:44 +0100)
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

comm/mailnews/compose/src/nsMsgSend.cpp

index e0b23f065878e8a57ae1f24eede108c61a8bddfd..48c16ccc551017330634beef85206358c9e7c2d0 100644 (file)
@@ -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)) {