v2.0.6
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()decidedpendingOnpurely 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 flaggedpendingOn: "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".