| Age | Commit message (Expand) | Author | Files | Lines |
| 12 days | feat(rulequery): join terms and guard the or-group binding | Danilo M. | 1 | -0/+80 |
| 12 days | feat(rulequery): compile every field and operator | Danilo M. | 1 | -0/+86 |
| 12 days | feat(rulequery): compile a single term | Danilo M. | 2 | -0/+46 |
| 12 days | test(mainwindow): stop the suite reading the real kernel lock table | Danilo M. | 1 | -3/+67 |
| 13 days | feat(worker): count messages as well as threads | Danilo M. | 1 | -0/+61 |
| 13 days | feat(rules): read and write the shared rule store | Danilo M. | 2 | -0/+246 |
| 14 days | feat(panes): draw the pane marks from shipped SVGs, not font glyphs | Danilo M. | 4 | -17/+487 |
| 14 days | feat(sync): sync a tag change automatically after a short delay | Danilo M. | 2 | -0/+332 |
| 14 days | feat(placeholder): count sent mail and drafts on the blank pane | Danilo M. | 2 | -0/+294 |
| 2026-08-11 | feat(sent): add a Sent view, flat and by recipient | Danilo M. | 6 | -15/+644 |
| 2026-08-11 | feat(config): let the date format on a card be configured | Danilo M. | 2 | -0/+96 |
| 2026-08-10 | feat(view): follow a background sync without a keystroke | Danilo M. | 2 | -8/+1299 |
| 2026-08-10 | feat(view): lift a muted account colour for the accent bar | Danilo M. | 2 | -0/+136 |
| 2026-08-10 | fix(view): indent a flat thread's replies like any other | Danilo M. | 1 | -0/+36 |
| 2026-08-10 | fix(ui): expand flat threads, reach the first message, localise the date | Danilo M. | 3 | -6/+201 |
| 2026-08-10 | fix(view): stop clipping the date, and make the accent bar visible | Danilo M. | 1 | -0/+37 |
| 2026-08-10 | feat(ui): let the user choose newest or oldest first | Danilo M. | 2 | -0/+112 |
| 2026-08-10 | feat(ui): step by index, and give thread stepping a second binding | Danilo M. | 1 | -0/+130 |
| 2026-08-10 | refactor(view): stop the view painting, and hit-test the reply count | Danilo M. | 2 | -445/+243 |
| 2026-08-10 | refactor(model): collapse the thread list to a single column | Danilo M. | 1 | -0/+28 |
| 2026-08-10 | feat(view): compute a card's geometry with no painting | Danilo M. | 2 | -0/+236 |
| 2026-08-10 | feat(worker): let a query choose newest or oldest first | Danilo M. | 1 | -3/+25 |
| 2026-08-10 | feat(model): expose the tags a reply has and its thread does not | Danilo M. | 1 | -0/+69 |
| 2026-08-10 | test(mainwindow): select the flagged-tag row through the tree helper | Danilo M. | 1 | -2/+2 |
| 2026-08-10 | feat(ui): scope actions to the selected row kind and name it | Danilo M. | 1 | -0/+210 |
| 2026-08-10 | feat(ui): render a single message when its row is selected | Danilo M. | 2 | -0/+110 |
| 2026-08-10 | feat(ui): mark replies with a thread line, a tint and dimmer text | Danilo M. | 1 | -0/+123 |
| 2026-08-10 | fix(ui): make the expander visible and the reply indent readable | Danilo M. | 1 | -1/+129 |
| 2026-08-10 | feat(ui): load a thread's replies when its row is expanded | Danilo M. | 1 | -0/+41 |
| 2026-08-10 | refactor(view): make ThreadListView a QTreeView for message rows | Danilo M. | 1 | -50/+243 |
| 2026-08-10 | feat(model): resolve action scope from the selected row kind | Danilo M. | 1 | -0/+83 |
| 2026-08-10 | feat(model): expose a thread's replies as child rows | Danilo M. | 1 | -0/+115 |
| 2026-08-10 | refactor(model): convert ThreadListModel to QAbstractItemModel | Danilo M. | 1 | -0/+34 |
| 2026-08-10 | feat(worker): load a thread as a reply tree with per-message depth | Danilo M. | 1 | -0/+52 |
| 2026-08-10 | feat(types): add MessageNode for message rows in the thread list | Danilo M. | 1 | -0/+26 |
| 2026-08-09 | fix(ui): stop a restored splitter position collapsing the message pane | Danilo M. | 1 | -0/+121 |
| 2026-08-09 | fix(config): report an out-of-range message_zoom | Danilo M. | 1 | -0/+29 |
| 2026-08-09 | fix(ui): give Archive its own icon | Danilo M. | 1 | -0/+53 |
| 2026-08-09 | feat(ui): make the toolbar icon size configurable | Danilo M. | 2 | -0/+112 |
| 2026-08-09 | feat(ui): icons on every action, and rename Flag to Important | Danilo M. | 1 | -0/+135 |
| 2026-08-09 | fix(sync): clear the pending-edit count on a cron sync | Danilo M. | 3 | -1/+490 |
| 2026-08-07 | feat(sync): sync only the accounts with unsynced edits | Danilo M. | 3 | -0/+128 |
| 2026-08-07 | feat(ui): add a Maildir overview under Help | Danilo M. | 2 | -0/+141 |
| 2026-08-07 | feat(ui): make Escape deselect the row as well as blank the pane | Danilo M. | 1 | -1/+89 |
| 2026-08-07 | test: pin the offscreen platform, and let the popup test check its own geometry | Danilo M. | 2 | -0/+44 |
| 2026-08-07 | feat(ui): fill the blank message pane with a branded placeholder | Danilo M. | 4 | -1/+303 |
| 2026-08-07 | feat(ui): show each thread's tags under its row | Danilo M. | 2 | -27/+244 |
| 2026-08-07 | fix(ui): tell read threads from unread without relying on bold | Danilo M. | 2 | -1/+140 |
| 2026-08-07 | fix(ui): the message pane follows the desktop theme | Danilo M. | 1 | -0/+121 |
| 2026-08-07 | feat(tags): mark every thread in the view read, in one undoable step | Danilo M. | 1 | -0/+143 |