aerc/commands/msg
Srivathsan Murali 3ba69edab5 Add Templates with Parsing
+ 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.
2019-11-10 10:15:49 -05:00
..
archive.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
copy.go Make commands join args with spaces 2019-09-20 15:06:34 -04:00
delete.go Config for deleting message from message viewer 2019-09-20 15:23:45 -04:00
forward.go Add Templates with Parsing 2019-11-10 10:15:49 -05:00
modify-labels.go Add modify-labels command 2019-09-12 16:17:24 -04:00
move.go Make commands join args with spaces 2019-09-20 15:06:34 -04:00
msg.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
pipe.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
read.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
reply.go Add Templates with Parsing 2019-11-10 10:15:49 -05:00
unsubscribe.go Add Templates with Parsing 2019-11-10 10:15:49 -05:00
unsubscribe_test.go Add unsubscribe command 2019-07-04 11:06:14 -04:00