aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
5 daysfix(pane): drop Save link from a link's context menuDanilo M.1-0/+20
5 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
6 daysfeat(pane): move the copy confirmation into the message paneDanilo M.2-3/+135
6 daysfix(worker): give a moved message a fresh maildir nameDanilo M.1-4/+73
6 daysfeat(pane): offer Select all, and report what a copy copiedDanilo M.2-4/+81
6 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
7 daysfeat(delete): bind Del, and resolve a restore against the databaseDanilo M.6-6/+232
7 daysfeat(trash): restore mail from the trash viewDanilo M.5-10/+192
7 daysfix(delete): repair seven defects in the move-to-trash pathDanilo M.2-64/+475
7 daysfeat(worker): resolve whole threads to their messages, ids and pathsDanilo M.2-0/+93
7 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
8 daysfeat(worker): move messages between maildir foldersDanilo M.2-0/+124
8 daysfeat(config): add the trash query generatorDanilo M.3-1/+34
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.2-0/+27
8 daysfeat(rules): show each rule's note in the rule listDanilo M.2-5/+66
8 daysfix(ui): drop the browser's own actions from the message pane menuDanilo M.2-0/+73
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.13-137/+1154
10 daysfeat(ui): open a thread on its own by double-clicking a rowDanilo M.2-0/+58
10 daysfix(sync): send held edits before the sync-end refresh reads the databaseDanilo M.2-7/+32
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.2-0/+77
10 daysfeat(i18n): add a language key overriding the system localeDanilo M.3-9/+55
10 daysfeat(i18n): wire translations and ship an Italian one (item 22)Danilo M.6-34/+131
10 daysfeat(startup): add startup_account, the account the dropdown opens onDanilo M.3-6/+65
10 daysfix(startup): let startup_query name a built-in filter, and run itDanilo M.3-13/+49
10 daysfix(filters): label the flagged filter Important, and give the four iconsDanilo M.2-3/+35
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.3-28/+96
10 daysfeat(filters): resolve built-in filters per accountDanilo M.2-1/+166
11 daysfix(status): count threads as they arrive instead of "Searching..."Danilo M.2-0/+25
11 daysRevert the message-scoped auto mark-readDanilo M.3-135/+10
11 daysfix(read): repaint the card when one message is marked readDanilo M.3-4/+109
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.6-58/+140
11 daysfix(startup): raise the config-problem modal outside the constructorDanilo M.3-9/+34
11 daysfeat(search): offer Exclude from search in both menusDanilo M.3-0/+28
11 daysfeat(search): push the query bar's emptiness into the panesDanilo M.5-7/+30
11 daysrefactor(search): carry SearchMode instead of bool extendDanilo M.6-25/+56
11 daysrefactor(search): add SearchMode, the type replacing bool extendDanilo M.1-0/+16
11 daysfeat(search): add SearchTerm::excludeDanilo M.2-0/+33
11 daysfix(details): close the dialog before the search runs, not afterDanilo M.1-4/+8
11 daysfeat(search): run a search asked for from the message paneDanilo M.3-2/+53
11 daysfeat(details): rebuild the message details dialog as rowsDanilo M.4-49/+247
11 daysfeat(search): search for the selected body textDanilo M.2-0/+54