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 '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
Set<EmailAddress> get listEmailAddressSender => from.asSet()..addAll(replyTo.asSet());
|
Set<EmailAddress> get listEmailAddressSender => {...?from, ...?replyTo};
|
||||||
|
|
||||||
PresentationEmail toggleSelect() {
|
PresentationEmail toggleSelect() {
|
||||||
return copyWith(
|
return copyWith(
|
||||||
|
|||||||
Reference in New Issue
Block a user