Skip to content

Commit

Permalink
Also detect Identity using from address #1865
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Dec 10, 2024
1 parent 208b1fa commit 8bf4727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/View/Popup/Compose.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8bf4727

Please sign in to comment.