From 24cd60139c8b27732d8844b9512a02b6dea36faa Mon Sep 17 00:00:00 2001 From: Tommy Lindgren Date: Mon, 17 Nov 2014 00:52:54 +0800 Subject: New option `thread_authors_order_by` to control author order Default value 'first_message' lists authors in the order they joined the conversation. Value 'latest_message' order authors by their latest message, which makes it easier to see which authors who wrote the most recent messages. Note that authors with duplicate emails were previously filtered. We now keep all authors where name + email is unique. This is behavior is desired for some email notification services. For example, Jira will set the From header to "Joe User " meaning you will only see one author if you only keep unique email addresses. --- docs/source/configuration/alotrc_table | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/source/configuration/alotrc_table') diff --git a/docs/source/configuration/alotrc_table b/docs/source/configuration/alotrc_table index 35b11fa2..4125e7fc 100644 --- a/docs/source/configuration/alotrc_table +++ b/docs/source/configuration/alotrc_table @@ -559,6 +559,17 @@ :default: True +.. _thread-authors-order-by: + +.. describe:: thread_authors_order_by + + In which order to list authors. By default, list authors in the order they + joined the conversation. + + :type: option, one of ['first_message', 'latest_message'] + :default: first_message + + .. _thread-statusbar: .. describe:: thread_statusbar -- cgit v1.2.3