hotfix: avoid adding reply-to when replying to emails with List-Post header
(cherry picked from commit 17185720458bc05adb0d6139e268e4932bc7f739)
This commit is contained in:
@@ -70,7 +70,7 @@ extension PresentationEmailExtension on PresentationEmail {
|
||||
return '';
|
||||
}
|
||||
|
||||
Set<EmailAddress> get listEmailAddressSender => from.asSet()..addAll(replyTo.asSet());
|
||||
Set<EmailAddress> get listEmailAddressSender => {...?from, ...?replyTo};
|
||||
|
||||
PresentationEmail toggleSelect() {
|
||||
return copyWith(
|
||||
|
||||
Reference in New Issue
Block a user