summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2026-08-28feat: treat a mixed conversation's unread state as unreadDanilo M.1-34/+63
2026-08-28feat: scope an action to the row it was invoked onDanilo M.3-473/+617
2026-08-28feat: resolve a selection's scope from what each row isDanilo M.1-0/+93
2026-08-28refactor: remove the sibling chip tierDanilo M.1-125/+0
2026-08-28feat: draw a conversation row's own tags, in one tierDanilo M.2-228/+17
2026-08-28feat: let a row say whether it is a conversationDanilo M.1-0/+79
2026-08-27feat: forward an HTML message with its formattingDanilo M.6-9/+619
2026-08-27fix: flag a saved draft seen so it is not tagged unreadDanilo M.2-2/+60
2026-08-26feat: open the unsynced-changes count to see what it countsDanilo M.4-0/+233
2026-08-26feat: resolve pending-change ids to subjectsDanilo M.1-0/+67
2026-08-26feat: snapshot the pending changes as rowsDanilo M.1-0/+85
2026-08-26refactor: drop the unnettable pending-edit counterDanilo M.1-10/+40
2026-08-26fix: give a restored message its inbox tag backDanilo M.1-0/+15
2026-08-26fix: correct the avatar initials, the two-tone fill and the fadeDanilo M.4-7/+192
2026-08-26fix: harden candidate appends and cover the message-row sender rolesDanilo M.2-0/+58
2026-08-26feat: propose business senders from newly synced mailDanilo M.1-0/+39
2026-08-26feat: load the business-senders list at startupDanilo M.1-0/+18
2026-08-26feat: draw a sender's avatar on every cardDanilo M.1-0/+41
2026-08-26feat: fade the account colour across a cardDanilo M.1-0/+25
2026-08-26feat: expose a row's sender to the delegateDanilo M.1-0/+23
2026-08-26feat: reserve a card's avatar gutterDanilo M.1-2/+71
2026-08-26feat: propose business-sender candidates, always commented outDanilo M.1-0/+100
2026-08-26feat: read the business-senders listDanilo M.2-0/+102
2026-08-26feat: paint the avatar squircle from a hashed seedDanilo M.1-0/+30
2026-08-26feat: choose an avatar fill and derive its colourDanilo M.1-0/+28
2026-08-26feat: derive a sender's avatar initialsDanilo M.2-0/+96
2026-08-26feat: carry the first message's sender address on a thread summaryDanilo M.1-0/+36
2026-08-26feat: flag what you answered, mark what was forwarded to youDanilo M.3-6/+474
2026-08-25fix: offer Delete and Restore only where they mean somethingDanilo M.1-0/+162
2026-08-25feat: empty the trash, the one action that asks firstDanilo M.2-0/+216
2026-08-25feat: say which way the unread action will go, and hide it when it cannotDanilo M.1-2/+210
2026-08-25fix(worker): reopen the notmuch handle so queries see new mailDanilo M.1-0/+55
2026-08-25fix(compose): resolve a path a sync renamed, at all three read sitesDanilo M.2-0/+174
2026-08-25fix(delete): recover when a sync renamed the file underneath a moveDanilo M.1-0/+78
2026-08-25feat(compose): a menu bar on the composerDanilo M.1-0/+165
2026-08-25feat(compose): report autosave state in a status barDanilo M.2-0/+202
2026-08-25fix(drafts): list drafts as messages, not threadssignaturesDanilo M.1-9/+27
2026-08-24fix(drafts): index a saved draft so it appears without a syncDanilo M.2-0/+160
2026-08-24fix(compose): a resumed draft does not re-seed on a From: changeDanilo M.1-0/+58
2026-08-24feat(compose): the signature follows the account until it is chosenDanilo M.1-0/+119
2026-08-24fix(signatures): match the guard against on-disk text, newline and allDanilo M.1-0/+17
2026-08-24feat(compose): a signature switch on the editor barDanilo M.2-0/+221
2026-08-24feat(config): read the three signature keysDanilo M.1-0/+73
2026-08-24test(signatures): record what the quoted-delimiter test does not pinDanilo M.1-0/+10
2026-08-24feat(signatures): replace an existing signature, guarded by a matchDanilo M.1-0/+101
2026-08-24feat(signatures): splice a signature into a bufferDanilo M.1-0/+62
2026-08-24feat(signatures): read a directory of markdown signaturesDanilo M.2-0/+105
2026-08-24feat(queries): drop pinning, the menu is every saved query's homeDanilo M.2-214/+214
2026-08-24feat(compose): offer Edit on a draft in the message pane's barDanilo M.1-0/+164
2026-08-24feat(compose): open a draft to finish itDanilo M.1-0/+289