| Age | Commit message (Expand) | Author | Files | Lines |
| 10 days | feat(startup): add startup_account, the account the dropdown opens on | Danilo M. | 1 | -6/+33 |
| 10 days | fix(startup): let startup_query name a built-in filter, and run it | Danilo M. | 1 | -6/+21 |
| 10 days | fix(filters): label the flagged filter Important, and give the four icons | Danilo M. | 1 | -2/+29 |
| 10 days | fix(queries): make a query in the overflow menu runnable | Danilo M. | 1 | -4/+21 |
| 10 days | feat(filters): put the four built-in filters on the query row | Danilo M. | 1 | -12/+50 |
| 10 days | fix(status): count threads as they arrive instead of "Searching..." | Danilo M. | 1 | -0/+12 |
| 11 days | Revert the message-scoped auto mark-read | Danilo M. | 1 | -37/+10 |
| 11 days | fix(read): repaint the card when one message is marked read | Danilo M. | 1 | -4/+11 |
| 11 days | fix(read): auto mark-read touches only the message on screen | Danilo M. | 1 | -6/+26 |
| 11 days | feat(pane): always render one message, never the conversationthread-view-removed | Danilo M. | 1 | -52/+44 |
| 11 days | fix(startup): raise the config-problem modal outside the constructor | Danilo M. | 1 | -8/+9 |
| 11 days | feat(search): push the query bar's emptiness into the panes | Danilo M. | 1 | -4/+9 |
| 11 days | refactor(search): carry SearchMode instead of bool extend | Danilo M. | 1 | -3/+20 |
| 11 days | feat(search): run a search asked for from the message pane | Danilo M. | 1 | -0/+18 |
| 11 days | feat(queries): create a tagging rule from a saved query | Danilo M. | 1 | -0/+21 |
| 11 days | feat(rules): seed the rules dialog even when it is open | Danilo M. | 1 | -2/+7 |
| 12 days | feat(queries): edit, pin and delete a saved query from the UI | Danilo M. | 1 | -0/+113 |
| 12 days | feat(queries): make Sent a saved query rather than a fixed button | Danilo M. | 1 | -24/+26 |
| 12 days | fix(queries): give Save query a clearer icon and a label | Danilo M. | 1 | -2/+17 |
| 12 days | feat(queries): right-align the More queries menu, and keep the row when nothi... | Danilo M. | 1 | -4/+12 |
| 12 days | fix(queries): put the Save query button beside the query bar | Danilo M. | 1 | -0/+17 |
| 12 days | feat(queries): save a query from the UI, and split the buttons off the query row | Danilo M. | 1 | -38/+181 |
| 12 days | feat(rules): preview a rule's mail in the thread list | Danilo M. | 1 | -0/+43 |
| 12 days | feat(rules): every Maildir folder in the Folder dropdown | Danilo M. | 1 | -10/+17 |
| 12 days | feat(rules): a folder dropdown, so the path suffix is never typed | Danilo M. | 1 | -0/+11 |
| 13 days | feat(rules): open the tagging rules from the Message menu | Danilo M. | 1 | -0/+53 |
| 2026-08-11 | feat(panes): draw the pane marks from shipped SVGs, not font glyphs | Danilo M. | 1 | -0/+4 |
| 2026-08-11 | feat(sync): sync a tag change automatically after a short delay | Danilo M. | 1 | -1/+81 |
| 2026-08-11 | feat(placeholder): count sent mail and drafts on the blank pane | Danilo M. | 1 | -27/+56 |
| 2026-08-11 | feat(sent): add a Sent view, flat and by recipient | Danilo M. | 1 | -4/+46 |
| 2026-08-11 | feat(config): let the date format on a card be configured | Danilo M. | 1 | -0/+1 |
| 2026-08-11 | feat(ui): give Sync the refresh icon | Danilo M. | 1 | -1/+1 |
| 2026-08-10 | feat(view): follow a background sync without a keystroke | Danilo M. | 1 | -11/+282 |
| 2026-08-10 | fix(ui): expand flat threads, reach the first message, localise the date | Danilo M. | 1 | -1/+22 |
| 2026-08-10 | feat(ui): let the user choose newest or oldest first | Danilo M. | 1 | -2/+40 |
| 2026-08-10 | feat(ui): step by index, and give thread stepping a second binding | Danilo M. | 1 | -17/+28 |
| 2026-08-10 | refactor(view): stop the view painting, and hit-test the reply count | Danilo M. | 1 | -88/+33 |
| 2026-08-10 | feat(ui): scope actions to the selected row kind and name it | Danilo M. | 1 | -28/+140 |
| 2026-08-10 | feat(ui): render a single message when its row is selected | Danilo M. | 1 | -0/+52 |
| 2026-08-10 | fix(ui): make the expander visible and the reply indent readable | Danilo M. | 1 | -3/+18 |
| 2026-08-10 | feat(ui): load a thread's replies when its row is expanded | Danilo M. | 1 | -0/+40 |
| 2026-08-10 | refactor(view): make ThreadListView a QTreeView for message rows | Danilo M. | 1 | -17/+68 |
| 2026-08-10 | feat(worker): load a thread as a reply tree with per-message depth | Danilo M. | 1 | -0/+2 |
| 2026-08-09 | fix(ui): stop a restored splitter position collapsing the message pane | Danilo M. | 1 | -0/+11 |
| 2026-08-09 | fix(ui): give Archive its own icon | Danilo M. | 1 | -1/+4 |
| 2026-08-09 | feat(ui): make the toolbar icon size configurable | Danilo M. | 1 | -0/+8 |
| 2026-08-09 | feat(ui): icons on every action, and rename Flag to Important | Danilo M. | 1 | -4/+46 |
| 2026-08-09 | fix(sync): clear the pending-edit count on a cron sync | Danilo M. | 1 | -0/+27 |
| 2026-08-07 | feat(sync): sync only the accounts with unsynced edits | Danilo M. | 1 | -3/+59 |
| 2026-08-07 | feat(ui): add a Maildir overview under Help | Danilo M. | 1 | -0/+93 |