This commit is contained in:
the-djmaze 2024-04-02 22:37:18 +02:00
parent cab81d5214
commit ad417c743e

View file

@ -481,8 +481,7 @@ export class ComposePopupView extends AbstractViewPopup {
if (SettingsUserStore.replySameFolder()) {
if (
3 === arrayLength(this.aDraftInfo) &&
null != this.aDraftInfo[2] &&
this.aDraftInfo[2].length
this.aDraftInfo[2]?.length
) {
sSentFolder = this.aDraftInfo[2];
}