aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* go mod tidyRobin Jarry2022-09-141-39/+48
* lint: update linter versionMoritz Poldrack2022-09-142-2/+5
* lint: warn about known security issuesMoritz Poldrack2022-09-141-0/+1
* history: store command history in a fileMoritz Poldrack2022-09-142-0/+78
* history: don't store duplicate entriesMoritz Poldrack2022-09-142-1/+5
* config: add option to hide timezone in sent emailsMoritz Poldrack2022-09-144-1/+12
* socket: use existing socket if it is connectedMoritz Poldrack2022-09-141-2/+4
* ui: process tcell events in a separate go routine from renderingTim Culverhouse2022-09-132-17/+17
* open-link: make URL parsing more lenientMoritz Poldrack2022-09-133-34/+61
* commands: add zoxide support via :zBence Ferdinandy2022-09-133-0/+90
* bindings: add alt modifierJohn Gebbie2022-09-133-1/+118
* config: keep cache of resolved credential commandsRobin Jarry2022-09-103-11/+39
* main: change account order sortTobias Wölfel2022-09-103-3/+3
* config: move ui config parse in functionRobin Jarry2022-09-081-42/+38
* config: fix default time format valuesRobin Jarry2022-09-082-5/+5
* Release version 0.12.00.12.0Robin Jarry2022-09-012-1/+3
* notmuch: fix regression in error handlingJose Lombera2022-09-011-1/+1
* pgp: enable quoted replies of encrypted messagesTim Culverhouse2022-08-312-0/+41
* msgstore: do not run threadbuilder unless in threaded viewTim Culverhouse2022-08-311-1/+3
* attach: enable path globbingMoritz Poldrack2022-08-303-11/+35
* changelog: refine before releaseRobin Jarry2022-08-301-1/+4
* msgstore: enable granularity in updating of threadbuilderTim Culverhouse2022-08-301-4/+7
* msgstore: run threadBuilder with no debounce on DirectoryContents msgTim Culverhouse2022-08-301-21/+26
* maildir: do not send dircontents on fs eventTim Culverhouse2022-08-301-13/+0
* changelog: add missing entryRobin Jarry2022-08-241-0/+1
* maildir: remove filename encoded UID when moving messagesTim Culverhouse2022-08-241-2/+13
* aerc: fix build when GOFLAGS contains spacesRobin Jarry2022-08-242-2/+5
* contributing: refine commit message rulesRobin Jarry2022-08-231-6/+24
* archive: respect the next-message-on-delete flagBen Cohen2022-08-221-1/+31
* main: add cli flag to load specified account(s)Tim Culverhouse2022-08-223-8/+38
* parse: remove trailing whitespace from rfc1123z regexThomas Faughnan2022-08-221-1/+1
* move: enable MoveMessages from msgstoreTim Culverhouse2022-08-222-44/+50
* maildir: implement MoveMessages handlingTim Culverhouse2022-08-222-0/+36
* imap: implement MoveMessages handlingTim Culverhouse2022-08-222-0/+19
* mbox: implement MoveMessages handlingTim Culverhouse2022-08-221-0/+18
* worker: introduce MoveMessages typeTim Culverhouse2022-08-221-0/+12
* imap: create copy of uids to retain sort orderTim Culverhouse2022-08-222-2/+6
* aerc: add build info to version stringRobin Jarry2022-08-223-3/+22
* delete: fix find-next functionKoni Marti2022-08-221-3/+6
* store: improve cursor positionKoni Marti2022-08-222-24/+30
* dirtree: fix build errorsRobin Jarry2022-08-221-2/+3
* doc: fix man page typosThomas Faughnan2022-08-223-3/+3
* doc: clarify behavior of token_endpoint parameterSean Stiglitz2022-08-221-3/+5
* dirtree: add dirtree-collapse config settingSijmen2022-08-225-3/+20
* changelog: add missing entriesRobin Jarry2022-08-221-0/+2
* fix: Set proper UIConfig for msgstoresTim Culverhouse2022-08-224-24/+28
* filters: fix calendar filter parsingKoni Marti2022-08-221-5/+16
* mbox: filtering for mbox accountsKoni Marti2022-08-221-30/+44
* mark: (un)mark message threadsKoni Marti2022-08-224-5/+85
* mark: allow multiple visual selectionsKoni Marti2022-08-224-7/+23