summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-11-08 18:51:55 +0000
committerGitHub <noreply@github.com>2017-11-08 18:51:55 +0000
commit5bbe084d2c9428ceb7250a96a0668bc4952fcec1 (patch)
tree1d0b2eeab187718fc9ea1cb35e78af07d0c0fb48 /alot/defaults
parent857b7985101862ada914ef278e6a1e7b19412f60 (diff)
parentffcaa20e17283b23d6334b8a5039380571734cfb (diff)
Merge pull request #1173 from pazz/feature-thread-indent
thread mode message indentation
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