From f8b714b40c2ee4dc47a3c71d89c12ebb02fcee35 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Thu, 9 Feb 2017 09:32:41 +0000 Subject: optional linewise focussing in thread mode This introduces a new config option 'thread_focus_linewise', (defaults to True), which determines if the message texts are split into individually focussable lines in thread mode. fixes #645 --- alot/defaults/alot.rc.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'alot/defaults') diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec index ae06890e..2e0bc0cb 100644 --- a/alot/defaults/alot.rc.spec +++ b/alot/defaults/alot.rc.spec @@ -256,6 +256,12 @@ history_size = integer(default=50) # The number of seconds to wait between calls to the loop_hook periodic_hook_frequency = integer(default=300) +# Split message body linewise and allows to (move) the focus to each individual +# line. Setting this to False will result in one potentially big text widget +# for the whole message body. +thread_focus_linewise = boolean(default=True) + + # Key bindings [bindings] __many__ = string(default=None) -- cgit v1.2.3