aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* templates: attach directly from templatesKoni Marti2023-08-031-0/+1
* wizard: display warning when focus is lostKoni Marti2023-08-031-0/+1
* compose: allow removing headersRobin Jarry2023-07-311-18/+26
* split: ensure messagestore is availableMoritz Poldrack2023-07-281-0/+4
* compose: allow changing edit-headers on the flyRobin Jarry2023-07-178-31/+115
* compose: implement embedded headers in editorKoni Marti2023-07-172-5/+3
* compose: improve error handlingRobin Jarry2023-07-171-2/+8
* compose: only allow setting content at creationRobin Jarry2023-07-177-60/+15
* send: return error when recipients list is emptyRobin Jarry2023-07-171-0/+3
* templates: add ThreadCount and ThreadFoldedKoni Marti2023-07-161-0/+2
* commands: add :fold and :unfold for thread foldingKoni Marti2023-07-161-0/+49
* threadbuilder: store uid/thread associationKoni Marti2023-07-161-6/+10
* commands: fix panic in helper structKoni Marti2023-07-151-1/+5
* open: add option -d to automatically delete temporary filesVitaly Ovchinnikov2023-07-071-2/+24
* open: use the original attachment extension if possibleVitaly Ovchinnikov2023-06-251-3/+9