From: Brendan Cully Date: Sun, 4 Sep 2005 20:03:18 +0000 (+0000) Subject: Mention $sort_re in $strict_threads documentation. Closes: #2052. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc353e73c7621d745f105305998e517314468842;p=neomutt Mention $sort_re in $strict_threads documentation. Closes: #2052. --- diff --git a/init.h b/init.h index 4611f657b..780f887e6 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 }, /*