</sect1>
<sect1 id="distribution">
-<title>Software Distribution Sites</title>
+<title>Getting Mutt</title>
<para>
Mutt releases can be downloaded from
<ulink url="http://www.mutt.org/download.html">http://www.mutt.org/download.html</ulink>.
</para>
+<para>
+For nightly tarballs and version control access, please refer to the
+<ulink url="http://dev.mutt.org/">Mutt development site</ulink>.
+</para>
+
</sect1>
<sect1 id="irc">
<listitem>
<para>
The official Mutt bug tracking system can be found at
-<ulink url="http://dev.mutt.org/">http://dev.mutt.org/</ulink>
+<ulink url="http://bugs.mutt.org/">http://bugs.mutt.org/</ulink>
</para>
</listitem>
</varlistentry>
<row><entry><literal><PageUp></literal></entry><entry>named keys</entry></row>
<row><entry><literal><create-alias></literal></entry><entry>named Mutt function</entry></row>
<row><entry><literal>ˆG</literal></entry><entry>Control+G key combination</entry></row>
-<row><entry><literal>$mail_check</literal></entry><entry>Mutt configuration option</entry></row>
+<row><entry>$mail_check</entry><entry>Mutt configuration option</entry></row>
<row><entry><literal>$HOME</literal></entry><entry>environment variable</entry></row>
</tbody>
</tgroup>
<para>
as a header, Mutt will pick up <emphasis>filename</emphasis>
just as if you had used the <literal><edit-fcc></literal> function in the <emphasis>compose</emphasis> menu.
+It can later be changed from the compose menu.
</para>
</sect3>
where <emphasis>filename</emphasis> is the file to attach and <emphasis>description</emphasis> is an
optional string to use as the description of the attached file. Spaces
in filenames have to be escaped using backslash (<quote>\</quote>).
+The file can be removed as well as more added from the compose menu.
</para>
</sect3>
<quote>E</quote> selects encryption, <quote>S</quote> selects signing and
<quote>S<id></quote> selects signing with the given key, setting
<link linkend="pgp-sign-as">$pgp_sign_as</link>
-permanently.
+permanently. The selection can later be changed in the compose menu.
</para>
</sect3>
based upon the mailbox being read:
<screen>
-folder-hook mutt set sort=threads</screen>
+folder-hook mutt "set sort=threads"</screen>
However, the sorting method is not restored to its previous value when
reading a different mailbox. To specify a <emphasis>default</emphasis> command, use the
<example id="ex-folder-sorting">
<title>Setting sort method based on mailbox name</title>
<screen>
-folder-hook . set sort=date-sent
-folder-hook mutt set sort=threads
+folder-hook . "set sort=date-sent"
+folder-hook mutt "set sort=threads"
</screen>
</example>
A practical example is the <literal>mutt_xtitle</literal>
script installed in the <literal>samples</literal>
subdirectory of the Mutt documentation: it can be used as filter for
-<literal>$status_format</literal> to set the current
+<link linkend="status-format">$status_format</link> to set the current
terminal's title, if supported.
</para>