aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* msgviewer: separate part switcher from viewerKoni Marti2023-10-132-162/+186
* binds: better processing of contextual bindsVitaly Ovchinnikov2023-10-131-2/+5
* doc: document -p option for move/copyKoni Marti2023-10-131-6/+10
* chore: ignore all log filesMoritz Poldrack2023-10-131-2/+1
* release.sh: update version in GNUMakefileRobin Jarry2023-10-113-4/+4
* mk: remove trimpath flag from debug buildMoritz Poldrack2023-10-111-1/+1
* ui: export global functionsRobin Jarry2023-10-114-66/+35
* app: fix nil pointer dereference on startupRobin Jarry2023-10-116-42/+19
* app: export global functionsRobin Jarry2023-10-1087-600/+645