diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-07-05 14:48:38 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-07-10 21:15:12 +0200 |
commit | 3a614e45fce9b505bb7e17a31eabffcc5e2d9022 (patch) | |
tree | 0074b0a5fdae73b98883fbe136ef290d5e014c90 /doc/aerc-config.5.scd | |
parent | f0c76fad7299c2c43f5891becd4f0327e0e26df5 (diff) | |
download | aerc-3a614e45fce9b505bb7e17a31eabffcc5e2d9022.tar.gz |
threading: enable toggle-threads for server-side threads
Enable the :toggle-threads command to work for workers which have Thread
capability. The implementation of that feature has the side effect that
the threading-enabled config option now sets the default view (threaded
or not threaded) for any worker, not just IMAP or notmuch.
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 518fe517..a9d0cd99 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -295,15 +295,8 @@ These options are configured in the *[ui]* section of aerc.conf. need not be consecutive characters in the command or option. *threading-enabled* - Enable a threaded viewing of messages, works with IMAP (when there's - server support) and NotMuch backends. - - 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. + 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. Default: false |