Bug 522450 - Place mail copy on the correct folder when using Reply to List

This bug never landed in c-c

Tag #1273
This commit is contained in:
Matt A. Tobin 2019-11-11 00:43:17 -05:00 committed by Roy Tam
commit d27ecf750c

View file

@ -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 )