aboutsummaryrefslogtreecommitdiffstats
path: root/lib/templates
Commit message (Expand)AuthorAgeFilesLines
* templates: add head and tail functionsBence Ferdinandy2024-08-032-0/+54
* templates: add basic string functionsMoritz Poldrack2024-01-191-5/+20
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-271-7/+2
* templates: attach directly from templatesKoni Marti2023-08-031-0/+9
* templates: process reversed names betterVitaly Ovchinnikov2023-06-292-3/+135
* templates: add map functionsRobin Jarry2023-06-101-0/+30
* commands: expand and complete template codeKoni Marti2023-05-161-0/+52
* templates: add switch/case functionsRobin Jarry2023-03-081-0/+31
* templates: add match functionRobin Jarry2023-03-081-0/+2
* templates: add compactDir functionRobin Jarry2023-02-201-0/+5
* templates: add now functionRobin Jarry2023-02-201-0/+1
* templates: add firstnames and shortmboxes functionsRobin Jarry2023-02-201-1/+31
* templates: fix mboxes functionRobin Jarry2023-02-201-1/+1
* templates: unify data interfaceRobin Jarry2023-02-203-420/+18
* templates: add initials functionBence Ferdinandy2023-02-121-0/+15
* templates: add trimSignature functionMoritz Poldrack2023-01-291-0/+19
* templates: correctly return week format when necessaryNojus Gudinavičius2023-01-111-1/+1
* config: add columns based index formatRobin Jarry2023-01-061-1/+8
* templates: add more fields and functionsRobin Jarry2023-01-043-24/+401
* templates: change fields as lazy functionsRobin Jarry2023-01-041-35/+67
* templates: split code in multiple filesRobin Jarry2023-01-043-182/+193
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-2/+2
* config: do not hardcode sharedirRobin Jarry2022-02-191-0/+8
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* compose: use a proper header instead of a string mapReto Brunner2020-11-141-33/+49
* templates: Remove ParseTemplate as it's unusedReto Brunner2020-11-141-14/+0
* templates: better error messageReto Brunner2020-11-111-2/+3
* Fix dates in reply/forward commands.Reto Brunner2020-06-261-3/+2
* templates: add version funcReto Brunner2020-05-061-0/+8
* Remove ability to specify headers in the editorReto Brunner2020-04-241-4/+5
* toLocal template functionsqwishy2020-02-251-0/+5
* template: add exec and wrapLeszek Cimała2020-01-091-0/+23
* template: remove last \n to fix additional new lines after quoteLeszek Cimała2020-01-091-0/+2
* add .OriginalMIMEType variable to reply templateLeszek Cimała2020-01-091-15/+18
* create OriginalMail structLeszek Cimała2020-01-091-12/+16
* Fix double >\n when quoting empty lineSrivathsan Murali2020-01-041-0/+1
* Correct capitalization in quoted_replyDrew DeVault2019-11-101-12/+32
* Add some defaults for template optionsDrew DeVault2019-11-101-2/+2
* Add Templates with ParsingSrivathsan Murali2019-11-101-0/+160