aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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