chore: update version to 1.5.0

This commit is contained in:
Linus Rath
2026-04-23 00:07:34 +02:00
parent 7494fc1776
commit c30c38a7af
13 changed files with 145 additions and 42 deletions
+1 -1
View File
@@ -819,7 +819,7 @@ export const useEmailStore = create<EmailStore>((set, get) => ({
const affected = emails.filter(e => idSet.has(e.id));
if (isUnifiedView) {
// In unified view, emails may span accounts group and dispatch per-account.
// In unified view, emails may span accounts group and dispatch per-account.
const byAccount = new Map<string, string[]>();
for (const e of affected) {
const acct = e.accountId || '__default__';