Skip to content

v2.0.6

Choose a tag to compare

@googlarz googlarz released this 09 Sep 05:32
· 12 commits to main since this release

Real-mailbox verification of v2.0.5 against a live 57k-message, 4.6k-thread Proton account (rather than mocks).

Fixed

  • get_follow_up_candidates/get_actionable_threads/get_inbox_digest's staleAwaitingYou classified nearly every automated notification as "pending on you" forever. actionableThreadScore() decided pendingOn purely from whether the latest message was outgoing — a one-way automated message (auction/shipping/no-reply notifications) is never replied to and never ages out, so it counted as awaiting-your-reply indefinitely. Reproduced live: 49,026 of ~57,000 threads (including 20-year-old Allegro auction notifications) were flagged pendingOn: "you", making the feature's output effectively noise. Added a local-part heuristic (no-reply/notification/mailer-daemon/etc. senders) to classify these as "unknown" instead of "you".