hotfix: avoid adding reply-to when replying to emails with List-Post header

(cherry picked from commit 17185720458bc05adb0d6139e268e4932bc7f739)
This commit is contained in:
dab246
2025-10-09 19:29:52 +07:00
committed by Dat H. Pham
parent 69fed46e80
commit 2d7ebd0aa5
@@ -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(