summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
6 daysfix(trash): refresh the list when a restore empties a rowdelete-to-trashDanilo M.1-0/+23
6 daysfeat: find mail tagged deleted but never moved to trashDanilo M.1-0/+52
7 daysfeat(delete): bind Del, and resolve a restore against the databaseDanilo M.1-1/+119
7 daysfeat(trash): restore mail from the trash viewDanilo M.1-9/+126
7 daysfix(delete): repair seven defects in the move-to-trash pathDanilo M.1-59/+395
8 daysfeat(delete): move the message to the account's trash folderDanilo M.1-2/+290
8 daysfeat(config): add the trash query generatorDanilo M.1-0/+1
8 daysfix(ui): make Important a toggle, like Delete and Toggle unreadDanilo M.1-2/+17
9 daysfeat(ui): act on the message a row displays, not its whole threadDanilo M.1-94/+366
10 daysfeat(ui): open a thread on its own by double-clicking a rowDanilo M.1-0/+54
10 daysfix(sync): send held edits before the sync-end refresh reads the databaseDanilo M.1-7/+22
10 daysfix(sync): re-arm the automatic sync when it skips a concurrent runDanilo M.1-1/+14
10 daysfix(ui): load a thread that was already displayed when the query ranDanilo M.1-0/+15
10 daysfeat(ui): highlight the built-in filter matching the current viewDanilo M.1-0/+63
10 daysfeat(startup): add startup_account, the account the dropdown opens onDanilo M.1-6/+33
10 daysfix(startup): let startup_query name a built-in filter, and run itDanilo M.1-6/+21
10 daysfix(filters): label the flagged filter Important, and give the four iconsDanilo M.1-2/+29
10 daysfix(queries): make a query in the overflow menu runnableDanilo M.1-4/+21
10 daysfeat(filters): put the four built-in filters on the query rowDanilo M.1-12/+50
10 daysfix(status): count threads as they arrive instead of "Searching..."Danilo M.1-0/+12
11 daysRevert the message-scoped auto mark-readDanilo M.1-37/+10
11 daysfix(read): repaint the card when one message is marked readDanilo M.1-4/+11
11 daysfix(read): auto mark-read touches only the message on screenDanilo M.1-6/+26
11 daysfeat(pane): always render one message, never the conversationthread-view-removedDanilo M.1-52/+44
11 daysfix(startup): raise the config-problem modal outside the constructorDanilo M.1-8/+9
11 daysfeat(search): push the query bar's emptiness into the panesDanilo M.1-4/+9
11 daysrefactor(search): carry SearchMode instead of bool extendDanilo M.1-3/+20
11 daysfeat(search): run a search asked for from the message paneDanilo M.1-0/+18
11 daysfeat(queries): create a tagging rule from a saved queryDanilo M.1-0/+21
11 daysfeat(rules): seed the rules dialog even when it is openDanilo M.1-2/+7
12 daysfeat(queries): edit, pin and delete a saved query from the UIDanilo M.1-0/+113
12 daysfeat(queries): make Sent a saved query rather than a fixed buttonDanilo M.1-24/+26
12 daysfix(queries): give Save query a clearer icon and a labelDanilo M.1-2/+17
12 daysfeat(queries): right-align the More queries menu, and keep the row when nothi...Danilo M.1-4/+12
12 daysfix(queries): put the Save query button beside the query barDanilo M.1-0/+17
12 daysfeat(queries): save a query from the UI, and split the buttons off the query rowDanilo M.1-38/+181
12 daysfeat(rules): preview a rule's mail in the thread listDanilo M.1-0/+43
12 daysfeat(rules): every Maildir folder in the Folder dropdownDanilo M.1-10/+17
12 daysfeat(rules): a folder dropdown, so the path suffix is never typedDanilo M.1-0/+11
13 daysfeat(rules): open the tagging rules from the Message menuDanilo M.1-0/+53
14 daysfeat(panes): draw the pane marks from shipped SVGs, not font glyphsDanilo M.1-0/+4
14 daysfeat(sync): sync a tag change automatically after a short delayDanilo M.1-1/+81
14 daysfeat(placeholder): count sent mail and drafts on the blank paneDanilo M.1-27/+56
2026-08-11feat(sent): add a Sent view, flat and by recipientDanilo M.1-4/+46
2026-08-11feat(config): let the date format on a card be configuredDanilo M.1-0/+1
2026-08-11feat(ui): give Sync the refresh iconDanilo M.1-1/+1
2026-08-10feat(view): follow a background sync without a keystrokeDanilo M.1-11/+282
2026-08-10fix(ui): expand flat threads, reach the first message, localise the dateDanilo M.1-1/+22
2026-08-10feat(ui): let the user choose newest or oldest firstDanilo M.1-2/+40
2026-08-10feat(ui): step by index, and give thread stepping a second bindingDanilo M.1-17/+28