aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_notmuchworker.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-08-29fix: judge a conversation's trash state on all of its messagesDanilo M.1-0/+72
2026-08-28feat: read a thread's digest from the indexDanilo M.1-0/+136
2026-08-28fix: undo only what the write actually changedDanilo M.1-0/+65
2026-08-28feat: scope an action to the row it was invoked onDanilo M.1-0/+32
2026-08-26feat: open the unsynced-changes count to see what it countsDanilo M.1-0/+35
2026-08-26feat: resolve pending-change ids to subjectsDanilo M.1-0/+67
2026-08-26fix: correct the avatar initials, the two-tone fill and the fadeDanilo M.1-0/+30
2026-08-26feat: propose business senders from newly synced mailDanilo M.1-0/+39
2026-08-26feat: carry the first message's sender address on a thread summaryDanilo M.1-0/+36
2026-08-25feat: empty the trash, the one action that asks firstDanilo M.1-0/+131
2026-08-25fix(worker): reopen the notmuch handle so queries see new mailDanilo M.1-0/+55
2026-08-25fix(delete): recover when a sync renamed the file underneath a moveDanilo M.1-0/+78
2026-08-24fix(drafts): index a saved draft so it appears without a syncDanilo M.1-0/+106
2026-08-20fix(worker): read the mail root, not the index directoryDanilo M.1-3/+130
2026-08-19fix(worker): give a moved message a fresh maildir nameDanilo M.1-3/+140
2026-08-17feat(worker): move messages between maildir foldersDanilo M.1-0/+144
2026-08-16feat(ui): act on the message a row displays, not its whole threadDanilo M.1-0/+50
2026-08-14test(worker): cover the Sent view's matched-message branchDanilo M.1-0/+37
2026-08-14feat(pane): always render one message, never the conversationthread-view-removedDanilo M.1-0/+32
2026-08-13feat(rules): every Maildir folder in the Folder dropdownDanilo M.1-0/+77
2026-08-12feat(worker): count messages as well as threadsDanilo M.1-0/+61
2026-08-11feat(sent): add a Sent view, flat and by recipientDanilo M.1-13/+151
2026-08-10feat(ui): let the user choose newest or oldest firstDanilo M.1-0/+22
2026-08-10feat(worker): let a query choose newest or oldest firstDanilo M.1-3/+25
2026-08-10feat(ui): render a single message when its row is selectedDanilo M.1-0/+38
2026-08-10feat(worker): load a thread as a reply tree with per-message depthDanilo M.1-0/+52
2026-08-07feat(ui): add a Maildir overview under HelpDanilo M.1-0/+44
2026-08-07feat(ui): fill the blank message pane with a branded placeholderDanilo M.1-0/+51
2026-08-04feat(worker): list every tag in the databaseDanilo M.1-0/+39
2026-08-04Add GPLv2-only license and per-file headersDanilo M.1-0/+18
2026-08-04feat: add NotmuchWorker with batched queries and tag mutationDanilo M.1-0/+419