aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.cpp
AgeCommit message (Expand)AuthorFilesLines
7 daysfeat(trash): restore mail from the trash viewDanilo M.1-0/+19
8 daysfeat(config): add the trash query generatorDanilo M.1-1/+26
8 daysfeat(config): warn when an account configures no trash folderDanilo M.1-0/+15
8 daysfeat(config): read a per-account trash folderDanilo M.1-0/+11
10 daysfeat(i18n): add a language key overriding the system localeDanilo M.1-0/+24
10 daysfeat(i18n): wire translations and ship an Italian one (item 22)Danilo M.1-23/+49
10 daysfeat(startup): add startup_account, the account the dropdown opens onDanilo M.1-0/+17
10 daysfix(startup): let startup_query name a built-in filter, and run itDanilo M.1-7/+20
11 daysfix(filters): label the flagged filter Important, and give the four iconsDanilo M.1-1/+6
11 daysfeat(filters): put the four built-in filters on the query rowDanilo M.1-15/+21
11 daysfeat(filters): resolve built-in filters per accountDanilo M.1-1/+120
12 daysfix(queries): stop writing keys that carry no informationDanilo M.1-4/+12
12 daysfeat(queries): make Sent a saved query rather than a fixed buttonDanilo M.1-2/+64
12 daysfeat(queries): store saved queries in queries.jsonDanilo M.1-11/+174
2026-08-11feat(sync): sync a tag change automatically after a short delayDanilo M.1-0/+17
2026-08-11feat(placeholder): count sent mail and drafts on the blank paneDanilo M.1-19/+49
2026-08-11feat(sent): add a Sent view, flat and by recipientDanilo M.1-0/+37
2026-08-11feat(config): let the date format on a card be configuredDanilo M.1-0/+25
2026-08-09fix(config): report an out-of-range message_zoomDanilo M.1-2/+17
2026-08-09feat(ui): make the toolbar icon size configurableDanilo M.1-0/+38
2026-08-09fix(sync): clear the pending-edit count on a cron syncDanilo M.1-0/+10
2026-08-07feat(sync): sync only the accounts with unsynced editsDanilo M.1-0/+5
2026-08-04feat(sync): show unsynced edits and offer to sync on exitDanilo M.1-0/+19
2026-08-04feat(threads): mark an opened thread read after a delayDanilo M.1-0/+20
2026-08-04feat(config): add completion_on_focus and extra_mimetypesDanilo M.1-0/+32
2026-08-04feat: choose the startup query by nameDanilo M.1-0/+36
2026-08-04feat: own the message-pane zoom and persist itDanilo M.1-1/+25
2026-08-04feat: let an account set its chip colour and labelDanilo M.1-0/+17
2026-08-04Add GPLv2-only license and per-file headersDanilo M.1-0/+18
2026-08-04fix: only interrupt startup for real configuration problemsDanilo M.1-3/+16
2026-08-04feat: add Config with account, query, and sync parsingDanilo M.1-0/+89