summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2022-01-19compose: add default template for new messagesRobin Jarry
Allow defining a default template to use when composing new messages. Add an example to be used for new users. Signed-off-by: Robin Jarry <robin@jarry.cc>
2022-01-19templates: add x-mailer header in default filesRobin Jarry
This should serve as an example for new users. Signed-off-by: Robin Jarry <robin@jarry.cc>
2022-01-14Stop wrapping OriginalText in default templatesNguyễn Gia Phong
Wrapping embeded code or patches could mess up the content.
2021-03-07fix typo in quoted reply templateEric Bower
2021-03-07templates: fixup error in template modificationReto Brunner
The change of WrapText --> Wrap left the order of the arguments unchanged, which is wrong.
2021-03-07templates: Use wrap instead of wrapTextNícolas F. R. A. Prado
bf0f72a533d5 ("template: add exec and wrap") introduced wrap which allowed to chain wrapText. It also changed the aerc-templates man page to document wrap instead of wrapText. The templates weren't updated then, so update now.
2020-04-24Fix headers in built-in templatesDrew DeVault
2020-04-24templates/quoted_reply: fix incorrect timezone identifierReto Brunner
2020-02-25toLocal template functionsqwishy
Hi. This adds a template function to convert a time to the local time zone. And modifies the default quoted_reply template to use it and show the time zone when formatting the timestamp of the quoted message. Previously, the quoted message timestamp was UTC and it would format it without the time zone. And I thought it might be a little confusing or weird to some normal people when I email them and I don't want normal people to be confused or think that I'm weird.
2019-11-10Correct capitalization in quoted_replyDrew DeVault
2019-11-10Add Templates with ParsingSrivathsan 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.