From 017af62a76c83dc4f06689afbca0abd1015355ac Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Sat, 9 Mar 2013 20:30:54 +0100 Subject: [PATCH] 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 --- comm/mailnews/compose/src/nsMsgSend.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/comm/mailnews/compose/src/nsMsgSend.cpp b/comm/mailnews/compose/src/nsMsgSend.cpp index e46529fb8d..9e14775b9b 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)) { -- 2.30.2