]> granicus.if.org Git - neomutt/commitdiff
Document kilo and mega suffixes for range patterns
authorRocco Rutte <pdmef@gmx.net>
Thu, 19 Mar 2009 14:35:09 +0000 (15:35 +0100)
committerRocco Rutte <pdmef@gmx.net>
Thu, 19 Mar 2009 14:35:09 +0000 (15:35 +0100)
Document it only for ~z (message size) as they don't make much sense for
other patterns like message score or number of attachments.

ChangeLog
doc/manual.xml.head
doc/muttrc.man.head

index d8b9c3fd3087f50a85d60d808ce6dd33751c8ca4..73e5c9613bbdfdd77a8c7429978a6763d82fe47f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2009-03-18 17:40 +0100  Rocco Rutte  <pdmef@gmx.net>  (8528b8e715da)
+
+       * init.h: Properly initialize more structs
+
+2009-03-19 13:38 +0100  Erik Hovland  <erik@hovland.org>  (a802b5127f09)
+
+       * pgp.c: Remove unused variable
+
+2009-03-19 10:36 +0100  Roman Kraevskiy  <rkraevskiy@gmail.com>  (6fac57b97bf1)
+
+       * ChangeLog, mutt_sasl.c: Restore connection polling callback when
+       closing SASL connection. Closes #3206.
+
 2009-03-18 14:48 +0100  Erik Hovland  <erik@hovland.org>  (17d770ae41e4)
 
        * smime.c: S/MIME: Don't leak intermediate cert key
index 6bddfb70cf6307cca4f7038147f5b8062dae5ab6..31ae6b7e5c559ab77971c3286cd7ad17e14d0e95 100644 (file)
@@ -4246,7 +4246,7 @@ shows several ways to select messages.
 <row><entry>~x <emphasis>EXPR</emphasis></entry><entry>messages which contain <emphasis>EXPR</emphasis> in the <quote>References</quote> field</entry></row>
 <row><entry>~X &lsqb;<emphasis>MIN</emphasis>&rsqb;-&lsqb;<emphasis>MAX</emphasis>&rsqb;</entry><entry>messages with <emphasis>MIN</emphasis> to <emphasis>MAX</emphasis> attachments *)</entry></row>
 <row><entry>~y <emphasis>EXPR</emphasis></entry><entry>messages which contain <emphasis>EXPR</emphasis> in the <quote>X-Label</quote> field</entry></row>
-<row><entry>~z &lsqb;<emphasis>MIN</emphasis>&rsqb;-&lsqb;<emphasis>MAX</emphasis>&rsqb;</entry><entry>messages with a size in the range <emphasis>MIN</emphasis> to <emphasis>MAX</emphasis> *)</entry></row>
+<row><entry>~z &lsqb;<emphasis>MIN</emphasis>&rsqb;-&lsqb;<emphasis>MAX</emphasis>&rsqb;</entry><entry>messages with a size in the range <emphasis>MIN</emphasis> to <emphasis>MAX</emphasis> *) **)</entry></row>
 <row><entry>~=</entry><entry>duplicated messages (see <link linkend="duplicate-threads">&dollar;duplicate&lowbar;threads</link>)</entry></row>
 <row><entry>~$</entry><entry>unreferenced messages (requires threaded view)</entry></row>
 <row><entry>~(<emphasis>PATTERN</emphasis>)</entry><entry>messages in threads
@@ -4282,6 +4282,10 @@ its value.
 are allowed, too.
 </para>
 
+<para>
+**) The suffixes <quote>K</quote> and <quote>M</quote> are allowed to specify kilobyte and megabyte respectively.
+</para>
+
 <sect2 id="patterns-modifier">
 <title>Pattern Modifier</title>
 
index 529f5735c81d696596cbd7d9f3b70b52c3aae4f7..6451e9acff5ce7dec31afda4658e29e350eb0676 100644 (file)
@@ -582,9 +582,12 @@ messages in threads containing messages matching a certain pattern, e.g. all thr
 .PP
 In the above, \fIEXPR\fP is a regular expression.
 .PP
-With the \fB~m\fP, \fB~n\fP, \fB~X\fP, and \fB~z\fP operators, you can also
+With the \fB~d\fP, \fB~m\fP, \fB~n\fP, \fB~r\fP, \fB~X\fP, and \fB~z\fP operators, you can also
 specify ranges in the forms \fB<\fP\fIMAX\fP, \fB>\fP\fIMIN\fP,
 \fIMIN\fP\fB-\fP, and \fB-\fP\fIMAX\fP.
+.PP
+With the \fB~z\fP operator, the suffixes \(lqK\(rq and \(lqM\(rq are allowed to specify
+kilobyte and megabyte respectively.
 .SS Matching dates
 .PP
 The \fB~d\fP and \fB~r\fP operators are used to match date ranges,