Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | templates: add version func | Reto Brunner | 2020-05-06 | 1 | -0/+7 |
| | | | | Fixes #316 | ||||
* | docs: extract template function to their own section | Reto Brunner | 2020-05-06 | 1 | -28/+39 |
| | | | | The functions were located in the data section, which was suboptimal. | ||||
* | add template structure to aerc-templates(7) | Reto Brunner | 2020-04-26 | 1 | -2/+19 |
| | |||||
* | note in aerc-templates.7.scd for toLocal function | sqwishy | 2020-02-25 | 1 | -0/+7 |
| | |||||
* | template: man cosmetic changes | Leszek Cimała | 2020-01-09 | 1 | -1/+2 |
| | |||||
* | template: add exec and wrap | Leszek Cimała | 2020-01-09 | 1 | -4/+17 |
| | |||||
* | add .OriginalMIMEType variable to reply template | Leszek Cimała | 2020-01-09 | 1 | -0/+6 |
| | |||||
* | Correct capitalization in quoted_reply | Drew DeVault | 2019-11-10 | 1 | -2/+6 |
| | |||||
* | Add Templates with Parsing | Srivathsan Murali | 2019-11-10 | 1 | -0/+89 |
+ Changes NewComposer to return error. + Add lib to handle templates using "text/template". + Add -T option to following commands - compose. - reply - forward + Quoted replies using templates. + Forwards as body using templates + Default templates are installed similar to filters. + Templates Config in aerc.conf. - Required templates are parsed while loading config. + Add aerc-templates.7 manual for using template data. |