summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-01-02 18:23:29 +0100
committerAnton Khirnov <anton@khirnov.net>2020-02-03 13:00:02 +0100
commit145489a5434aa825077ae8570afe748722d055e2 (patch)
tree70ca225e0703b549ec9c9108ceab1adeb44f5718 /alot/defaults
parent11c5995ff803850d41eb93e5bfe7488722b11892 (diff)
widgets/thread: drop thread_focus_linewise
There is no meaningful reason to focus on individual lines, since they are unactionable.
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec5
1 files changed, 0 insertions, 5 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 4a8999b3..0f70e949 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -276,11 +276,6 @@ 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]