From: Rocco Rutte Date: Thu, 19 Mar 2009 14:35:09 +0000 (+0100) Subject: Document kilo and mega suffixes for range patterns X-Git-Tag: neomutt-20160307~744 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7b8f26f0818a313a40ef5d56a6a85c5609e8c1e;p=neomutt Document kilo and mega suffixes for range patterns Document it only for ~z (message size) as they don't make much sense for other patterns like message score or number of attachments. --- diff --git a/ChangeLog b/ChangeLog index d8b9c3fd3..73e5c9613 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2009-03-18 17:40 +0100 Rocco Rutte (8528b8e715da) + + * init.h: Properly initialize more structs + +2009-03-19 13:38 +0100 Erik Hovland (a802b5127f09) + + * pgp.c: Remove unused variable + +2009-03-19 10:36 +0100 Roman Kraevskiy (6fac57b97bf1) + + * ChangeLog, mutt_sasl.c: Restore connection polling callback when + closing SASL connection. Closes #3206. + 2009-03-18 14:48 +0100 Erik Hovland (17d770ae41e4) * smime.c: S/MIME: Don't leak intermediate cert key diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 6bddfb70c..31ae6b7e5 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -4246,7 +4246,7 @@ shows several ways to select messages. ~x EXPRmessages which contain EXPR in the References field ~X [MIN]-[MAX]messages with MIN to MAX attachments *) ~y EXPRmessages which contain EXPR in the X-Label field -~z [MIN]-[MAX]messages with a size in the range MIN to MAX *) +~z [MIN]-[MAX]messages with a size in the range MIN to MAX *) **) ~=duplicated messages (see $duplicate_threads) ~$unreferenced messages (requires threaded view) ~(PATTERN)messages in threads @@ -4282,6 +4282,10 @@ its value. are allowed, too. + +**) The suffixes K and M are allowed to specify kilobyte and megabyte respectively. + + Pattern Modifier diff --git a/doc/muttrc.man.head b/doc/muttrc.man.head index 529f5735c..6451e9acf 100644 --- a/doc/muttrc.man.head +++ b/doc/muttrc.man.head @@ -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,