aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-config.5.scd8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index 5483ee93..8a8f11c6 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -349,6 +349,14 @@ These options are configured in the *[ui]* section of aerc.conf.
Default: false
+*sort-thread-siblings*
+ Sort the thread siblings according to the sort criteria for the messages. If
+ sort-thread-siblings is false, the thread siblings will be sorted based on
+ the message UID. This option is only applicable for client-side threading
+ with a backend that enables sorting.
+
+ Default: false
+
*threading-enabled*
Enable a threaded view of messages. If this is not supported by the
backend (IMAP server or notmuch), threads will be built by the client.