Merge branch 'master' into pgp-improvements

This commit is contained in:
Maarten 2025-06-16 17:28:39 +02:00 committed by GitHub
commit 56409dcbb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 303 additions and 305 deletions

View file

@ -863,6 +863,7 @@ export class ComposePopupView extends AbstractViewPopup {
case ComposeType.Forward:
case ComposeType.ForwardAsAttachment:
identity = findIdentity(oLastMessage.to.concat(oLastMessage.cc, oLastMessage.bcc))
|| findIdentity(oLastMessage.from)
/* || findIdentity(oLastMessage.deliveredTo)*/;
break;
case ComposeType.Draft: