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>
Tue, 4 Aug 2020 17:06:20 +0000 (18:06 +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 345a0098e5628e4f49147b2ee9ad391815698e41..c11f2a689478e4e49c7bb27d87d723bb513f0a6c 100644 (file)
@@ -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)) {