config: clarify threading-enabled option

This is only supported with notmuch and specific imap servers.

Signed-off-by: Kenneth Flak <kennethflak@protonmail.com>
Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Kenneth Flak 2022-04-16 16:17:56 +00:00 committed by Robin Jarry
parent cb887a2d9d
commit eb7e45d43b
2 changed files with 7 additions and 1 deletions

View File

@ -132,7 +132,9 @@ styleset-name=default
#[ui:account=foo]
#
# Enable threading in the ui. Only works with notmuch:// and imap:// accounts
# (when the server supports it).
# (when the server supports it). If this is not supported by the server,
# you can enable it on the fly by issuing the :toggle-threads command. The
# threading will be done client side instead of on the server.
#
# Default: false
#threading-enabled=false

View File

@ -249,6 +249,10 @@ These options are configured in the *[ui]* section of aerc.conf.
This option should only be set to true for specific accounts
accordingly. See *Contextual UI Configuration* below.
If this is not supported by the server, you can enable it on the fly by
issuing the _:toggle-threads_ command. The threading will be done client
side instead of on the server.
Default: false