aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
3 daysfeat: open the unsynced-changes count to see what it countsDanilo M.1-0/+76
3 daysfeat: snapshot the pending changes as rowsDanilo M.1-5/+53
3 daysrefactor: drop the unnettable pending-edit counterDanilo M.1-12/+9
3 daysfix: give a restored message its inbox tag backDanilo M.1-1/+12
3 daysfeat: propose business senders from newly synced mailDanilo M.1-0/+22
3 daysfeat: load the business-senders list at startupDanilo M.1-1/+34
3 daysfeat: flag what you answered, mark what was forwarded to youDanilo M.1-7/+153
4 daysfix: offer Delete and Restore only where they mean somethingDanilo M.1-3/+75
4 daysfeat: empty the trash, the one action that asks firstDanilo M.1-0/+109
4 daysfeat: say which way the unread action will go, and hide it when it cannotDanilo M.1-16/+88
4 daysfeat: number each build of a dev treeDanilo M.1-1/+1
5 daysfix(compose): resolve a path a sync renamed, at all three read sitesDanilo M.1-3/+21
5 daysfix(drafts): index a saved draft so it appears without a syncDanilo M.1-0/+11
5 daysfeat(queries): drop pinning, the menu is every saved query's homeDanilo M.1-44/+22
5 daysfeat(compose): offer Edit on a draft in the message pane's barDanilo M.1-7/+89
6 daysfeat(compose): open a draft to finish itDanilo M.1-0/+123
6 daysfeat: add a Drafts filter, and close the composer with Ctrl+WDanilo M.1-0/+1
6 daysfix(ui): move Compose back, drop the bar below the header, size its iconsDanilo M.1-7/+16
6 daysfeat(ui): give the message pane its own action barDanilo M.1-9/+19
6 daysfix(compose): close every composer when the main window quitsDanilo M.1-0/+27
8 daysfeat(compose): wire the composer into the main window, item 123compose-and-sendDanilo M.1-10/+615
8 daysfeat(compose): register the six compose actions, item 123Danilo M.1-0/+87
9 daysrefactor(ui): extract the busy indicator into a widget, item 134Danilo M.1-10/+8
11 daysfix(trash): refresh the list when a restore empties a rowdelete-to-trashDanilo M.1-0/+23
11 daysfeat: find mail tagged deleted but never moved to trashDanilo M.1-0/+52
11 daysfeat(delete): bind Del, and resolve a restore against the databaseDanilo M.1-1/+119
12 daysfeat(trash): restore mail from the trash viewDanilo M.1-9/+126
12 daysfix(delete): repair seven defects in the move-to-trash pathDanilo M.1-59/+395
12 daysfeat(delete): move the message to the account's trash folderDanilo M.1-2/+290
12 daysfeat(config): add the trash query generatorDanilo M.1-0/+1
12 daysfix(ui): make Important a toggle, like Delete and Toggle unreadDanilo M.1-2/+17
13 daysfeat(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
2026-08-15fix(sync): send held edits before the sync-end refresh reads the databaseDanilo M.1-7/+22
2026-08-15fix(sync): re-arm the automatic sync when it skips a concurrent runDanilo M.1-1/+14
2026-08-15fix(ui): load a thread that was already displayed when the query ranDanilo M.1-0/+15
2026-08-15feat(ui): highlight the built-in filter matching the current viewDanilo M.1-0/+63
2026-08-15feat(startup): add startup_account, the account the dropdown opens onDanilo M.1-6/+33
2026-08-15fix(startup): let startup_query name a built-in filter, and run itDanilo M.1-6/+21
2026-08-15fix(filters): label the flagged filter Important, and give the four iconsDanilo M.1-2/+29
2026-08-15fix(queries): make a query in the overflow menu runnableDanilo M.1-4/+21
2026-08-15feat(filters): put the four built-in filters on the query rowDanilo M.1-12/+50
2026-08-15fix(status): count threads as they arrive instead of "Searching..."Danilo M.1-0/+12
2026-08-14Revert the message-scoped auto mark-readDanilo M.1-37/+10
2026-08-14fix(read): repaint the card when one message is marked readDanilo M.1-4/+11
2026-08-14fix(read): auto mark-read touches only the message on screenDanilo M.1-6/+26
2026-08-14feat(pane): always render one message, never the conversationthread-view-removedDanilo M.1-52/+44
2026-08-14fix(startup): raise the config-problem modal outside the constructorDanilo M.1-8/+9
2026-08-14feat(search): push the query bar's emptiness into the panesDanilo M.1-4/+9
2026-08-14refactor(search): carry SearchMode instead of bool extendDanilo M.1-3/+20