diff options
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 2f7597cb..8e503f5e 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 |