]> granicus.if.org Git - neomutt/commitdiff
Mention $sort_re in $strict_threads documentation. Closes: #2052.
authorBrendan Cully <brendan@kublai.com>
Sun, 4 Sep 2005 20:03:18 +0000 (20:03 +0000)
committerBrendan Cully <brendan@kublai.com>
Sun, 4 Sep 2005 20:03:18 +0000 (20:03 +0000)
init.h

diff --git a/init.h b/init.h
index 4611f657b2590e58310be5b7b1f967d8e787baf9..780f887e66b6bd34850cb349bd66dbea280c6b7e 100644 (file)
--- 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 },
   /*