Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-25 | toLocal template function | sqwishy | |
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-10 | Correct capitalization in quoted_reply | 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. |