TF-1608 Set references and inReplyTo fields for forward email
(cherry picked from commit 45eff180f9330937497c17ee1f3c145e1af005db)
This commit is contained in:
@@ -714,7 +714,8 @@ class ComposerController extends BaseController {
|
||||
|
||||
MessageIdsHeaderValue? _generateReferences(ComposerArguments? arguments) {
|
||||
if (arguments?.emailActionType == EmailActionType.reply ||
|
||||
arguments?.emailActionType == EmailActionType.replyAll) {
|
||||
arguments?.emailActionType == EmailActionType.replyAll ||
|
||||
arguments?.emailActionType == EmailActionType.forward) {
|
||||
Set<String> ids = {};
|
||||
if (arguments?.messageId?.ids.isNotEmpty == true) {
|
||||
ids.addAll(arguments!.messageId!.ids);
|
||||
|
||||
Reference in New Issue
Block a user