From 4e920d1def515f2c6d7da5168e39fd89fb200f63 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Mon, 10 Jun 2024 12:57:36 +0200 Subject: threadbuilder: allow threading by subject MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If no match were found in the References and In-Reply-To headers, allow threading by looking at subjects. This behaviour is disabled by default. Add a setting to enable it. Changelog-added: Allow fallback to threading by subject with `[ui].threading-by-subject`. Signed-off-by: Robin Jarry Tested-by: Matěj Cepl --- doc/aerc-config.5.scd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 7655737e..d54609ca 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -495,6 +495,12 @@ These options are configured in the *[ui]* section of _aerc.conf_. Default: _false_ +*threading-by-subject* = _true_|_false_ + If no References nor In-Reply-To headers can be matched to build client + side threads, fallback to similar subjects. + + Default: _false_ + *client-threads-delay* = __ Delay of inactivity after which the client threads are rebuilt. Setting this to _0s_ may introduce a noticeable lag when scrolling through the -- cgit