diff options
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index a7d763d7..4a83625a 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -392,7 +392,6 @@ # Default: 0 #msglist-scroll-offset = 0 -#[ui:account=foo] # # 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. @@ -405,6 +404,12 @@ # Default: false #force-client-threads=false +# If no References nor In-Reply-To headers can be matched to build client side +# threads, fallback to similar subjects. +# +# Default: false +#threading-by-subject=false + # Show thread context enables messages which do not match the current query (or # belong to the current mailbox) to be shown for context. These messages can be # styled separately using "msglist_thread_context" in a styleset. This feature |