aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* model: change flags array to bitmaskRobin Jarry2023-01-044-12/+5
* send: add option to send&archiveBence Ferdinandy2023-01-043-12/+36
* split: refactor to prevent stuck splitsTim Culverhouse2022-12-251-6/+7
* smtp: remove requirement for oauthbearer token-endpointTim Culverhouse2022-12-211-7/+6
* attach: don't glob hidden filesMoritz Poldrack2022-12-202-0/+26
* split: use a sensible default widthMoritz Poldrack2022-12-191-0/+8
* reply: refactor close-on-reply setting to -c flagBence Ferdinandy2022-12-151-7/+10
* findNextNonDeleted: set next to nil if last messageTim Culverhouse2022-12-141-0/+3
* split: refactor split update logicTim Culverhouse2022-12-141-3/+0
* config: make various sections accessible via global varsRobin Jarry2022-12-1418-33/+38
* compose: allow writing multipart/alternative messagesRobin Jarry2022-12-071-0/+73
* view: add close-on-reply optionBence Ferdinandy2022-12-021-1/+11
* logging: rename package to logRobin Jarry2022-12-0220-82/+81
* logging: homogenize levelsRobin Jarry2022-12-028-18/+15