summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
AgeCommit message (Expand)AuthorFilesLines
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
14 daysfeat(sync): sync a tag change automatically after a short delayDanilo M.1-0/+19
14 daysfeat(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
2026-08-04feat(sync): show unsynced edits and offer to sync on exitDanilo M.1-0/+32
2026-08-04feat(threads): mark an opened thread read after a delayDanilo M.1-0/+22
2026-08-04fix(query): let the query bar keep Return instead of open_threadDanilo M.1-0/+5
2026-08-04feat(completion): wire query completion into the main windowDanilo M.1-0/+12
2026-08-04feat: persist window, splitter and column widthsDanilo M.1-0/+17
2026-08-04feat: let an account set its chip colour and labelDanilo M.1-0/+2
2026-08-04feat: add menus, a toolbar and a shortcut referenceDanilo M.1-8/+23
2026-08-04Add GPLv2-only license and per-file headersDanilo M.1-0/+18
2026-08-04feat: add MainWindow wiring query, list, message, and syncDanilo M.1-0/+148