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, 22 May 2020 17:04:20 +0000 (18:04 +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 e46529fb8d9ffd2a94b6bcea8fb90fb754f13973..9e14775b9b7a6b89cf35314d4693979da7277526 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)) {