mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +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 {
|
||||
params.signPassphrase && Passphrases.delete(identity);
|
||||
this.sendError(true);
|
||||
this.sendErrorDesc(getNotification(iError, data?.ErrorMessage)
|
||||
|| getNotification(Notifications.CantSendMessage));
|
||||
this.sendErrorDesc(
|
||||
getNotification(iError, data?.ErrorMessage, Notifications.CantSendMessage)
|
||||
+ "\n" + data?.ErrorMessageAdditional
|
||||
);
|
||||
}
|
||||
} else {
|
||||
if (arrayLength(this.aDraftInfo) > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue