mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Resolve #1432
This commit is contained in:
parent
7b3102a6b3
commit
2dbcd47a56
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ export class ComposePopupView extends AbstractViewPopup {
|
||||||
}
|
}
|
||||||
|
|
||||||
sendCommand() {
|
sendCommand() {
|
||||||
let sSentFolder = this.currentIdentity()?.sentFolder || FolderUserStore.sentFolder();
|
let sSentFolder = this.currentIdentity()?.sentFolder?.() || FolderUserStore.sentFolder();
|
||||||
|
|
||||||
this.attachmentsInProcessError(false);
|
this.attachmentsInProcessError(false);
|
||||||
this.attachmentsInErrorError(false);
|
this.attachmentsInErrorError(false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue