summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-08-03 14:42:34 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2017-08-04 09:19:29 +0100
commit66bc9d2c11b694c22338e9c0d713d553cd1fa040 (patch)
tree4d5ef014955f335418420cbdbab7327a3e5bc7cf /docs
parentfd4d4c8fb28fa74b57d1b9de721a4f3e0fd1fafd (diff)
docs: mention 'content' part in threadline theming
... which displays a prefix of the msg contents. This feature was missing in the docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/configuration/theming.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/source/configuration/theming.rst b/docs/source/configuration/theming.rst
index e7fda406..d98db52a 100644
--- a/docs/source/configuration/theming.rst
+++ b/docs/source/configuration/theming.rst
@@ -65,11 +65,12 @@ determines how to present a thread: here, :ref:`attributes <config.theming.attri
'focus' provide fallback/spacer themes and 'parts' is a (string) list of displayed subwidgets.
Possible part strings are:
+* authors
+* content
* date
* mailcount
-* tags
-* authors
* subject
+* tags
For every listed part there must be a subsection with the same name, defining
@@ -82,7 +83,7 @@ For every listed part there must be a subsection with the same name, defining
:alignment: how to place the content string if the widget space is larger.
This must be one of 'right', 'left' or 'center'.
-To "highlight" some thread lines (use different attributes than the defaults found in the
+To highlight some thread lines (use different attributes than the defaults found in the
'[[threadline]]' section), one can define sections with prefix 'threadline'.
Each one of those can redefine any part of the structure outlined above, the rest defaults to
values defined in '[[threadline]]'.