From: Kevin McCarthy Date: Thu, 21 Mar 2019 10:35:34 +0000 (+0800) Subject: Add documentation on thread tree characters and config vars. X-Git-Tag: mutt-1-12-rel~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=912c06d61a06e1210c7f61db22876ff0c7a1ee75;p=mutt Add documentation on thread tree characters and config vars. --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 9c9fda2d..76778f42 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -929,6 +929,56 @@ and pager modes as shown in + +In the index, the subject of threaded children +messages will be prepended with thread tree characters. By default, +the subject itself will not be duplicated unless $hide_thread_subject is unset. +Special characters will be added to the thread tree as detailed in +. + + + + Special Thread Characters + + + + Character + Description + Notes + + + + + & + hidden message + see $hide_limited and + $hide_top_limited + + + ? + missing message + see $hide_missing and + $hide_top_missing + + + * + psuedo thread + see $strict_threads; + not displayed when + $narrow_tree is set + + + = + duplicate thread + see $duplicate_threads; + not displayed when + $narrow_tree is set + + + +
+ Collapsing a thread displays only the first message in the thread and hides the others. This is useful when threads contain so many messages