aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
AgeCommit message (Expand)AuthorFilesLines
5 daysrefactor(ui): extract the busy indicator into a widget, item 134Danilo M.1-2/+2
7 daysfeat: find mail tagged deleted but never moved to trashDanilo M.1-0/+11
7 daysfeat(delete): bind Del, and resolve a restore against the databaseDanilo M.1-0/+19
7 daysfeat(trash): restore mail from the trash viewDanilo M.1-1/+22
7 daysfix(delete): repair seven defects in the move-to-trash pathDanilo M.1-5/+80
8 daysfeat(delete): move the message to the account's trash folderDanilo M.1-0/+139
9 daysfeat(ui): act on the message a row displays, not its whole threadDanilo M.1-8/+93
10 daysfeat(ui): open a thread on its own by double-clicking a rowDanilo M.1-0/+4
10 daysfix(sync): send held edits before the sync-end refresh reads the databaseDanilo M.1-0/+10
10 daysfeat(ui): highlight the built-in filter matching the current viewDanilo M.1-0/+14
10 daysfix(startup): let startup_query name a built-in filter, and run itDanilo M.1-0/+8
10 daysfeat(filters): put the four built-in filters on the query rowDanilo M.1-1/+25
11 daysfix(status): count threads as they arrive instead of "Searching..."Danilo M.1-0/+13
11 daysfeat(pane): always render one message, never the conversationthread-view-removedDanilo M.1-1/+2
11 daysfix(startup): raise the config-problem modal outside the constructorDanilo M.1-1/+15
11 daysrefactor(search): carry SearchMode instead of bool extendDanilo M.1-4/+6
11 daysfeat(search): run a search asked for from the message paneDanilo M.1-0/+7
11 daysfeat(rules): seed the rules dialog even when it is openDanilo M.1-1/+6
12 daysfeat(queries): edit, pin and delete a saved query from the UIDanilo M.1-0/+36
12 daysfix(queries): put the Save query button beside the query barDanilo M.1-0/+3
12 daysfeat(queries): save a query from the UI, and split the buttons off the query rowDanilo M.1-0/+21
12 daysfeat(rules): preview a rule's mail in the thread listDanilo M.1-0/+26
13 daysfeat(rules): open the tagging rules from the Message menuDanilo M.1-0/+31
2026-08-11feat(sync): sync a tag change automatically after a short delayDanilo M.1-0/+19
2026-08-11feat(placeholder): count sent mail and drafts on the blank paneDanilo M.1-1/+44
2026-08-11feat(sent): add a Sent view, flat and by recipientDanilo M.1-1/+27
2026-08-10feat(view): follow a background sync without a keystrokeDanilo M.1-0/+105
2026-08-10feat(ui): let the user choose newest or oldest firstDanilo M.1-0/+1
2026-08-10feat(ui): scope actions to the selected row kind and name itDanilo M.1-0/+65
2026-08-10feat(ui): render a single message when its row is selectedDanilo M.1-0/+9
2026-08-10feat(ui): load a thread's replies when its row is expandedDanilo M.1-0/+7
2026-08-10refactor(view): make ThreadListView a QTreeView for message rowsDanilo M.1-2/+14
2026-08-09fix(ui): stop a restored splitter position collapsing the message paneDanilo M.1-0/+8
2026-08-09fix(sync): clear the pending-edit count on a cron syncDanilo M.1-2/+9
2026-08-07feat(sync): sync only the accounts with unsynced editsDanilo M.1-0/+20
2026-08-07feat(ui): add a Maildir overview under HelpDanilo M.1-0/+33
2026-08-07feat(ui): fill the blank message pane with a branded placeholderDanilo M.1-0/+37
2026-08-07feat(tags): mark every thread in the view read, in one undoable stepDanilo M.1-0/+26
2026-08-07feat(sync): the status bar says which account is syncingDanilo M.1-3/+23
2026-08-06fix(ui): one Sync control, and a query bar that looks finishedDanilo M.1-1/+4
2026-08-06test: stop two tests depending on the machine they run onDanilo M.1-0/+12
2026-08-06fix(sync): hold tag edits made during a background syncDanilo M.1-0/+38
2026-08-04fix(sync): count unsynced edits as net state, not as writesDanilo M.1-2/+20
2026-08-04feat(ui): make Delete a toggle, and expire transient status messagesDanilo M.1-0/+22
2026-08-04feat(ui): disable Sync during a background sync, and blank the pane on EscDanilo M.1-0/+17
2026-08-04fix(sync): stop a local sync reporting itself as a background oneDanilo M.1-2/+12
2026-08-04feat(sync): notice syncs this window did not startDanilo M.1-0/+7
2026-08-04feat(ui): make multi-select discoverable and stop it opening threadsDanilo M.1-0/+23
2026-08-04feat(sync): dismissable log pane, progress bar, and a skip that is not a failureDanilo M.1-0/+25
2026-08-04feat(tags): add an Edit tags dialog on Ctrl+TDanilo M.1-0/+6