tag 366413 patch
thanks

I'm including a patch to fix the previously reported problem, as well
as some new ones.  Note that I haven't looked through most of
CONFIGURATION VARIABLES; also note that there are more instances of
"prepend" which could be changed to "prefix".

BTW,

xterm_set_titles:

|       The default must be off to force in the validity checking

I don't know what this means .. could you expand on the reason?

--- -   2006-05-21 15:52:57.402730000 -0400
+++ /home/pryzbyj/man/muttrc    2006-05-21 15:51:42.000000000 -0400
@@ -39,11 +39,11 @@
 similar to that of many popular shell programs, namely that a single
 quote is used to specify a literal string (one that is not
 interpreted for shell variables or quoting with a backslash [see
-next paragraph]), while double quotes indicate a string for which
-should be evaluated.  For example, backtics are evaluated inside of
+next paragraph]), while double quotes indicate a string which
+should be evaluated.  For example, backquotes are evaluated inside of
 double quotes, but not for single quotes.
 .PP
-\fB\(rs\fP quotes the next character, just as in shells such as bash and zsh.
+\fB\(rs\fP escapes the next character, just as in shells such as bash and zsh.
 For example, if want to put quotes (\(lq\fB"\fP\(rq) inside of a
 string, you can use \(lq\fB\(rs\fP\(rq to force the next character
 to be a literal instead of interpreted character.
@@ -60,8 +60,8 @@
 initialization file.  This is accomplished by enclosing the command
 in backquotes (\fB`\fP\fIcommand\fP\fB`\fP).
 .PP
-UNIX environments can be accessed like the way it is done in shells
-like sh and bash: Prepend the name of the environment by a dollar
+UNIX environment variables can be accessed as it is done in shells
+like sh and bash, by prefixing the variable name with a dollar
 (\(lq\fB\(Do\fP\(rq) sign.
 .PP
 .SH COMMANDS
@@ -142,7 +142,7 @@
 .TP
 \fBaccount-hook\fP [\fB!\fP]\fIregexp\fP \fIcommand\fP
 This hook is executed whenever you access a remote mailbox. Useful
-to adjust configuration settings to different IMAP or POP servers.
+to adjust configuration settings for different IMAP or POP servers.
 .TP
 \fBcharset-hook\fP \fIalias\fP \fIcharset\fP
 This command defines an alias for a character set.  This is useful
@@ -181,7 +181,7 @@
 \fBmacro\fP \fImap\fP \fIkey\fP \fIsequence\fP [ \fIdescription\fP ]
 This command binds the given \fIsequence\fP of keys to the given
 \fIkey\fP in the given \fImap\fP or maps.  For valid maps, see \fBbind\fP. To
-specify multipe maps, put only a comma between the maps.
+specify multiple maps, put only a comma between the maps.
 .PP
 .nf
 \fBcolor\fP \fIobject\fP \fIforeground\fP \fIbackground\fP [ \fI regexp\fP ]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to