mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-03-03 18:28:48 +08:00
Also detect Identity using from
address #1865
This commit is contained in:
parent
208b1fab62
commit
8bf4727555
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue