| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-08-10 | feat(view): follow a background sync without a keystroke | Danilo M. | 6 | -11/+600 |
| 2026-08-10 | feat(view): lift a muted account colour for the accent bar | Danilo M. | 2 | -21/+44 |
| 2026-08-10 | fix(view): indent a flat thread's replies like any other | Danilo M. | 1 | -1/+11 |
| 2026-08-10 | fix(ui): expand flat threads, reach the first message, localise the date | Danilo M. | 6 | -24/+187 |
| 2026-08-10 | fix(view): stop clipping the date, and make the accent bar visible | Danilo M. | 3 | -25/+56 |
| 2026-08-10 | feat(ui): let the user choose newest or oldest first | Danilo M. | 3 | -2/+57 |
| 2026-08-10 | feat(ui): step by index, and give thread stepping a second binding | Danilo M. | 3 | -17/+73 |
| 2026-08-10 | refactor(view): stop the view painting, and hit-test the reply count | Danilo M. | 3 | -348/+68 |
| 2026-08-10 | feat(view): paint the whole card in one delegate | Danilo M. | 5 | -281/+282 |
| 2026-08-10 | refactor(model): collapse the thread list to a single column | Danilo M. | 2 | -111/+82 |
| 2026-08-10 | feat(view): compute a card's geometry with no painting | Danilo M. | 3 | -0/+239 |
| 2026-08-10 | feat(worker): let a query choose newest or oldest first | Danilo M. | 2 | -3/+20 |
| 2026-08-10 | feat(model): expose the tags a reply has and its thread does not | Danilo M. | 2 | -0/+57 |
| 2026-08-10 | feat(ui): scope actions to the selected row kind and name it | Danilo M. | 4 | -28/+221 |
| 2026-08-10 | feat(ui): render a single message when its row is selected | Danilo M. | 4 | -0/+117 |
| 2026-08-10 | feat(ui): mark replies with a thread line, a tint and dimmer text | Danilo M. | 4 | -6/+188 |
| 2026-08-10 | fix(ui): make the expander visible and the reply indent readable | Danilo M. | 6 | -4/+102 |
| 2026-08-10 | feat(ui): load a thread's replies when its row is expanded | Danilo M. | 4 | -0/+86 |
| 2026-08-10 | refactor(view): make ThreadListView a QTreeView for message rows | Danilo M. | 4 | -35/+129 |
| 2026-08-10 | feat(model): resolve action scope from the selected row kind | Danilo M. | 3 | -0/+70 |
| 2026-08-10 | feat(model): expose a thread's replies as child rows | Danilo M. | 2 | -5/+153 |
| 2026-08-10 | refactor(model): convert ThreadListModel to QAbstractItemModel | Danilo M. | 2 | -14/+102 |
| 2026-08-10 | feat(worker): load a thread as a reply tree with per-message depth | Danilo M. | 4 | -0/+113 |
| 2026-08-10 | feat(types): add MessageNode for message rows in the thread list | Danilo M. | 1 | -0/+31 |
| 2026-08-09 | fix(ui): stop a restored splitter position collapsing the message pane | Danilo M. | 2 | -0/+19 |
| 2026-08-09 | fix(config): report an out-of-range message_zoom | Danilo M. | 1 | -2/+17 |
| 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. | 3 | -0/+59 |
| 2026-08-09 | feat(ui): icons on every action, and rename Flag to Important | Danilo M. | 2 | -5/+50 |
| 2026-08-09 | fix(sync): clear the pending-edit count on a cron sync | Danilo M. | 6 | -2/+139 |
| 2026-08-07 | feat(sync): sync only the accounts with unsynced edits | Danilo M. | 8 | -6/+149 |
| 2026-08-07 | feat(ui): add a Maildir overview under Help | Danilo M. | 5 | -0/+199 |
| 2026-08-07 | feat(ui): make Escape deselect the row as well as blank the pane | Danilo M. | 2 | -1/+45 |
| 2026-08-07 | feat(ui): fill the blank message pane with a branded placeholder | Danilo M. | 9 | -3/+596 |
| 2026-08-07 | feat(ui): show each thread's tags under its row | Danilo M. | 8 | -43/+480 |
| 2026-08-07 | fix(ui): tell read threads from unread without relying on bold | Danilo M. | 5 | -8/+109 |
| 2026-08-07 | fix(ui): the message pane follows the desktop theme | Danilo M. | 4 | -14/+153 |
| 2026-08-07 | feat(tags): mark every thread in the view read, in one undoable step | Danilo M. | 3 | -0/+105 |
| 2026-08-07 | feat(sync): the status bar says which account is syncing | Danilo M. | 4 | -7/+242 |
| 2026-08-07 | fix(mime): a body part carrying a Content-Id no longer renders blank | Danilo M. | 1 | -1/+8 |
| 2026-08-07 | fix(tags): the Remove field suggests only tags the selection has | Danilo M. | 1 | -2/+17 |
| 2026-08-06 | fix(ui): one Sync control, and a query bar that looks finished | Danilo M. | 2 | -30/+60 |
| 2026-08-06 | test: stop two tests depending on the machine they run on | Danilo M. | 2 | -1/+28 |
| 2026-08-06 | fix(sync): hold tag edits made during a background sync | Danilo M. | 4 | -3/+179 |
| 2026-08-04 | fix(sync): count unsynced edits as net state, not as writes | Danilo M. | 2 | -10/+76 |
| 2026-08-04 | feat(ui): make Delete a toggle, and expire transient status messages | Danilo M. | 2 | -11/+91 |
| 2026-08-04 | fix(ui): name the default button on the quit prompt | Danilo M. | 1 | -0/+9 |
| 2026-08-04 | feat(ui): disable Sync during a background sync, and blank the pane on Esc | Danilo M. | 3 | -7/+71 |
| 2026-08-04 | fix(sync): stop a local sync reporting itself as a background one | Danilo M. | 2 | -10/+38 |
| 2026-08-04 | feat(sync): notice syncs this window did not start | Danilo M. | 5 | -0/+306 |