From eb7e45d43be883c4be0e635875846f0d7ddca485 Mon Sep 17 00:00:00 2001 From: Kenneth Flak Date: Sat, 16 Apr 2022 16:17:56 +0000 Subject: config: clarify threading-enabled option This is only supported with notmuch and specific imap servers. Signed-off-by: Kenneth Flak Signed-off-by: Robin Jarry --- config/aerc.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/aerc.conf') 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 -- cgit v1.2.3