From 19f348414fb3f8e78a4684b1c41a1fed6d0d0375 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Sun, 4 Sep 2005 20:03:18 +0000 Subject: [PATCH] Mention $sort_re in $strict_threads documentation. Closes: #2052. --- init.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.h b/init.h index 4611f657..780f887e 100644 --- a/init.h +++ b/init.h @@ -2677,9 +2677,11 @@ struct option_t MuttVars[] = { ** If set, threading will only make use of the ``In-Reply-To'' and ** ``References'' fields when you ``$$sort'' by message threads. By ** default, messages with the same subject are grouped together in - ** ``pseudo threads.'' This may not always be desirable, such as in a + ** ``pseudo threads.''. This may not always be desirable, such as in a ** personal mailbox where you might have several unrelated messages with - ** the subject ``hi'' which will get grouped together. + ** the subject ``hi'' which will get grouped together. See also + ** ``$$sort_re'' for a less drastic way of controlling this + ** behaviour. */ { "suspend", DT_BOOL, R_NONE, OPTSUSPEND, 1 }, /* -- 2.40.0