mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
Resolve #1404
This commit is contained in:
parent
355f6158be
commit
8ab32816e2
6 changed files with 50 additions and 25 deletions
|
|
@ -457,7 +457,7 @@ export class ComposePopupView extends AbstractViewPopup {
|
|||
}
|
||||
|
||||
sendCommand() {
|
||||
let sSentFolder = FolderUserStore.sentFolder();
|
||||
let sSentFolder = this.currentIdentity()?.sentFolder || FolderUserStore.sentFolder();
|
||||
|
||||
this.attachmentsInProcessError(false);
|
||||
this.attachmentsInErrorError(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue