From 962894f54ace8e9d863407458296baa85163b820 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 5 Nov 2017 11:06:03 +0000 Subject: add config option for default threadmode indentation --- docs/source/configuration/alotrc_table | 10 ++++++++++ docs/source/usage/modes/thread.rst | 30 ++++++++++++++++++++---------- 2 files changed, 30 insertions(+), 10 deletions(-) (limited to 'docs/source') diff --git a/docs/source/configuration/alotrc_table b/docs/source/configuration/alotrc_table index b15ec412..9ff1a7c5 100644 --- a/docs/source/configuration/alotrc_table +++ b/docs/source/configuration/alotrc_table @@ -645,6 +645,16 @@ :default: True +.. _thread-indent-replies: + +.. describe:: thread_indent_replies + + number of characters used to indent replies relative to original messages in thread mode + + :type: integer + :default: 2 + + .. _thread-statusbar: .. describe:: thread_statusbar diff --git a/docs/source/usage/modes/thread.rst b/docs/source/usage/modes/thread.rst index 15d8a7de..29a7850a 100644 --- a/docs/source/usage/modes/thread.rst +++ b/docs/source/usage/modes/thread.rst @@ -43,18 +43,15 @@ The following commands are available in thread mode up, down, [half]page up, [half]page down, first, last, parent, first reply, last reply, next sibling, previous sibling, next, previous, next unfolded, previous unfolded, next NOTMUCH_QUERY, previous NOTMUCH_QUERY -.. _cmd.thread.untag: +.. _cmd.thread.indent: -.. describe:: untag +.. describe:: indent - remove tags from message(s) + change message/reply indentation argument - comma separated list of tags + None - optional arguments - :---all: tag all messages in thread. - :---no-flush: postpone a writeout to the index (Defaults to: 'True'). .. _cmd.thread.toggleheaders: @@ -66,6 +63,19 @@ The following commands are available in thread mode query used to filter messages to affect +.. _cmd.thread.retag: + +.. describe:: retag + + set message(s) tags. + + argument + comma separated list of tags + + optional arguments + :---all: tag all messages in thread. + :---no-flush: postpone a writeout to the index (Defaults to: 'True'). + .. _cmd.thread.print: .. describe:: print @@ -95,11 +105,11 @@ The following commands are available in thread mode query used to filter messages to affect -.. _cmd.thread.retag: +.. _cmd.thread.untag: -.. describe:: retag +.. describe:: untag - set message(s) tags. + remove tags from message(s) argument comma separated list of tags -- cgit v1.2.3