diff --git a/webui-src/app/mail/mail_compose.js b/webui-src/app/mail/mail_compose.js index b895548..0bb24d2 100644 --- a/webui-src/app/mail/mail_compose.js +++ b/webui-src/app/mail/mail_compose.js @@ -148,7 +148,7 @@ const Layout = () => { } } - if (msgType === 'reply' || msgType === 'replyAll') { + if (msgType === 'reply' || msgType === 'replyAll' || msgType === 'forward') { Data.identity = Data.ownId.filter((id) => Object.prototype.hasOwnProperty.call(recipientList, id) )[0];