aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
8 daysfix: index the sent copy so it appears in the Sent view at onceDanilo M.3-0/+40
8 daysfix: keep one Message-ID across a draft's revisionsDanilo M.5-7/+82
8 daysfix: give the Sent and Drafts views one row per message, in date orderDanilo M.3-31/+122
2026-08-29fix: draw Important as a star on the message barDanilo M.1-3/+18
2026-08-29feat: put Star and Archive on the message bar tooDanilo M.1-8/+26
2026-08-29feat: give the trash its own actions on the message barDanilo M.5-20/+194
2026-08-29fix: retry a sync that was skipped because another held the lockDanilo M.1-0/+17
2026-08-29feat: have the sync script report what it didDanilo M.6-10/+276
2026-08-29fix: say an edit is waiting for the sync instead of claiming it landedDanilo M.2-3/+38
2026-08-29fix: refresh the conversation dashboard after a writeDanilo M.2-0/+49
2026-08-29fix: judge a conversation's trash state on all of its messagesDanilo M.4-20/+123
2026-08-28feat: count a card's messages, not its repliesthread-row-identityDanilo M.8-39/+55
2026-08-28fix: list a conversation's first message under its rowDanilo M.1-14/+29
2026-08-28feat: show the dashboard when a conversation is selectedDanilo M.5-1/+348
2026-08-28feat: read a thread's digest from the indexDanilo M.2-0/+234
2026-08-28fix: undo only what the write actually changedDanilo M.3-33/+220
2026-08-28feat: add the thread dashboardDanilo M.4-0/+690
2026-08-28feat: judge a row's membership on the thread's unionDanilo M.4-0/+293
2026-08-28feat: treat a mixed conversation's unread state as unreadDanilo M.1-22/+32
2026-08-28feat: scope an action to the row it was invoked onDanilo M.6-415/+393
2026-08-28feat: resolve a selection's scope from what each row isDanilo M.2-0/+45
2026-08-28refactor: remove the sibling chip tierDanilo M.4-111/+12
2026-08-28feat: draw a conversation row's own tags, in one tierDanilo M.4-165/+23
2026-08-28feat: let a row say whether it is a conversationDanilo M.2-0/+31
2026-08-27feat: forward an HTML message with its formattingDanilo M.8-3/+698
2026-08-27fix: flag a saved draft seen so it is not tagged unreadDanilo M.1-1/+8
2026-08-26fix: size the pending-changes dialog to its contentDanilo M.1-1/+11
2026-08-26feat: open the unsynced-changes count to see what it countsDanilo M.5-0/+302
2026-08-26feat: resolve pending-change ids to subjectsDanilo M.2-0/+104
2026-08-26feat: snapshot the pending changes as rowsDanilo M.3-9/+130
2026-08-26refactor: drop the unnettable pending-edit counterDanilo M.2-17/+9
2026-08-26fix: give a restored message its inbox tag backDanilo M.1-1/+12
2026-08-26fix: correct the avatar initials, the two-tone fill and the fadeDanilo M.6-51/+166
2026-08-26fix: harden candidate appends and cover the message-row sender rolesDanilo M.1-2/+11
2026-08-26feat: propose business senders from newly synced mailDanilo M.3-0/+86
2026-08-26feat: load the business-senders list at startupDanilo M.2-1/+65
2026-08-26feat: draw a sender's avatar on every cardDanilo M.2-0/+61
2026-08-26feat: fade the account colour across a cardDanilo M.2-0/+46
2026-08-26feat: expose a row's sender to the delegateDanilo M.4-0/+34
2026-08-26feat: reserve a card's avatar gutterDanilo M.2-0/+20
2026-08-26feat: propose business-sender candidates, always commented outDanilo M.2-0/+111
2026-08-26feat: read the business-senders listDanilo M.3-0/+137
2026-08-26feat: paint the avatar squircle from a hashed seedDanilo M.1-0/+78
2026-08-26feat: choose an avatar fill and derive its colourDanilo M.1-0/+22
2026-08-26feat: derive a sender's avatar initialsDanilo M.3-0/+156
2026-08-26feat: carry the first message's sender address on a thread summaryDanilo M.2-0/+78
2026-08-26feat: flag what you answered, mark what was forwarded to youDanilo M.16-14/+514
2026-08-25fix: offer Delete and Restore only where they mean somethingDanilo M.2-3/+89
2026-08-25feat: empty the trash, the one action that asks firstDanilo M.5-0/+256
2026-08-25feat: say which way the unread action will go, and hide it when it cannotDanilo M.3-18/+111