aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* reply,forward: use selected message partSebastien Binet2024-01-173-9/+18
* z: complete with fs folders instead of account foldersRobin Jarry2024-01-171-1/+1
* z: fix arguments handlingRobin Jarry2024-01-171-12/+16
* cd: fix completion of folders with a spaceRobin Jarry2024-01-178-19/+21
* commands: simplify CompletePathRobin Jarry2024-01-177-50/+81
* commands: treat folded threads as one entityKoni Marti2024-01-071-1/+30
* commands/msg: adapt quote-reply to honor viewer::alternativesSebastien Binet2023-12-301-1/+8
* patch/find: add find sub-cmdKoni Marti2023-12-301-0/+132
* 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