aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* patch: implement worktree supportKoni Marti2023-12-301-11/+23
* patch/switch: add switch sub-cmdKoni Marti2023-12-301-0/+54
* patch/delete: add delete sub-cmdKoni Marti2023-12-301-0/+54
* patch/term: add term sub-cmdKoni Marti2023-12-302-5/+50
* patch/rebase: add rebase sub-cmdKoni Marti2023-12-302-0/+363
* patch/cd: add cd sub-cmdKoni Marti2023-12-301-0/+42
* patch/remove: add remove sub-cmdKoni Marti2023-12-301-0/+43
* patch/list: add list sub-cmdKoni Marti2023-12-301-0/+113
* patch/apply: add apply sub-cmdKoni Marti2023-12-303-0/+317
* patch/init: add init sub-cmdKoni Marti2023-12-301-0/+36
* patch: create sub-command structureKoni Marti2023-12-302-1/+77
* doc: add aerc-patchKoni Marti2023-12-301-0/+1
* cf: allow changing folder of another accountRobin Jarry2023-12-051-23/+66
* eml: expand tilde to home dirRobin Jarry2023-12-041-1/+2
* flag,unflag: fix -a option for the answered flagKoni Marti2023-11-241-0/+4
* ui: make viewer tab title configurable via templatesBence Ferdinandy2023-11-231-1/+16
* rmdir: back to current folder upon errorKoni Marti2023-11-231-1/+5
* dirtree: add custom virtual directory roleKoni Marti2023-11-231-0/+7
* compose: copy to composing account's sent folderJason Cox2023-11-231-3/+4
* reply: allow replying with another accountBence Ferdinandy2023-11-231-3/+18
* fold: remove aliases from structinwit2023-11-231-1/+1
* fold: add an option to fold/unfold all threadsinwit2023-11-231-2/+24
* cf: fix over quoting of notmuch queriesRobin Jarry2023-11-121-9/+12
* rmdir: ensure proper sequence of operationsKoni Marti2023-11-122-13/+43
* {im,ex}port-mbox: allow using ~ in pathVitaly Ovchinnikov2023-11-122-0/+6
* ui: correct some push status messagesinwit2023-11-124-4/+31
* 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-023-58/+71
* hooks: add mail-deleted hookJason Cox2023-11-021-11/+11
* fold: add an option to toggle foldinginwit2023-11-021-4/+6
* 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-281-5/+3
* commands: use completion from go-optRobin Jarry2023-10-2880-967/+196
* commands: remove command set completion apiRobin Jarry2023-10-282-50/+14
* pipe: run commands with sh -cRobin Jarry2023-10-281-11/+14
* open: run commands with sh -cRobin Jarry2023-10-283-4/+4
* search: use a common api for all workersRobin Jarry2023-10-281-4/+110
* commands: parse arguments with go-optRobin Jarry2023-10-2875-1346/+673
* commands: remove command set execute apiRobin Jarry2023-10-281-9/+5
* commands: expand templates before command resolutionRobin Jarry2023-10-281-20/+9
* commands: pass raw command line down to template evaluationRobin Jarry2023-10-284-158/+23
* commands: add :suspendNojus Gudinavičius2023-10-241-0/+22
* export-mbox: preserve the user-visible sorting order when exportingVitaly Ovchinnikov2023-10-221-6/+47
* accounts: allow fnmatch-style wildcards in aliasesJason Cox2023-10-222-38/+35
* terminal: add `:send-keys` commandVitaly Ovchinnikov2023-10-221-0/+51
* sort: new `flagged` sorting criteriaVitaly Ovchinnikov2023-10-131-0/+1
* send: add option to overwrite copy-to folderKoni Marti2023-10-131-15/+34
* split: add an alias for horizontal splitinwit2023-10-131-4/+4