aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
7 daysfeat: make Sync follow the account being looked atDanilo M.1-9/+46
8 daysfix: refresh the current query when the index changesDanilo M.1-0/+13
8 daysfix: index the sent copy so it appears in the Sent view at onceDanilo M.1-0/+18
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.1-16/+131
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.1-10/+67
2026-08-29fix: say an edit is waiting for the sync instead of claiming it landedDanilo M.1-3/+18
2026-08-29fix: refresh the conversation dashboard after a writeDanilo M.1-0/+25
2026-08-29fix: judge a conversation's trash state on all of its messagesDanilo M.1-20/+55
2026-08-28feat: show the dashboard when a conversation is selectedDanilo M.1-0/+179
2026-08-28fix: undo only what the write actually changedDanilo M.1-21/+68
2026-08-28feat: judge a row's membership on the thread's unionDanilo M.1-0/+179
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.1-226/+306
2026-08-28feat: draw a conversation row's own tags, in one tierDanilo M.1-15/+2
2026-08-26feat: open the unsynced-changes count to see what it countsDanilo M.1-0/+76
2026-08-26feat: snapshot the pending changes as rowsDanilo M.1-5/+53
2026-08-26refactor: drop the unnettable pending-edit counterDanilo M.1-12/+9
2026-08-26fix: give a restored message its inbox tag backDanilo M.1-1/+12
2026-08-26feat: propose business senders from newly synced mailDanilo M.1-0/+22
2026-08-26feat: load the business-senders list at startupDanilo M.1-1/+34
2026-08-26feat: flag what you answered, mark what was forwarded to youDanilo M.1-7/+153
2026-08-25fix: offer Delete and Restore only where they mean somethingDanilo M.1-3/+75
2026-08-25feat: empty the trash, the one action that asks firstDanilo M.1-0/+109
2026-08-25feat: say which way the unread action will go, and hide it when it cannotDanilo M.1-16/+88
2026-08-25feat: number each build of a dev treeDanilo M.1-1/+1
2026-08-25fix(compose): resolve a path a sync renamed, at all three read sitesDanilo M.1-3/+21
2026-08-24fix(drafts): index a saved draft so it appears without a syncDanilo M.1-0/+11
2026-08-24feat(queries): drop pinning, the menu is every saved query's homeDanilo M.1-44/+22
2026-08-24feat(compose): offer Edit on a draft in the message pane's barDanilo M.1-7/+89
2026-08-24feat(compose): open a draft to finish itDanilo M.1-0/+123
2026-08-24feat: add a Drafts filter, and close the composer with Ctrl+WDanilo M.1-0/+1
2026-08-24fix(ui): move Compose back, drop the bar below the header, size its iconsDanilo M.1-7/+16
2026-08-24feat(ui): give the message pane its own action barDanilo M.1-9/+19
2026-08-23fix(compose): close every composer when the main window quitsDanilo M.1-0/+27
2026-08-22feat(compose): wire the composer into the main window, item 123compose-and-sendDanilo M.1-10/+615
2026-08-21feat(compose): register the six compose actions, item 123Danilo M.1-0/+87
2026-08-20refactor(ui): extract the busy indicator into a widget, item 134Danilo M.1-10/+8
2026-08-19fix(trash): refresh the list when a restore empties a rowdelete-to-trashDanilo M.1-0/+23
2026-08-19feat: find mail tagged deleted but never moved to trashDanilo M.1-0/+52
2026-08-18feat(delete): bind Del, and resolve a restore against the databaseDanilo M.1-1/+119
2026-08-18feat(trash): restore mail from the trash viewDanilo M.1-9/+126
2026-08-18fix(delete): repair seven defects in the move-to-trash pathDanilo M.1-59/+395
2026-08-17feat(delete): move the message to the account's trash folderDanilo M.1-2/+290
2026-08-17feat(config): add the trash query generatorDanilo M.1-0/+1
2026-08-17fix(ui): make Important a toggle, like Delete and Toggle unreadDanilo M.1-2/+17
2026-08-16feat(ui): act on the message a row displays, not its whole threadDanilo M.1-94/+366
2026-08-15feat(ui): open a thread on its own by double-clicking a rowDanilo M.1-0/+54