mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Solution for #1521
This commit is contained in:
parent
b96cb41876
commit
f38e5a41cd
1 changed files with 4 additions and 2 deletions
|
|
@ -508,8 +508,10 @@ export class ComposePopupView extends AbstractViewPopup {
|
||||||
} else {
|
} else {
|
||||||
params.signPassphrase && Passphrases.delete(identity);
|
params.signPassphrase && Passphrases.delete(identity);
|
||||||
this.sendError(true);
|
this.sendError(true);
|
||||||
this.sendErrorDesc(getNotification(iError, data?.ErrorMessage)
|
this.sendErrorDesc(
|
||||||
|| getNotification(Notifications.CantSendMessage));
|
getNotification(iError, data?.ErrorMessage, Notifications.CantSendMessage)
|
||||||
|
+ "\n" + data?.ErrorMessageAdditional
|
||||||
|
);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (arrayLength(this.aDraftInfo) > 0) {
|
if (arrayLength(this.aDraftInfo) > 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue