<<< Date Index >>>     <<< Thread Index >>>

Re: Listing patterns in the help screen



On Sat, Mar 12, 2005 at 01:14:32AM -0800, Aaron Lehmann wrote:
> That's a good way to do it. Here's a patch. Since I cleaned up many of
> the descriptions to make them more consistent, I applied those changes
> to the manual as well.

Whoops, the documentation patch did not get included.


Index: manual.sgml.head
===================================================================
RCS file: /home/roessler/cvs/mutt/doc/manual.sgml.head,v
retrieving revision 3.38
diff -u -r3.38 manual.sgml.head
--- manual.sgml.head    17 Feb 2005 03:33:00 -0000      3.38
+++ manual.sgml.head    12 Mar 2005 09:21:04 -0000
@@ -1875,39 +1875,39 @@
 ~b EXPR         messages which contain EXPR in the message body
 ~B EXPR         messages which contain EXPR in the whole message
 ~c USER         messages carbon-copied to USER
-~C EXPR         message is either to: or cc: EXPR
+~C USER         messages either To: or Cc: USER
 ~D              deleted messages
-~d [MIN]-[MAX]  messages with ``date-sent'' in a Date range
+~d [MIN]-[MAX]  messages with ``date-sent'' in a date range
 ~E              expired messages
-~e EXPR         message which contains EXPR in the ``Sender'' field
+~e USER         messages which contain USER in the ``Sender'' field
 ~F              flagged messages
 ~f USER         messages originating from USER
 ~g              cryptographically signed messages
 ~G              cryptographically encrypted messages
 ~H EXPR         messages with a spam attribute matching EXPR
 ~h EXPR         messages which contain EXPR in the message header
-~k             message contains PGP key material
-~i ID           message which match ID in the ``Message-ID'' field
-~L EXPR         message is either originated or received by EXPR
-~l              message is addressed to a known mailing list
-~m [MIN]-[MAX]  message in the range MIN to MAX *)
+~i ID           messages matching ID in the ``Message-ID'' field
+~k             messages containing PGP key material
+~L USER         messages either originated or received by USER
+~l              messages addressed to a known mailing list
+~m [MIN]-[MAX]  messages in the range MIN to MAX *)
 ~n [MIN]-[MAX]  messages with a score in the range MIN to MAX *)
 ~N              new messages
 ~O              old messages
-~p              message is addressed to you (consults alternates)
-~P              message is from you (consults alternates)
+~p              messages addressed to you (consults alternates)
+~P              messages from you (consults alternates)
 ~Q              messages which have been replied to
 ~R              read messages
-~r [MIN]-[MAX]  messages with ``date-received'' in a Date range
+~r [MIN]-[MAX]  messages with ``date-received'' in a date range
 ~S              superseded messages
 ~s SUBJECT      messages having SUBJECT in the ``Subject'' field.
 ~T              tagged messages
 ~t USER         messages addressed to USER
 ~U              unread messages
-~v             message is part of a collapsed thread.
+~v             messages in collapsed threads.
 ~V             cryptographically verified messages
-~x EXPR         messages which contain EXPR in the `References' field
-~y EXPR         messages which contain EXPR in the `X-Label' field
+~x EXPR         messages which contain EXPR in the ``References'' field
+~y EXPR         messages which contain EXPR in the ``X-Label'' field
 ~z [MIN]-[MAX]  messages with a size in the range MIN to MAX *)
 ~=             duplicated messages (see $duplicate_threads)
 ~$             unreferenced messages (requires threaded view)