summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Glanzmann <sithglan@stud.uni-erlangen.de>2006-08-11 09:32:29 +0000
committerThomas Glanzmann <sithglan@stud.uni-erlangen.de>2006-08-11 09:32:29 +0000
commit9fd656d2adce989a3eb72c06fd6540673d61c4cd (patch)
tree42d3c040e16ecb769c577f6625ccec1a12d1cef5 /doc
parenteaeebb30451bb8dd3fa1617b7a3f7f97dbee2d59 (diff)
Mutt-thread patch. Use ~(PATTERN) to match any threads that
contain messages that match PATTERN.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xml.head3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual.xml.head b/doc/manual.xml.head
index 23dcd139..51645eed 100644
--- a/doc/manual.xml.head
+++ b/doc/manual.xml.head
@@ -3556,6 +3556,9 @@ messages:
<row><entry>~z &lsqb;MIN&rsqb;-&lsqb;MAX&rsqb;</entry><entry>messages with a size in the range MIN to MAX *)</entry></row>
<row><entry>~=</entry><entry>duplicated messages (see $duplicate_threads)</entry></row>
<row><entry>~$</entry><entry>unreferenced messages (requires threaded view)</entry></row>
+<row><entry>~(PATTERN)</entry><entry>messages in threads
+containing messages matching a certain pattern, e.g. all
+threads containing messages from you: ~(~P)</entry></row>
</tbody>
</tgroup>
</table>