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>
Mon, 5 Oct 2020 16:59:20 +0000 (17:59 +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 a1e1b402e0529a9216bc6fb4fcbf8e850ab9d1d7..b0525a3a5bb8cef7f4b42010a2b0d3a14ed7b774 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)) {