mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Disable identity signature for draft and edit-aa-new messages
This commit is contained in:
parent
b01f298b7b
commit
e6c712862d
1 changed files with 2 additions and 2 deletions
|
|
@ -1138,7 +1138,7 @@
|
||||||
oEditor.modeToggle(false);
|
oEditor.modeToggle(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (oIdentity)
|
if (oIdentity && Enums.ComposeType.Draft !== sComposeType && Enums.ComposeType.EditAsNew !== sComposeType)
|
||||||
{
|
{
|
||||||
self.setSignatureFromIdentity(oIdentity);
|
self.setSignatureFromIdentity(oIdentity);
|
||||||
}
|
}
|
||||||
|
|
@ -1182,7 +1182,7 @@
|
||||||
oEditor.modeToggle(false);
|
oEditor.modeToggle(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (oIdentity)
|
if (oIdentity && Enums.ComposeType.Draft !== sComposeType && Enums.ComposeType.EditAsNew !== sComposeType)
|
||||||
{
|
{
|
||||||
self.setSignatureFromIdentity(oIdentity);
|
self.setSignatureFromIdentity(oIdentity);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue