aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_mainwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
6 daysfeat: make Sync follow the account being looked atDanilo M.1-0/+196
7 daysfix: refresh the current query when the index changesDanilo M.1-0/+82
8 daysfix: index the sent copy so it appears in the Sent view at onceDanilo M.1-0/+54
8 daysfix: keep one Message-ID across a draft's revisionsDanilo M.1-0/+48
2026-08-29feat: put Star and Archive on the message bar tooDanilo M.1-9/+38
2026-08-29feat: give the trash its own actions on the message barDanilo M.1-0/+122
2026-08-29fix: retry a sync that was skipped because another held the lockDanilo M.1-0/+44
2026-08-29feat: have the sync script report what it didDanilo M.1-1/+185
2026-08-29fix: say an edit is waiting for the sync instead of claiming it landedDanilo M.1-0/+65
2026-08-29fix: refresh the conversation dashboard after a writeDanilo M.1-0/+78
2026-08-29fix: judge a conversation's trash state on all of its messagesDanilo M.1-0/+81
2026-08-28feat: count a card's messages, not its repliesthread-row-identityDanilo M.1-4/+5
2026-08-28fix: list a conversation's first message under its rowDanilo M.1-14/+38
2026-08-28feat: show the dashboard when a conversation is selectedDanilo M.1-75/+255
2026-08-28fix: undo only what the write actually changedDanilo M.1-0/+88
2026-08-28feat: judge a row's membership on the thread's unionDanilo M.1-0/+112
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.1-314/+552
2026-08-28feat: draw a conversation row's own tags, in one tierDanilo M.1-68/+0
2026-08-27feat: forward an HTML message with its formattingDanilo M.1-9/+17
2026-08-27fix: flag a saved draft seen so it is not tagged unreadDanilo M.1-2/+6
2026-08-26feat: open the unsynced-changes count to see what it countsDanilo M.1-0/+48
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-26feat: load the business-senders list at startupDanilo M.1-0/+18
2026-08-26feat: flag what you answered, mark what was forwarded to youDanilo M.1-6/+300
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.1-0/+85
2026-08-25feat: say which way the unread action will go, and hide it when it cannotDanilo M.1-2/+210
2026-08-25fix(compose): resolve a path a sync renamed, at all three read sitesDanilo M.1-0/+78
2026-08-24feat(queries): drop pinning, the menu is every saved query's homeDanilo M.1-181/+178
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
2026-08-24feat: add a Drafts filter, and close the composer with Ctrl+WDanilo M.1-1/+60
2026-08-24fix(compose): make the Send button a square that reads as one itemDanilo M.1-0/+15
2026-08-24feat(compose): lay the composer out by scopeDanilo M.1-7/+234
2026-08-24fix(ui): move Compose back, drop the bar below the header, size its iconsDanilo M.1-5/+93
2026-08-24feat(ui): give the message pane its own action barDanilo M.1-1/+110
2026-08-24fix(compose): default to quoting below, and focus the body on a replyDanilo M.1-0/+43
2026-08-24fix(messageview): drop the receive-only ribbon when the pane is blankedDanilo M.1-0/+96
2026-08-24fix(compose): put the reply cursor on blank space, not on the quoteDanilo M.1-0/+55
2026-08-23fix(compose): close every composer when the main window quitsDanilo M.1-0/+38
2026-08-22feat(compose): wire the composer into the main window, item 123compose-and-sendDanilo M.1-0/+955
2026-08-22feat(compose): the composer window, item 123Danilo M.1-0/+1154
2026-08-21feat(compose): register the six compose actions, item 123Danilo M.1-4/+191
2026-08-20test(keys): a shortcut is a chosen subset, not a requirement, item 132Danilo M.1-17/+0
2026-08-19fix(worker): give a moved message a fresh maildir nameDanilo M.1-2/+38
2026-08-19fix(trash): refresh the list when a restore empties a rowdelete-to-trashDanilo M.1-0/+175
2026-08-19test: assert a move that relocates nothing writes no tagDanilo M.1-0/+67