summaryrefslogtreecommitdiff
path: root/alot/defaults/alot.rc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'alot/defaults/alot.rc.spec')
-rw-r--r--alot/defaults/alot.rc.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 17d3cc13..943bfe16 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -203,6 +203,12 @@ prompt_suffix = string(default=':')
# String prepended to line when quoting
quote_prefix = string(default='> ')
+# number of context lines at the start and end of a folded quote
+thread_fold_context = mixed_list(integer, integer, default = list(2, 2))
+
+# initial fold level for quotes
+thread_fold_initial_level = integer(default = 0)
+
# String prepended to subject header on reply
# only if original subject doesn't start with 'Re:' or this prefix
reply_subject_prefix = string(default='Re: ')