aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
4 daysfeat(compose): wire the composer into the main window, item 123compose-and-sendDanilo M.8-20/+998
4 daysfeat(compose): the composer window, item 123Danilo M.3-0/+1075
4 daysfeat(compose): the send popup and its undo window, item 123Danilo M.3-0/+464
5 daysfeat(compose): register the six compose actions, item 123Danilo M.3-0/+141
5 daysfeat(compose): transform the markdown buffer for the toolbar, item 123Danilo M.3-0/+259
5 daysfeat(compose): derive a reply's recipients and headers, item 123Danilo M.6-4/+764
5 daysfeat(compose): hand outgoing mail to the send command, item 123Danilo M.3-0/+362
5 daysfeat(compose): save drafts atomically into a Maildir, item 123Danilo M.3-0/+143
6 daysfix(compose): refuse a directory attachment and a bad recipient, item 123Danilo M.1-19/+93
6 daysfeat(compose): build outgoing messages with GMime, item 123Danilo M.3-0/+346
6 daysfix(config): reject garbage numerics instead of silently reading zero, item 123Danilo M.2-17/+94
6 daysrefactor(maildir): extract freshMaildirName for reuse, item 123Danilo M.4-61/+125
6 daysfix(compose): correct the header's attribution and harden three tests, item 123Danilo M.2-6/+13
6 daysfeat(config): send_command and the [compose] section, item 123Danilo M.3-0/+180
6 daysfix(compose): document what actually suppresses raw HTML, item 123Danilo M.1-4/+17
6 daysfeat(compose): render markdown bodies with cmark-gfm, item 123Danilo M.3-1/+133
6 daysrefactor(ui): extract the busy indicator into a widget, item 134Danilo M.5-12/+129
6 daysfix(pane): drop Save link from a link's context menuDanilo M.1-0/+20
6 daysfix(pane): open a target="_blank" link, and drop the dead link actionsDanilo M.2-1/+177
6 daysfix(worker): read the mail root, not the index directoryDanilo M.1-4/+26
7 daysfeat(pane): move the copy confirmation into the message paneDanilo M.2-3/+135
7 daysfix(worker): give a moved message a fresh maildir nameDanilo M.1-4/+73
7 daysfeat(pane): offer Select all, and report what a copy copiedDanilo M.2-4/+81
7 daysfix(trash): refresh the list when a restore empties a rowdelete-to-trashDanilo M.1-0/+23
7 daysfeat: find mail tagged deleted but never moved to trashDanilo M.3-0/+69
8 daysfeat(delete): bind Del, and resolve a restore against the databaseDanilo M.6-6/+232
8 daysfeat(trash): restore mail from the trash viewDanilo M.5-10/+192
8 daysfix(delete): repair seven defects in the move-to-trash pathDanilo M.2-64/+475
8 daysfeat(worker): resolve whole threads to their messages, ids and pathsDanilo M.2-0/+93
8 daysfix(tags): let a tag be removed even when its name breaks the rulesDanilo M.1-10/+19
8 daysfeat(delete): move the message to the account's trash folderDanilo M.6-2/+536
9 daysfeat(worker): move messages between maildir foldersDanilo M.2-0/+124
9 daysfeat(config): add the trash query generatorDanilo M.3-1/+34
9 daysfeat(config): warn when an account configures no trash folderDanilo M.1-0/+15
9 daysfeat(config): read a per-account trash folderDanilo M.2-0/+27
9 daysfeat(rules): show each rule's note in the rule listDanilo M.2-5/+66
9 daysfix(ui): drop the browser's own actions from the message pane menuDanilo M.2-0/+73
9 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.13-137/+1154
11 daysfeat(ui): open a thread on its own by double-clicking a rowDanilo M.2-0/+58
11 daysfix(sync): send held edits before the sync-end refresh reads the databaseDanilo M.2-7/+32
11 daysfix(sync): re-arm the automatic sync when it skips a concurrent runDanilo M.1-1/+14
11 daysfix(ui): load a thread that was already displayed when the query ranDanilo M.1-0/+15
11 daysfeat(ui): highlight the built-in filter matching the current viewDanilo M.2-0/+77
11 daysfeat(i18n): add a language key overriding the system localeDanilo M.3-9/+55
11 daysfeat(i18n): wire translations and ship an Italian one (item 22)Danilo M.6-34/+131
11 daysfeat(startup): add startup_account, the account the dropdown opens onDanilo M.3-6/+65
11 daysfix(startup): let startup_query name a built-in filter, and run itDanilo M.3-13/+49
11 daysfix(filters): label the flagged filter Important, and give the four iconsDanilo M.2-3/+35
11 daysfix(queries): make a query in the overflow menu runnableDanilo M.1-4/+21