Skip to content

Commit

Permalink
undefined: Account
Browse files Browse the repository at this point in the history
  • Loading branch information
benbucksch committed Nov 27, 2024
1 parent 06be1e8 commit 5f99b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/logic/Mail/SQL/SQLSearchEMail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class SQLSearchEMail extends SearchEMail {
}
let randomFolder = this.folder ??
this.account?.getSpecialFolder(SpecialFolder.Inbox) ??
appGlobal.emailAccounts.first.getSpecialFolder(SpecialFolder.Inbox);
appGlobal.emailAccounts.first?.getSpecialFolder(SpecialFolder.Inbox);
let emails = new ArrayColl<EMail>();
for (let row of rows) {
let folder = findFolder(row.folderID);
Expand Down

0 comments on commit 5f99b3a

Please sign in to comment.