summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec3
-rw-r--r--alot/defaults/default.bindings2
2 files changed, 5 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 8d0359ea..06c64620 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -74,6 +74,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')
diff --git a/alot/defaults/default.bindings b/alot/defaults/default.bindings
index a6afee2f..e9b1e02a 100644
--- a/alot/defaults/default.bindings
+++ b/alot/defaults/default.bindings
@@ -66,6 +66,8 @@ q = exit
e = unfold
< = fold
> = unfold
+ [ = indent -
+ ] = indent +
'g f' = togglesource
H = toggleheaders
P = print --all --separately --add_tags