Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-09 | template: add exec and wrap | Leszek Cimała | |
2020-01-09 | template: remove last \n to fix additional new lines after quote | Leszek Cimała | |
2020-01-09 | add .OriginalMIMEType variable to reply template | Leszek Cimała | |
2020-01-09 | create OriginalMail struct | Leszek Cimała | |
2020-01-04 | Fix double >\n when quoting empty line | Srivathsan Murali | |
2019-11-10 | Correct capitalization in quoted_reply | Drew DeVault | |
2019-11-10 | Add some defaults for template options | Drew DeVault | |
2019-11-10 | Add Templates with Parsing | Srivathsan Murali | |
+ 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. |