summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
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')