From: Rocco Rutte Date: Sun, 24 Aug 2008 15:03:42 +0000 (+0200) Subject: Manual: Fix style and typos. X-Git-Tag: neomutt-20160307~951 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=119cc3c8ad5805fa10126f1382e6a55aa16df0bc;p=neomutt Manual: Fix style and typos. Noted by Vincent Lefevre, see #3109. --- diff --git a/ChangeLog b/ChangeLog index 4f9600ded..8fac86ee9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-08-23 15:25 -0700 Brendan Cully (1f9849496bc2) + + * main.c: Whitespace cleanup + +2008-08-23 15:21 -0700 Brendan Cully (63efed810906) + + * ChangeLog, main.c: Fix infinite loop with "mutt -", introduced in + [31c9e9727d42]. Treats - as a non-option argument. It would be + reasonable to treat it as an error instead. + 2008-08-19 16:44 -0400 Aron Griffis (31c9e9727d42) * main.c: Handle -- correctly with or without -a, closes #3097 diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 47e78bafc..cfc411816 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -607,11 +607,6 @@ have these interesting functions: - - - - - create-alias (default: a) @@ -934,7 +929,7 @@ message. -The compose menu is also used to edit the attachments for a message which can be eiter files +The compose menu is also used to edit the attachments for a message which can be either files or other messages. The attach-message function to will prompt you for a folder to attach messages from. You can now tag messages in that folder and they will be attached to the message you are sending. Note that certain @@ -978,7 +973,7 @@ You can also attach files to your message by specifying Attach: filename [ description ] where filename is the file to attach and description is an -optional string to use as the description of the attached file. This header, too, won't be send +optional string to use as the description of the attached file. This header, too, won't be sent out. @@ -1085,7 +1080,7 @@ indicates complete validity. When replying to messages, the In-Reply-To: header contains the Message-Id of the message(s) you reply to. If you remove its value, Mutt will not generate a References: field, which allows you to create a new message thread, for example -to create a new list to a mailing list without having to needing to enter the mailing list's address. +to create a new list to a mailing list without having to enter the mailing list's address. @@ -2401,7 +2396,7 @@ in your .muttrc. Note: space characters are not allowed between the keyword and -the colon (``:''). The standard for electronic mail (RFC822) says that +the colon (``:''). The standard for electronic mail (RFC2822) says that space is illegal there, so Mutt enforces the rule. @@ -2949,7 +2944,7 @@ example, my_cfgdir. The set command either creates a custom my_ variable or changes its -value if does exist already. The unset and reset +value if it does exist already. The unset and reset commands remove the variable entirely. @@ -3432,12 +3427,12 @@ shows several ways to select messages. ~B EXPRmessages which contain EXPR in the whole message ~c EXPRmessages carbon-copied to EXPR %c GROUPmessages carbon-copied to any member of GROUP -~C EXPRmessage is either to: or cc: EXPR -%C GROUPmessage is either to: or cc: to any member of GROUP +~C EXPRmessages either to: or cc: EXPR +%C GROUPmessages either to: or cc: to any member of GROUP ~d [MIN]-[MAX]messages with ``date-sent'' in a Date range ~Ddeleted messages -~e EXPRmessage which contains EXPR in the ``Sender'' field -%e GROUPmessage which contain a member of GROUP in the ``Sender'' field +~e EXPRmessages which contains EXPR in the ``Sender'' field +%e GROUPmessages which contain a member of GROUP in the ``Sender'' field ~Eexpired messages ~Fflagged messages ~f EXPRmessages originating from EXPR @@ -3446,17 +3441,17 @@ shows several ways to select messages. ~Gcryptographically encrypted messages ~h EXPRmessages which contain EXPR in the message header ~H EXPRmessages with a spam attribute matching EXPR -~i EXPRmessage which match EXPR in the ``Message-ID'' field -~kmessage contains PGP key material -~L EXPRmessage is either originated or received by EXPR -%L GROUPmessage is either originated or received by any member of GROUP -~lmessage is addressed to a known mailing list -~m [MIN]-[MAX]message in the range MIN to MAX *) +~i EXPRmessages which match EXPR in the ``Message-ID'' field +~kmessages which contain PGP key material +~L EXPRmessages either originated or received by EXPR +%L GROUPmessage either originated or received by any member of GROUP +~lmessages 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 *) ~Nnew messages ~Oold messages -~pmessage is addressed to you (consults alternates) -~Pmessage is from you (consults alternates) +~pmessages addressed to you (consults alternates) +~Pmessages from you (consults alternates) ~Qmessages which have been replied to ~r [MIN]-[MAX]messages with ``date-received'' in a Date range ~Rread messages @@ -3464,15 +3459,15 @@ shows several ways to select messages. ~Ssuperseded messages ~t EXPRmessages addressed to EXPR ~Ttagged messages -~umessage is addressed to a subscribed mailing list +~umessages addressed to a subscribed mailing list ~Uunread messages -~vmessage is part of a collapsed thread. +~vmessages part of a collapsed thread. ~Vcryptographically verified messages -~x EXPRmessages which contain EXPR in the `References' field +~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 +~y EXPRmessages 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) +~=duplicated messages (see $duplicate_threads) ~$unreferenced messages (requires threaded view) ~(PATTERN)messages in threads containing messages matching PATTERN, e.g. all @@ -3492,11 +3487,11 @@ which is normally used for quoting. If it is your intention to use a backslash in the regular expression, you will need to use two backslashes instead (``\\''). You can force mutt to treat EXPR as a simple string instead of a regular expression by using = instead of ˜ in the -pattern name. For example, =b *.* will find all messages that contain -the literal string '*.*'. Simple string matches are less powerful than +pattern name. For example, =b *.* will find all messages that contain +the literal string ``*.*''. Simple string matches are less powerful than regular expressions but can be considerably faster. This is especially true for IMAP folders, because string matches can be performed on the -server instead of by fetching every message. IMAP treats =h specially: +server instead of by fetching every message. IMAP treats =h specially: it must be of the form "header: substring" and will not partially match header names. The substring part may be omitted if you simply wish to find messages containing a particular header without regard to