aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* search: add rcpts fields to header in search criteriaKoni Marti2023-11-123-1/+20
* linters: avoid crash when analyzing function callRobin Jarry2023-11-022-19/+52
* complete: allow disabling automatic completionRobin Jarry2023-11-024-1/+23
* complete: allow setting the completion key bindingRobin Jarry2023-11-026-28/+47
* cf: do not quote notmuch queries in completion resultsRobin Jarry2023-11-021-1/+15
* completion: refactor filter list apiRobin Jarry2023-11-0217-36/+45
* hooks: add mail-added hookJason Cox2023-11-029-60/+151
* hooks: add mail-deleted hookJason Cox2023-11-027-13/+69
* binds: folder-specific bindings for composerVitaly Ovchinnikov2023-11-023-5/+20
* fold: add an option to toggle foldinginwit2023-11-025-18/+37
* fold: allow for multiple folding levelsinwit2023-11-026-17/+38
* doc: fix newlines for the aerc-search manpageVitaly Ovchinnikov2023-11-021-2/+2
* binds: remove duplicated and empty bindingsVitaly Ovchinnikov2023-11-022-0/+61
* docs: add examples for modifying column-nameJens Grassel2023-11-021-0/+8
* cf: fix unexpected argument on notmuchRobin Jarry2023-10-301-3/+21
* complete: add trailing space after quotesRobin Jarry2023-10-301-2/+2
* treewide: replace shlex.Split with opt.SplitArgsRobin Jarry2023-10-285-19/+7
* commands: use completion from go-optRobin Jarry2023-10-2881-968/+197
* commands: remove command set completion apiRobin Jarry2023-10-283-61/+42
* pipe: run commands with sh -cRobin Jarry2023-10-283-15/+19
* open: run commands with sh -cRobin Jarry2023-10-288-38/+30
* search: use a common api for all workersRobin Jarry2023-10-2821-740/+544
* worker: move shared code to libRobin Jarry2023-10-2819-98/+116
* main: parse command line args with go-optRobin Jarry2023-10-282-36/+73
* commands: parse arguments with go-optRobin Jarry2023-10-2875-1346/+673
* commands: remove command set execute apiRobin Jarry2023-10-282-44/+30
* commands: expand templates before command resolutionRobin Jarry2023-10-282-21/+14
* commands: pass raw command line down to template evaluationRobin Jarry2023-10-2811-193/+60
* lib: remove unused ShellQuote functionRobin Jarry2023-10-281-17/+0
* compose: fix crash when getting hostnameMoritz Poldrack2023-10-261-0/+5
* aerc: initialise the random number generatorMoritz Poldrack2023-10-261-0/+5
* compose: fix header navigation after :compose -eRobin Jarry2023-10-251-9/+4
* commands: add :suspendNojus Gudinavičius2023-10-245-0/+64
* changelog: get unreleased entries from commit trailersRobin Jarry2023-10-234-17/+33
* export-mbox: preserve the user-visible sorting order when exportingVitaly Ovchinnikov2023-10-221-6/+47
* accounts: allow fnmatch-style wildcards in aliasesJason Cox2023-10-225-40/+48
* config: ensure account order as requestedKoni Marti2023-10-221-1/+5
* contrib: add a script to generate release statisticsBence Ferdinandy2023-10-221-0/+120
* terminal: add `:send-keys` commandVitaly Ovchinnikov2023-10-227-0/+107
* release.sh: fix typoRobin Jarry2023-10-211-2/+2
* notmuch: return all siblings in threadsinwit2023-10-131-24/+10
* doc: update aerc-bindsKoni Marti2023-10-131-12/+6
* doc: rephrase aerc-search -d date selectionMoritz Poldrack2023-10-131-3/+5
* sort: new `flagged` sorting criteriaVitaly Ovchinnikov2023-10-136-0/+12
* carddav-query: interpret percent escapes in source urlRobin Jarry2023-10-131-4/+4
* release.sh: fix email encodingRobin Jarry2023-10-131-0/+4
* send: add option to overwrite copy-to folderKoni Marti2023-10-132-16/+37
* colorize: accept wildcards in stylesJason Cox2023-10-133-36/+40
* split: add an alias for horizontal splitinwit2023-10-133-10/+11
* switcher: add scrollbarKoni Marti2023-10-135-73/+118