<abstract>
<para>
-<quote>All mail clients suck. This one just sucks less.</quote> -me, circa 1995
+<quote>All mail clients suck. This one just sucks less.</quote> — me, circa 1995
</para>
</abstract>
</bookinfo>
<title>Copyright</title>
<para>
-Mutt is Copyright (C) 1996-2009 Michael R. Elkins
+Mutt is Copyright © 1996-2009 Michael R. Elkins
<email>me@mutt.org</email> and others.
</para>
Also, the internal pager supports a couple other advanced features. For
one, it will accept and translate the <quote>standard</quote> nroff sequences for
bold and underline. These sequences are a series of either the letter,
-backspace (ˆH), the letter again for bold or the letter, backspace,
+backspace (<quote>ˆH</quote>), the letter again for bold or the letter, backspace,
<quote>_</quote> for denoting underline. Mutt will attempt to display these
in bold and underline respectively if your terminal supports them. If
not, you can use the bold and underline <link linkend="color">color</link>
</para>
<para>
-The flags sequence (%f) will expand to one of the flags in
+The flags sequence (<quote>%f</quote>) will expand to one of the flags in
<xref linkend="tab-pgp-menuflags"/>.
</para>
</table>
<para>
-The capabilities field (%c) expands to a two-character sequence
+The capabilities field (<quote>%c</quote>) expands to a two-character sequence
representing a key's capabilities. The first character gives
the key's encryption capabilities: A minus sign (<quote>-</quote>) means
that the key cannot be used for encryption. A dot (<quote>.</quote>) means that
</para>
<para>
-Finally, the validity field (%t) indicates how well-certified a user-id
+Finally, the validity field (<quote>%t</quote>) indicates how well-certified a user-id
is. A question mark (<quote>?</quote>) indicates undefined validity, a minus
character (<quote>-</quote>) marks an untrusted association, a space character
means a partially trusted association, and a plus character (<quote>+</quote>)
<para>
An initialization file consists of a series of <link linkend="commands">commands</link>. Each line of the file may contain one or more commands.
When multiple commands are used, they must be separated by a semicolon
-(;).
+(<quote>;</quote>).
</para>
<example id="ex-rc-multiple-cmds">
</example>
<para>
-Single quotes (') and double quotes (") can be used to quote strings
+Single quotes (<quote>'</quote>) and double quotes (<quote>"</quote>) can be used to quote strings
which contain spaces or other special characters. The difference between
the two types of quotes is similar to that of many popular shell programs,
namely that a single quote is used to specify a literal string (one that is
<literal>˜B</literal> or <literal>˜h</literal>, may not be used). <emphasis>value</emphasis> is a
positive or negative integer. A message's final score is the sum total of all
matching <literal>score</literal> entries. However, you may optionally prefix <emphasis>value</emphasis> with
-an equal sign (=) to cause evaluation to stop at a particular entry if there is
+an equal sign (<quote>=</quote>) to cause evaluation to stop at a particular entry if there is
a match. Negative final scores are rounded up to 0.
</para>
</para>
<para>
-If the filename ends with a vertical bar (|), then <emphasis>filename</emphasis> is
+If the filename ends with a vertical bar (<quote>|</quote>), then <emphasis>filename</emphasis> is
considered to be an executable program from which to read input (eg.
<literal>source ˜/bin/myscript|</literal>).
</para>
consists of a directory and each message is stored in a separate file.
The filename indicates the message number (however, this is may not
correspond to the message number Mutt displays). Deleted messages are
-renamed with a comma (,) prepended to the filename. Mutt
+renamed with a comma (<quote>,</quote>) prepended to the filename. Mutt
detects this type of mailbox by looking for either <literal>.mh_sequences</literal>
or <literal>.xmhcache</literal> files (needed to distinguish normal directories from MH
mailboxes). MH is more robust with concurrent clients writing the mailbox,