summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-05-05 11:23:22 +0200
committerAnton Khirnov <anton@khirnov.net>2020-05-05 11:24:33 +0200
commit8ce767fe63cd8a89f243671ae0ada8975c2c7639 (patch)
treeb50d56ee741cb66715ff5dc3d64a5da25f3031b0 /alot/defaults
parent85f50af0ebde0d07ba47bea1bcf916d692567252 (diff)
thread: add basic support for folding long quoted blocks
Diffstat (limited to 'alot/defaults')
-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: ')