This commit is contained in:
the-djmaze 2024-02-14 18:34:58 +01:00
parent 7b3102a6b3
commit 2dbcd47a56

View file

@ -457,7 +457,7 @@ export class ComposePopupView extends AbstractViewPopup {
}
sendCommand() {
let sSentFolder = this.currentIdentity()?.sentFolder || FolderUserStore.sentFolder();
let sSentFolder = this.currentIdentity()?.sentFolder?.() || FolderUserStore.sentFolder();
this.attachmentsInProcessError(false);
this.attachmentsInErrorError(false);