aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* worker: add jmap supportRobin Jarry2023-06-213-2/+36
* commands: fix panic in template executionKoni Marti2023-06-201-0/+3
* save: fix saving of multiple files with the same nameMoritz Poldrack2023-06-172-2/+44
* templates: add map functionsRobin Jarry2023-06-101-0/+2
* help: do not run a command when displaying keysRobin Jarry2023-06-101-0/+1
* save: new option for saving attachmentsVitaly Ovchinnikov2023-06-101-7/+10
* ui: fix deadlocks in message channelRobin Jarry2023-05-201-1/+1
* templates: add boolean flagsRobin Jarry2023-05-201-0/+6
* templates: use template interface consistentlyKoni Marti2023-05-162-5/+52
* mkdir: add completionMoritz Poldrack2023-05-161-1/+19
* archive: respect delimiterMoritz Poldrack2023-05-161-5/+11
* compose: warn before sending with empty subjectJason Cox2023-05-161-6/+11
* search/filter: update completionKoni Marti2023-05-161-0/+23
* save: update completionKoni Marti2023-05-161-8/+9
* recover: update completionKoni Marti2023-05-161-26/+10
* commands: execute commands with templatesKoni Marti2023-05-162-18/+106
* commands: expand and complete template codeKoni Marti2023-05-161-0/+52
* commands: add OptionsProvider and OptionCompleterKoni Marti2023-05-166-30/+619
* directory: add role to template fieldsTim Culverhouse2023-04-221-2/+2
* term: update tab title even when tab is not selectedRobin Jarry2023-04-151-2/+4
* attach: focus terminal for file pickerKoni Marti2023-04-101-0/+1
* tabs: make sure to close tab contentRobin Jarry2023-04-0111-22/+17
* parse msg-id lists more liberallyNguyễn Gia Phong2023-03-261-8/+3
* smtp: replace smtp-starttls with schema optionMarcin Serwin2023-03-261-33/+32
* move/archive: make sure to close existing viewerRobin Jarry2023-03-151-0/+2
* openers: add mime type handling for open-linkRobin Jarry2023-03-132-4/+12
* statusline: add column based render formatRobin Jarry2023-02-201-1/+1
* statusline: move files to lib/stateRobin Jarry2023-02-207-20/+20
* triggers: use templates instead of % mini languageRobin Jarry2023-02-201-5/+16
* commands: expand template placeholdersAivars Vaivods2023-02-201-1/+45
* log: add debug for send configurationBence Ferdinandy2023-02-121-0/+8
* tabs: use template for compose tabsTim Culverhouse2023-02-127-66/+7
* config: add option for SMTP HELO/EHLO local domainKarel D. Kopecký2023-02-021-2/+14
* switch-account: also switch account configurationBence Ferdinandy2023-01-261-0/+1
* logging: add trace to every command callBence Ferdinandy2023-01-261-0/+2
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-066-0/+8
* doc: fix English typosRobin Jarry2023-01-061-1/+1
* templates: change fields as lazy functionsRobin Jarry2023-01-047-10/+8
* config: parse account from and aliases onceRobin Jarry2023-01-043-36/+7