summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-11-05 11:06:03 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2017-11-05 13:46:46 +0000
commit962894f54ace8e9d863407458296baa85163b820 (patch)
treede6b7c89a8b5c76ebdf74079457c179d60a3c2fb /alot/defaults
parent969dd7b1b71b6882cecd95427b60c3f61176d578 (diff)
add config option for default threadmode indentation
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 5962dda1..9ba8a143 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -70,6 +70,9 @@ thread_subject = option('oldest', 'notmuch', default='notmuch')
# author's first or latest message in thread
thread_authors_order_by = option('first_message', 'latest_message', default='first_message')
+# number of characters used to indent replies relative to original messages in thread mode
+thread_indent_replies = integer(default=2)
+
# set terminal command used for spawning shell commands
terminal_cmd = string(default='x-terminal-emulator -e')