diff --git a/dev/View/Popup/Compose.js b/dev/View/Popup/Compose.js index cb02b1c56..3573ac325 100644 --- a/dev/View/Popup/Compose.js +++ b/dev/View/Popup/Compose.js @@ -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);