From 3a614e45fce9b505bb7e17a31eabffcc5e2d9022 Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Tue, 5 Jul 2022 14:48:38 -0500 Subject: 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 Acked-by: Robin Jarry --- config/aerc.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/aerc.conf b/config/aerc.conf index 2f7597c..8e503f5 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -168,10 +168,8 @@ completion-popovers=true #[ui:account=foo] # -# Enable threading in the ui. Only works with notmuch:// and imap:// accounts -# (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. +# 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 #threading-enabled=false -- cgit v1.2.3