mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-18 02:35:23 -04:00
dde2d25804
Repro: filter Undone → Select All → uncheck a few → Actions → Done → nothing visible happens. Reason: the bulk-Done branch only flipped em.is_answered on the in-memory entries; the cards stayed in state._libEmails so they kept rendering, but now with the done check ticked. From the user's POV — still 'undone' filter, cards still there — it looked like the action was a no-op. When the filter is 'undone' specifically, treat marking done as a view-removal (same animate-then-prune step archive/delete uses).