summaryrefslogtreecommitdiff
path: root/mailnews
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-11-11 00:43:17 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-11-11 00:43:17 -0500
commitdb1ae209d71801d4b4293b2affde9017fa993f4e (patch)
treeec0688eff5aaf979a12bff96e96ae0a005ba49d0 /mailnews
parent4a9289b9b7c2ac5aa2bbaf40da8ef8fcab66f181 (diff)
downloadaura-central-db1ae209d71801d4b4293b2affde9017fa993f4e.tar.gz
Bug 522450 - Place mail copy on the correct folder when using Reply to List
This bug never landed in c-c Tag mcp-graveyard/UXP%1273
Diffstat (limited to 'mailnews')
-rw-r--r--mailnews/compose/src/nsMsgSend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mailnews/compose/src/nsMsgSend.cpp b/mailnews/compose/src/nsMsgSend.cpp
index c0f74e11c..919d9bfc5 100644
--- a/mailnews/compose/src/nsMsgSend.cpp
+++ b/mailnews/compose/src/nsMsgSend.cpp
@@ -2639,6 +2639,7 @@ nsMsgComposeAndSend::InitCompositionFields(nsMsgCompFields *fields,
aType == nsIMsgCompType::Reply ||
aType == nsIMsgCompType::ReplyAll ||
aType == nsIMsgCompType::ReplyToGroup ||
+ aType == nsIMsgCompType::ReplyToList ||
aType == nsIMsgCompType::ReplyToSender ||
aType == nsIMsgCompType::ReplyToSenderAndGroup ||
aType == nsIMsgCompType::ReplyWithTemplate )