summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}