~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to doc/muttrc.man.head

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-06-07 17:30:03 UTC
  • mto: (16.2.1 experimental) (2.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20090607173003-rg37ui3h2bbv7wl0
Tags: upstream-1.5.19
ImportĀ upstreamĀ versionĀ 1.5.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
quote is used to specify a literal string (one that is not
41
41
interpreted for shell variables or quoting with a backslash [see
42
42
next paragraph]), while double quotes indicate a string which
43
 
should be evaluated.  For example, backquotes are evaluated inside of
 
43
should be evaluated.  For example, backticks are evaluated inside of
44
44
double quotes, but not single quotes.
45
45
.PP
46
46
\fB\(rs\fP quotes the next character, just as in shells such as bash and zsh.
58
58
.PP
59
59
It is also possible to substitute the output of a Unix command in an
60
60
initialization file.  This is accomplished by enclosing the command
61
 
in backquotes (\fB`\fP\fIcommand\fP\fB`\fP).
 
61
in backticks (\fB`\fP\fIcommand\fP\fB`\fP).
62
62
.PP
63
63
UNIX environment variables can be accessed like the way it is done in shells
64
64
like sh and bash: Prepend the name of the variable by a dollar
95
95
however the special character \fB*\fP can be used to empty a group of all of
96
96
its contents.
97
97
.IP
98
 
These address groups can also be created implicitely by the \fBalias\fP, \fBlists\fP,
 
98
These address groups can also be created implicitly by the \fBalias\fP, \fBlists\fP,
99
99
\fBsubscribe\fP and \fBalternates\fP commands by specifying the optional \fI-group\fP
100
100
option.
101
101
.IP
218
218
.fi
219
219
.IP
220
220
If your terminal supports color, these commands can be used to
221
 
assign \fIforeground\fP/\fIbackgound\fP combinations to certain
 
221
assign \fIforeground\fP/\fIbackground\fP combinations to certain
222
222
objects.  Valid objects are:
223
223
.BR attachment ", " body ", " bold ", " header ", "
224
224
.BR hdrdefault ", " index ", " indicator ", " markers ", "
357
357
.fi
358
358
.IP
359
359
These commands are used to set and manipulate configuration
360
 
varibles.
 
360
variables.
361
361
.IP
362
362
Mutt knows four basic types of variables: boolean, number, string
363
363
and quadoption.  Boolean variables can be \fBset\fP (true),
573
573
duplicated messages (see $duplicate_threads)
574
574
.TP
575
575
~$
576
 
unreferenced message (requries threaded view)
 
576
unreferenced message (requires threaded view)
577
577
.TP
578
578
~(PATTERN)
579
579
messages in threads containing messages matching a certain pattern, e.g. all threads containing messages from you: ~(~P)