summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrés Martano <andresmrm@gmail.com>2014-12-15 19:28:02 -0200
committerPatrick Totzke <patricktotzke@gmail.com>2019-03-04 20:38:05 +0000
commitfa5f809505e36cc70d26cec973625abb2a86b704 (patch)
treef69736fe6a06af3f269ba635e2d85f9f9745d1ce
parentda24f0278769ab16da883412d2c55c3084e884ee (diff)
adding new config options to the docs
-rw-r--r--alot/defaults/alot.rc.spec3
-rw-r--r--docs/source/configuration/alotrc_table2
2 files changed, 5 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 31a7876f..95a07717 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -144,6 +144,9 @@ search_statusbar = mixed_list(string, string, default=list('[{buffer_no}: search
# * `{subject}`: subject line of the thread
# * `{authors}`: abbreviated authors string for this thread
# * `{message_count}`: number of contained messages
+# * `{thread_tags}`: displays all tags present in the current thread.
+# * `{intersection_tags}`: displays tags common to all messages in the current thread.
+
thread_statusbar = mixed_list(string, string, default=list('[{buffer_no}: thread] {subject}','{input_queue} total messages: {total_messages}'))
# Format of the status-bar in taglist mode.
diff --git a/docs/source/configuration/alotrc_table b/docs/source/configuration/alotrc_table
index 75708e45..b0f0fc15 100644
--- a/docs/source/configuration/alotrc_table
+++ b/docs/source/configuration/alotrc_table
@@ -692,6 +692,8 @@
* `{subject}`: subject line of the thread
* `{authors}`: abbreviated authors string for this thread
* `{message_count}`: number of contained messages
+ * `{thread_tags}`: displays all tags present in the current thread.
+ * `{intersection_tags}`: displays tags common to all messages in the current thread.
:type: mixed_list
:default: [{buffer_no}: thread] {subject}, {input_queue} total messages: {total_messages}