mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
This commit is contained in:
parent
4f21cda9cd
commit
4946feada3
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ class ComposePopupView extends AbstractViewNext {
|
|||
this.sending(true);
|
||||
|
||||
if (Array.isArray(this.aDraftInfo) && 3 === this.aDraftInfo.length) {
|
||||
const flagsCache = MessageFlagsCache.getFlags(this.aDraftInfo[2], this.aDraftInfo[1]);
|
||||
const flagsCache = MessageFlagsCache.getFor(this.aDraftInfo[2], this.aDraftInfo[1]);
|
||||
if (flagsCache) {
|
||||
if ('forward' === this.aDraftInfo[0]) {
|
||||
flagsCache[3] = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue