diff options
author | Kenneth Flak <kennethflak@protonmail.com> | 2022-04-16 16:17:56 +0000 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-04-19 09:34:32 +0200 |
commit | eb7e45d43be883c4be0e635875846f0d7ddca485 (patch) | |
tree | d0814650f1ef33b2edcc4d4482a35c43e47a607d /doc/aerc-config.5.scd | |
parent | cb887a2d9d7d7cd5eb57d8849df40cecc3b90090 (diff) | |
download | aerc-eb7e45d43be883c4be0e635875846f0d7ddca485.tar.gz |
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>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 885c4f80..493fd715 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -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 |