mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2026-01-15 03:11:34 +01:00
+ 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.
|
||
|---|---|---|
| .. | ||
| account | ||
| compose | ||
| msg | ||
| msgview | ||
| terminal | ||
| cd.go | ||
| commands.go | ||
| ct.go | ||
| exec.go | ||
| global.go | ||
| help.go | ||
| history.go | ||
| new-account.go | ||
| next-tab.go | ||
| prompt.go | ||
| pwd.go | ||
| quit.go | ||
| set.go | ||
| term.go | ||
| util.go | ||