aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* app: export global functionsRobin Jarry2023-10-1078-492/+479
* widgets: rename package to appRobin Jarry2023-10-1078-340/+340
* commands: add :toggle-thread-context commandTim Culverhouse2023-09-271-0/+36
* ui: enable showing of thread-contextTim Culverhouse2023-09-271-0/+1
* postpone: remove datacounter passthrough writerTim Culverhouse2023-08-311-7/+5
* postpone: change recall/postpone logic for custom foldersVitaly Ovchinnikov2023-08-302-27/+44
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-275-31/+12
* export-mbox: better path suggestion and name completionVitaly Ovchinnikov2023-08-251-8/+11
* commands: allow reading attachments from a fileKarel Balej2023-08-241-2/+8
* export-mbox: only export marked messages, if anyVitaly Ovchinnikov2023-08-051-3/+23
* attach: add an option to pipe the attachments inVitaly Ovchinnikov2023-08-051-6/+72