summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKenneth Flak <kennethflak@protonmail.com>2022-04-16 16:17:56 +0000
committerRobin Jarry <robin@jarry.cc>2022-04-19 09:34:32 +0200
commiteb7e45d43be883c4be0e635875846f0d7ddca485 (patch)
treed0814650f1ef33b2edcc4d4482a35c43e47a607d /config
parentcb887a2d9d7d7cd5eb57d8849df40cecc3b90090 (diff)
downloadaerc-eb7e45d43be883c4be0e635875846f0d7ddca485.zip
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 'config')
-rw-r--r--config/aerc.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/aerc.conf b/config/aerc.conf
index fbbf587..1ad7ce5 100644
--- a/config/aerc.conf
+++ b/config/aerc.conf
@@ -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