summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-10-22 17:13:14 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-10-22 17:13:14 +0100
commit1f00db1dd10a385d64cdd9889eeb42942fd4b7dd (patch)
treef74e70886205a7c9ce5f3f88d484b191be0f8c7c /alot/defaults
parenta44d76a2bc196ead858090decbd556e217c6e1fb (diff)
added globals.template_dir option
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc b/alot/defaults/alot.rc
index dbbe8adb..0c4d3fc1 100644
--- a/alot/defaults/alot.rc
+++ b/alot/defaults/alot.rc
@@ -15,6 +15,11 @@ colourmode = 256
# number of spaces used to replace tab characters
tabwidth = 8
+# templates directory that contains your message templates.
+# It will be used if you give `compose --template` a filename without a path prefix.
+# This defaults to `$XDG_CONFIG_HOME/alot/templates` if unset.
+template_dir =
+
# fill threadline with message content
display_content_in_threadline = False