about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2020-01-23 12:18:40 -0500
committerReto Brunner <reto@labrat.space>2020-01-24 12:11:03 +0100
commitaa967682bcdbeaa11b3e79d66b1d68b129dd4161 (patch)
tree8553853df7c7d6d1ed3dc494793abc1aacaf538b /doc
parent6b0483dd92986b3a4dfdd60f4c2289c83f252d6b (diff)
downloadaerc-aa967682bcdbeaa11b3e79d66b1d68b129dd4161.tar.gz
Fix handling of multiple template-dirs
Before, while the docs stated that template-dirs was a colon-separated
list, a delimiter was not specified in the struct tag, so it was falling
back to the default for the ini library (a comma). Also added a note to
the docs to clarify that templates are configured in the [templates]
section.
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-config.5.scd4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index 5dac4ac..791a39d 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -269,7 +269,7 @@ They are configured in the *[triggers]* section of aerc.conf.
 	Format specifiers from *index-format* are expanded with respect to the new
 	message.
 
-## Templates
+## TEMPLATES
 
 Templates are used to populate the body of an email. The compose, reply
 and forward commands can be called with the -T flag with the name of the
@@ -278,6 +278,8 @@ template name.
 aerc ships with some default templates installed in the share directory (usually
 _/usr/share/aerc/templates_).
 
+These options are configured in the *[templates]* section of aerc.conf.
+
 *template-dirs*
 	The directory where the templates are stored. The config takes a
 	colon-separated list of dirs.