<?xml version="1.0" standalone="no"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-<article>
+<book>
-<articleinfo>
+<bookinfo>
<title>The Mutt E-Mail Client</title>
<author>
<firstname>Michael</firstname><surname>Elkins</surname>
``All mail clients suck. This one just sucks less.'' -me, circa 1995
</para>
</abstract>
-</articleinfo>
+</bookinfo>
-<sect1 id="intro">
+<chapter id="intro">
<title>Introduction</title>
<para>
groups of messages.
</para>
-<sect2>
+<sect1 id="homepage">
<title>Mutt Home Page</title>
<para>
>
</para>
-</sect2>
+</sect1>
-<sect2>
+<sect1 id="muttlists">
<title>Mailing Lists</title>
<para>
<listitem>
<para>
-<ulink
-url="mailto:mutt-announce-request@mutt.org"
->mutt-announce@mutt.org</ulink
-> -- low traffic list for announcements
+<email>mutt-announce-request@mutt.org</email> -- low traffic list for announcements
</para>
</listitem>
<listitem>
<para>
-<ulink
-url="mailto:mutt-users-request@mutt.org"
->mutt-users@mutt.org</ulink
-> -- help, bug reports and feature requests
+<email>mutt-users-request@mutt.org</email> -- help, bug reports and feature requests
</para>
</listitem>
<listitem>
<para>
-<ulink
-url="mailto:mutt-dev-request@mutt.org"
->mutt-dev@mutt.org</ulink
-> -- development mailing list
+<email>mutt-dev-request@mutt.org</email> -- development mailing list
</para>
</listitem>
lists.
</para>
-</sect2>
+</sect1>
-<sect2>
+<sect1 id="distribution">
<title>Software Distribution Sites</title>
<para>
>.
</para>
-</sect2>
+</sect1>
-<sect2>
+<sect1 id="irc">
<title>IRC</title>
<para>
other people interested in Mutt.
</para>
-</sect2>
+</sect1>
-<sect2>
+<sect1 id="usenet">
<title>USENET</title>
<para>
>.
</para>
-</sect2>
+</sect1>
-<sect2>
+<sect1 id="copyright">
<title>Copyright</title>
<para>
Mutt is Copyright (C) 1996-2005 Michael R. Elkins
-<me@cs.hmc.edu> and others
+<email>me@cs.hmc.edu</email> and others
</para>
<para>
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</para>
-</sect2>
-
</sect1>
-<sect1 id="gettingstarted">
+</chapter>
+
+<chapter id="gettingstarted">
<title>Getting Started</title>
<para>
either the mutt man page or the <link linkend="commandline">reference</link>.
</para>
-<sect2>
+<sect1 id="menus">
<title>Moving Around in Menus</title>
<para>
<para>
-<screen>
-j or Down next-entry move to the next entry
-k or Up previous-entry move to the previous entry
-z or PageDn page-down go to the next page
-Z or PageUp page-up go to the previous page
-= or Home first-entry jump to the first entry
-* or End last-entry jump to the last entry
-q quit exit the current menu
-? help list all keybindings for the current menu
-</screen>
+<table>
+<title>Most common navigation keys</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Key</entry><entry>Function</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>j or Down</entry><entry>next-entry</entry><entry>move to the next entry</entry></row>
+<row><entry>k or Up</entry><entry>previous-entry</entry><entry>move to the previous entry</entry></row>
+<row><entry>z or PageDn</entry><entry>page-down</entry><entry>go to the next page</entry></row>
+<row><entry>Z or PageUp</entry><entry>page-up</entry><entry>go to the previous page</entry></row>
+<row><entry>= or Home</entry><entry>first-entry</entry><entry>jump to the first entry</entry></row>
+<row><entry>* or End</entry><entry>last-entry</entry><entry>jump to the last entry</entry></row>
+<row><entry>q</entry><entry>quit</entry><entry>exit the current menu</entry></row>
+<row><entry>?</entry><entry>help</entry><entry>list all keybindings for the current menu</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
-</sect2>
+</sect1>
-<sect2 id="editing">
+<sect1 id="editing">
<title>Editing Input Fields</title>
<para>
<para>
-<screen>
-^A or <Home> bol move to the start of the line
-^B or <Left> backward-char move back one char
-Esc B backward-word move back one word
-^D or <Delete> delete-char delete the char under the cursor
-^E or <End> eol move to the end of the line
-^F or <Right> forward-char move forward one char
-Esc F forward-word move forward one word
-<Tab> complete complete filename or alias
-^T complete-query complete address with query
-^K kill-eol delete to the end of the line
-ESC d kill-eow delete to the end ot the word
-^W kill-word kill the word in front of the cursor
-^U kill-line delete entire line
-^V quote-char quote the next typed key
-<Up> history-up recall previous string from history
-<Down> history-down recall next string from history
-<BackSpace> backspace kill the char in front of the cursor
-Esc u upcase-word convert word to upper case
-Esc l downcase-word convert word to lower case
-Esc c capitalize-word capitalize the word
-^G n/a abort
-<Return> n/a finish editing
-</screen>
+<table>
+<title>Most common line editor keys</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Key</entry><entry>Function</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>ˆA or <Home></entry><entry>bol</entry><entry>move to the start of the line</entry></row>
+<row><entry>ˆB or <Left></entry><entry>backward-char</entry><entry>move back one char</entry></row>
+<row><entry>Esc B</entry><entry>backward-word</entry><entry>move back one word</entry></row>
+<row><entry>ˆD or <Delete></entry><entry>delete-char</entry><entry>delete the char under the cursor</entry></row>
+<row><entry>ˆE or <End></entry><entry>eol</entry><entry>move to the end of the line</entry></row>
+<row><entry>ˆF or <Right></entry><entry>forward-char</entry><entry>move forward one char</entry></row>
+<row><entry>Esc F</entry><entry>forward-word</entry><entry>move forward one word</entry></row>
+<row><entry><Tab></entry><entry>complete</entry><entry>complete filename or alias</entry></row>
+<row><entry>ˆT</entry><entry>complete-query</entry><entry>complete address with query</entry></row>
+<row><entry>ˆK</entry><entry>kill-eol</entry><entry>delete to the end of the line</entry></row>
+<row><entry>ESC d</entry><entry>kill-eow</entry><entry>delete to the end ot the word</entry></row>
+<row><entry>ˆW</entry><entry>kill-word</entry><entry>kill the word in front of the cursor</entry></row>
+<row><entry>ˆU</entry><entry>kill-line</entry><entry>delete entire line</entry></row>
+<row><entry>ˆV</entry><entry>quote-char</entry><entry>quote the next typed key</entry></row>
+<row><entry><Up></entry><entry>history-up</entry><entry>recall previous string from history</entry></row>
+<row><entry><Down></entry><entry>history-down</entry><entry>recall next string from history</entry></row>
+<row><entry><BackSpace></entry><entry>backspace</entry><entry>kill the char in front of the cursor</entry></row>
+<row><entry>Esc u</entry><entry>upcase-word</entry><entry>convert word to upper case</entry></row>
+<row><entry>Esc l</entry><entry>downcase-word</entry><entry>convert word to lower case</entry></row>
+<row><entry>Esc c</entry><entry>capitalize-word</entry><entry>capitalize the word</entry></row>
+<row><entry>ˆG</entry><entry>n/a</entry><entry>abort</entry></row>
+<row><entry><Return></entry><entry>n/a</entry><entry>finish editing</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
<literal>bind editor <delete> backspace</literal>
</para>
-</sect2>
+</sect1>
-<sect2>
+<sect1 id="reading">
<title>Reading Mail - The Index and Pager</title>
<para>
modes.
</para>
-<sect3>
+<sect2>
<title>The Message Index</title>
<para>
-<screen>
-c change to a different mailbox
-ESC c change to a folder in read-only mode
-C copy the current message to another mailbox
-ESC C decode a message and copy it to a folder
-ESC s decode a message and save it to a folder
-D delete messages matching a pattern
-d delete the current message
-F mark as important
-l show messages matching a pattern
-N mark message as new
-o change the current sort method
-O reverse sort the mailbox
-q save changes and exit
-s save-message
-T tag messages matching a pattern
-t toggle the tag on a message
-ESC t toggle tag on entire message thread
-U undelete messages matching a pattern
-u undelete-message
-v view-attachments
-x abort changes and exit
-<Return> display-message
-<Tab> jump to the next new or unread message
-@ show the author's full e-mail address
-$ save changes to mailbox
-/ search
-ESC / search-reverse
-^L clear and redraw the screen
-^T untag messages matching a pattern
-</screen>
+<table>
+<title>Most common message index keys</title>
+<tgroup cols="2">
+<thead>
+<row><entry>Key</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>c</entry><entry>change to a different mailbox</entry></row>
+<row><entry>ESC c</entry><entry>change to a folder in read-only mode</entry></row>
+<row><entry>C</entry><entry>copy the current message to another mailbox</entry></row>
+<row><entry>ESC C</entry><entry>decode a message and copy it to a folder</entry></row>
+<row><entry>ESC s</entry><entry>decode a message and save it to a folder</entry></row>
+<row><entry>D</entry><entry>delete messages matching a pattern</entry></row>
+<row><entry>d</entry><entry>delete the current message</entry></row>
+<row><entry>F</entry><entry>mark as important</entry></row>
+<row><entry>l</entry><entry>show messages matching a pattern</entry></row>
+<row><entry>N</entry><entry>mark message as new</entry></row>
+<row><entry>o</entry><entry>change the current sort method</entry></row>
+<row><entry>O</entry><entry>reverse sort the mailbox</entry></row>
+<row><entry>q</entry><entry>save changes and exit</entry></row>
+<row><entry>s</entry><entry>save-message</entry></row>
+<row><entry>T</entry><entry>tag messages matching a pattern</entry></row>
+<row><entry>t</entry><entry>toggle the tag on a message</entry></row>
+<row><entry>ESC t</entry><entry>toggle tag on entire message thread</entry></row>
+<row><entry>U</entry><entry>undelete messages matching a pattern</entry></row>
+<row><entry>u</entry><entry>undelete-message</entry></row>
+<row><entry>v</entry><entry>view-attachments</entry></row>
+<row><entry>x</entry><entry>abort changes and exit</entry></row>
+<row><entry><Return></entry><entry>display-message</entry></row>
+<row><entry><Tab></entry><entry>jump to the next new or unread message</entry></row>
+<row><entry>@</entry><entry>show the author's full e-mail address</entry></row>
+<row><entry>$</entry><entry>save changes to mailbox</entry></row>
+<row><entry>/</entry><entry>search</entry></row>
+<row><entry>ESC /</entry><entry>search-reverse</entry></row>
+<row><entry>ˆL</entry><entry>clear and redraw the screen</entry></row>
+<row><entry>ˆT</entry><entry>untag messages matching a pattern</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
-<sect4>
+<sect3>
<title>Status Flags</title>
<para>
</variablelist>
</para>
-</sect4>
-
</sect3>
-<sect3>
+</sect2>
+
+<sect2>
<title>The Pager</title>
<para>
<para>
-<screen>
-<Return> go down one line
-<Space> display the next page (or next message if at the end of a message)
-- go back to the previous page
-n search for next match
-S skip beyond quoted text
-T toggle display of quoted text
-? show keybindings
-/ search for a regular expression (pattern)
-ESC / search backwards for a regular expression
-\ toggle search pattern coloring
-^ jump to the top of the message
-</screen>
+<table>
+<title>Most common pager keys</title>
+<tgroup cols="2">
+<thead>
+<row><entry>Key</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry><Return></entry><entry>go down one line</entry></row>
+<row><entry><Space></entry><entry>display the next page (or next message if at the end of a message)</entry></row>
+<row><entry>-</entry><entry>go back to the previous page</entry></row>
+<row><entry>n</entry><entry>search for next match</entry></row>
+<row><entry>S</entry><entry>skip beyond quoted text</entry></row>
+<row><entry>T</entry><entry>toggle display of quoted text</entry></row>
+<row><entry>?</entry><entry>show keybindings</entry></row>
+<row><entry>/</entry><entry>search for a regular expression (pattern)</entry></row>
+<row><entry>ESC /</entry><entry>search backwards for a regular expression</entry></row>
+<row><entry>\</entry><entry>toggle search pattern coloring</entry></row>
+<row><entry>ˆ</entry><entry>jump to the top of the message</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
<para>
<screen>
-ESC [ Ps;Ps;Ps;...;Ps m
-where Ps =
+ESC [ Ps;Ps;Ps;...;Ps m where Ps =
0 All Attributes Off
1 Bold on
4 Underline on
your xterm, then that color will be used instead of green.
</para>
-</sect3>
+</sect2>
-<sect3 id="threads">
+<sect2 id="threads">
<title>Threaded Mode</title>
<para>
<para>
-<screen>
-^D delete-thread delete all messages in the current thread
-^U undelete-thread undelete all messages in the current thread
-^N next-thread jump to the start of the next thread
-^P previous-thread jump to the start of the previous thread
-^R read-thread mark the current thread as read
-ESC d delete-subthread delete all messages in the current subthread
-ESC u undelete-subthread undelete all messages in the current subthread
-ESC n next-subthread jump to the start of the next subthread
-ESC p previous-subthread jump to the start of the previous subthread
-ESC r read-subthread mark the current subthread as read
-ESC t tag-thread toggle the tag on the current thread
-ESC v collapse-thread toggle collapse for the current thread
-ESC V collapse-all toggle collapse for all threads
-P parent-message jump to parent message in thread
-</screen>
+<table>
+<title>Most common thread mode keys</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Key</entry><entry>Function</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>ˆD</entry><entry>delete-thread</entry><entry>delete all messages in the current thread</entry></row>
+<row><entry>ˆU</entry><entry>undelete-thread</entry><entry>undelete all messages in the current thread</entry></row>
+<row><entry>ˆN</entry><entry>next-thread</entry><entry>jump to the start of the next thread</entry></row>
+<row><entry>ˆP</entry><entry>previous-thread</entry><entry>jump to the start of the previous thread</entry></row>
+<row><entry>ˆR</entry><entry>read-thread</entry><entry>mark the current thread as read</entry></row>
+<row><entry>ESC d</entry><entry>delete-subthread</entry><entry>delete all messages in the current subthread</entry></row>
+<row><entry>ESC u</entry><entry>undelete-subthread</entry><entry>undelete all messages in the current subthread</entry></row>
+<row><entry>ESC n</entry><entry>next-subthread</entry><entry>jump to the start of the next subthread</entry></row>
+<row><entry>ESC p</entry><entry>previous-subthread</entry><entry>jump to the start of the previous subthread</entry></row>
+<row><entry>ESC r</entry><entry>read-subthread</entry><entry>mark the current subthread as read</entry></row>
+<row><entry>ESC t</entry><entry>tag-thread</entry><entry>toggle the tag on the current thread</entry></row>
+<row><entry>ESC v</entry><entry>collapse-thread</entry><entry>toggle collapse for the current thread</entry></row>
+<row><entry>ESC V</entry><entry>collapse-all</entry><entry>toggle collapse for all threads</entry></row>
+<row><entry>P</entry><entry>parent-message</entry><entry>jump to parent message in thread</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
See also: <link linkend="strict-threads">$strict_threads</link>.
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>Miscellaneous Functions</title>
<para>
after a line of quoted text in the internal pager.
</para>
-</sect3>
-
</sect2>
-<sect2>
+</sect1>
+
+<sect1 id="sending">
<title>Sending Mail</title>
<para>
<para>
-<screen>
-m compose compose a new message
-r reply reply to sender
-g group-reply reply to all recipients
-L list-reply reply to mailing list address
-f forward forward message
-b bounce bounce (remail) message
-ESC k mail-key mail a PGP public key to someone
-</screen>
+<table>
+<title>Most commom mail sending keys</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Key</entry><entry>Function</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>m</entry><entry>compose</entry><entry>compose a new message</entry></row>
+<row><entry>r</entry><entry>reply</entry><entry>reply to sender</entry></row>
+<row><entry>g</entry><entry>group-reply</entry><entry>reply to all recipients</entry></row>
+<row><entry>L</entry><entry>list-reply</entry><entry>reply to mailing list address</entry></row>
+<row><entry>f</entry><entry>forward</entry><entry>forward message</entry></row>
+<row><entry>b</entry><entry>bounce</entry><entry>bounce (remail) message</entry></row>
+<row><entry>ESC k</entry><entry>mail-key</entry><entry>mail a PGP public key to someone</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
<para>
Once you have finished editing the body of your mail message, you are
-returned to the <emphasis>compose</emphasis> menu. The following options are available:
-</para>
-
-<para>
-
-<screen>
-a attach-file attach a file
-A attach-message attach message(s) to the message
-ESC k attach-key attach a PGP public key
-d edit-description edit description on attachment
-D detach-file detach a file
-t edit-to edit the To field
-ESC f edit-from edit the From field
-r edit-reply-to edit the Reply-To field
-c edit-cc edit the Cc field
-b edit-bcc edit the Bcc field
-y send-message send the message
-s edit-subject edit the Subject
-S smime-menu select S/MIME options
-f edit-fcc specify an ``Fcc'' mailbox
-p pgp-menu select PGP options
-P postpone-message postpone this message until later
-q quit quit (abort) sending the message
-w write-fcc write the message to a folder
-i ispell check spelling (if available on your system)
-^F forget-passphrase wipe passphrase(s) from memory
-</screen>
+returned to the <emphasis>compose</emphasis> menu. The following functions are available:
+</para>
+
+<para>
+
+<table>
+<title>Most common compose menu keys</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Key</entry><entry>Function</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>a</entry><entry>attach-file</entry><entry>attach a file</entry></row>
+<row><entry>A</entry><entry>attach-message</entry><entry>attach message(s) to the message</entry></row>
+<row><entry>ESC k</entry><entry>attach-key</entry><entry>attach a PGP public key</entry></row>
+<row><entry>d</entry><entry>edit-description</entry><entry>edit description on attachment</entry></row>
+<row><entry>D</entry><entry>detach-file</entry><entry>detach a file</entry></row>
+<row><entry>t</entry><entry>edit-to</entry><entry>edit the To field</entry></row>
+<row><entry>ESC f</entry><entry>edit-from</entry><entry>edit the From field</entry></row>
+<row><entry>r</entry><entry>edit-reply-to</entry><entry>edit the Reply-To field</entry></row>
+<row><entry>c</entry><entry>edit-cc</entry><entry>edit the Cc field</entry></row>
+<row><entry>b</entry><entry>edit-bcc</entry><entry>edit the Bcc field</entry></row>
+<row><entry>y</entry><entry>send-message</entry><entry>send the message</entry></row>
+<row><entry>s</entry><entry>edit-subject</entry><entry>edit the Subject</entry></row>
+<row><entry>S</entry><entry>smime-menu</entry><entry>select S/MIME options</entry></row>
+<row><entry>f</entry><entry>edit-fcc</entry><entry>specify an ``Fcc'' mailbox</entry></row>
+<row><entry>p</entry><entry>pgp-menu</entry><entry>select PGP options</entry></row>
+<row><entry>P</entry><entry>postpone-message</entry><entry>postpone this message until later</entry></row>
+<row><entry>q</entry><entry>quit</entry><entry>quit (abort) sending the message</entry></row>
+<row><entry>w</entry><entry>write-fcc</entry><entry>write the message to a folder</entry></row>
+<row><entry>i</entry><entry>ispell</entry><entry>check spelling (if available on your system)</entry></row>
+<row><entry>ˆF</entry><entry>forget-passphrase</entry><entry>wipe passphrase(s) from memory</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
a 'A' to indicate that you are in attach-message mode.
</para>
-<sect3>
+<sect2>
<title>Editing the message header</title>
<para>
Also see <link linkend="edit-headers">$edit_headers</link>.
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>Using Mutt with PGP</title>
<para>
<para>
The flags sequence (%f) will expand to one of the following flags:
-<screen>
-R The key has been revoked and can't be used.
-X The key is expired and can't be used.
-d You have marked the key as disabled.
-c There are unknown critical self-signature
- packets.
-</screen>
+<table>
+<title>PGP key menu flags</title>
+<tgroup cols="2">
+<thead>
+<row><entry>Flag</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>R</entry><entry>The key has been revoked and can't be used.</entry></row>
+<row><entry>X</entry><entry>The key is expired and can't be used.</entry></row>
+<row><entry>d</entry><entry>You have marked the key as disabled.</entry></row>
+<row><entry>c</entry><entry>There are unknown critical self-signature packets.</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
indicates complete validity.
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>Sending anonymous messages via mixmaster.</title>
<para>
have a look at the mixmaster documentation.
</para>
-</sect3>
-
</sect2>
-<sect2 id="forwarding-mail">
+</sect1>
+
+<sect1 id="forwarding-mail">
<title>Forwarding and Bouncing Mail</title>
<para>
<para>
-<screen>
-f forward forward message
-b bounce bounce (remail) message
-</screen>
+<table>
+<title>Message forwarding/bouncing keys</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Key</entry><entry>Function</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>f</entry><entry>forward</entry><entry>forward message</entry></row>
+<row><entry>b</entry><entry>bounce</entry><entry>bounce (remail) message</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
replying to a message does.
</para>
-</sect2>
+</sect1>
-<sect2 id="postponing-mail">
+<sect1 id="postponing-mail">
<title>Postponing Mail</title>
<para>
See also the <link linkend="postpone">$postpone</link> quad-option.
</para>
-</sect2>
-
</sect1>
-<sect1 id="configuration">
+</chapter>
+
+<chapter id="configuration">
<title>Configuration</title>
<para>
V) from the index menu.
</para>
-<sect2 id="muttrc-syntax" xreflabel="Syntax of Initialization Files">
+<sect1 id="muttrc-syntax" xreflabel="Syntax of Initialization Files">
<title>Syntax of Initialization Files</title>
<para>
For a complete list, see the <link linkend="commands">command reference</link>.
</para>
-</sect2>
+</sect1>
-<sect2 id="alias">
+<sect1 id="alias">
<title>Defining/Using aliases</title>
<para>
(default: q) to return to the address prompt.
</para>
-</sect2>
+</sect1>
-<sect2 id="bind">
+<sect1 id="bind">
<title>Changing the default key bindings</title>
<para>
<para>
-<screen>
-\t tab
-<tab> tab
-<backtab> backtab / shift-tab
-\r carriage return
-\n newline
-\e escape
-<esc> escape
-<up> up arrow
-<down> down arrow
-<left> left arrow
-<right> right arrow
-<pageup> Page Up
-<pagedown> Page Down
-<backspace> Backspace
-<delete> Delete
-<insert> Insert
-<enter> Enter
-<return> Return
-<home> Home
-<end> End
-<space> Space bar
-<f1> function key 1
-<f10> function key 10
-</screen>
+<table>
+<title>Symbolic key names</title>
+<tgroup cols="2">
+<thead>
+<row><entry>Symbolic name</entry><entry>Meaning</entry></row>
+</thead>
+<tbody>
+<row><entry>\t</entry><entry>tab</entry></row>
+<row><entry><tab></entry><entry>tab</entry></row>
+<row><entry><backtab></entry><entry>backtab / shift-tab</entry></row>
+<row><entry>\r</entry><entry>carriage return</entry></row>
+<row><entry>\n</entry><entry>newline</entry></row>
+<row><entry>\e</entry><entry>escape</entry></row>
+<row><entry><esc></entry><entry>escape</entry></row>
+<row><entry><up></entry><entry>up arrow</entry></row>
+<row><entry><down></entry><entry>down arrow</entry></row>
+<row><entry><left></entry><entry>left arrow</entry></row>
+<row><entry><right></entry><entry>right arrow</entry></row>
+<row><entry><pageup></entry><entry>Page Up</entry></row>
+<row><entry><pagedown></entry><entry>Page Down</entry></row>
+<row><entry><backspace></entry><entry>Backspace</entry></row>
+<row><entry><delete></entry><entry>Delete</entry></row>
+<row><entry><insert></entry><entry>Insert</entry></row>
+<row><entry><enter></entry><entry>Enter</entry></row>
+<row><entry><return></entry><entry>Return</entry></row>
+<row><entry><home></entry><entry>Home</entry></row>
+<row><entry><end></entry><entry>End</entry></row>
+<row><entry><space></entry><entry>Space bar</entry></row>
+<row><entry><f1></entry><entry>function key 1</entry></row>
+<row><entry><f10></entry><entry>function key 10</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
sequence.
</para>
-</sect2>
+</sect1>
-<sect2 id="charset-hook">
+<sect1 id="charset-hook">
<title>Defining aliases for character sets </title>
<para>
for character sets.
</para>
-</sect2>
+</sect1>
-<sect2 id="folder-hook">
+<sect1 id="folder-hook">
<title>Setting variables based upon mailbox</title>
<para>
</para>
-</sect2>
+</sect1>
-<sect2 id="macro">
+<sect1 id="macro">
<title>Keyboard macros</title>
<para>
silently truncated at the screen width, and are not wrapped.
</para>
-</sect2>
+</sect1>
-<sect2 id="color">
+<sect1 id="color">
<title>Using color and mono video attributes</title>
<para>
</para>
-</sect2>
+</sect1>
-<sect2 id="ignore">
+<sect1 id="ignore">
<title>Ignoring (weeding) unwanted message headers</title>
<para>
</para>
-</sect2>
+</sect1>
-<sect2 id="alternates">
+<sect1 id="alternates">
<title>Alternative addresses</title>
<para>
is ``*'', <emphasis>all entries</emphasis> on <literal>alternates</literal> will be removed.
</para>
-</sect2>
+</sect1>
-<sect2 id="lists">
+<sect1 id="lists">
<title>Mailing lists</title>
<para>
but keep it on the list of known mailing lists, use ``unsubscribe''.
</para>
-</sect2>
+</sect1>
-<sect2 id="mbox-hook">
+<sect1 id="mbox-hook">
<title>Using Multiple spool mailboxes</title>
<para>
mailbox).
</para>
-</sect2>
+</sect1>
-<sect2 id="mailboxes">
+<sect1 id="mailboxes">
<title>Defining mailboxes which receive mail</title>
<para>
should be executed before the <literal>mailboxes</literal> command.
</para>
-</sect2>
+</sect1>
-<sect2 id="my-hdr">
+<sect1 id="my-hdr">
<title>User defined headers</title>
<para>
>
</para>
-</sect2>
+</sect1>
-<sect2 id="hdr-order">
+<sect1 id="hdr-order">
<title>Defining the order of headers when viewing messages</title>
<para>
</para>
-</sect2>
+</sect1>
-<sect2 id="save-hook">
+<sect1 id="save-hook">
<title>Specify default save filename</title>
<para>
Also see the <link linkend="fcc-save-hook">fcc-save-hook</link> command.
</para>
-</sect2>
+</sect1>
-<sect2 id="fcc-hook">
+<sect1 id="fcc-hook">
<title>Specify default Fcc: mailbox when composing</title>
<para>
the `+spammers' mailbox by default. Also see the <link linkend="fcc-save-hook">fcc-save-hook</link> command.
</para>
-</sect2>
+</sect1>
-<sect2 id="fcc-save-hook">
+<sect1 id="fcc-save-hook">
<title>Specify default save filename and default Fcc: mailbox at once</title>
<para>
and a <link linkend="save-hook">save-hook</link> with its arguments.
</para>
-</sect2>
+</sect1>
-<sect2 id="send-hook">
+<sect1 id="send-hook">
<title>Change settings based upon message recipients</title>
<para>
from a send-hook.
</para>
-</sect2>
+</sect1>
-<sect2 id="message-hook">
+<sect1 id="message-hook">
<title>Change settings before formatting a message</title>
<para>
</para>
-</sect2>
+</sect1>
-<sect2 id="crypt-hook">
+<sect1 id="crypt-hook">
<title>Choosing the cryptographic key of the recipient</title>
<para>
just a real name.
</para>
-</sect2>
+</sect1>
-<sect2 id="push">
+<sect1 id="push">
<title>Adding key sequences to the keyboard buffer</title>
<para>
</screen>
</para>
-</sect2>
+</sect1>
-<sect2 id="exec">
+<sect1 id="exec">
<title>Executing functions</title>
<para>
``exec function'' is equivalent to ``push <function>''.
</para>
-</sect2>
+</sect1>
-<sect2 id="score-command">
+<sect1 id="score-command">
<title>Message Scoring</title>
<para>
of all score entries.
</para>
-</sect2>
+</sect1>
-<sect2 id="spam">
+<sect1 id="spam">
<title>Spam detection</title>
<para>
</para>
-</sect2>
+</sect1>
-<sect2 id="set">
+<sect1 id="set">
<title>Setting variables</title>
<para>
which allows you to reset all variables to their system defaults.
</para>
-</sect2>
+</sect1>
-<sect2 id="source">
+<sect1 id="source">
<title>Reading initialization commands from another file</title>
<para>
<literal>source ˜/bin/myscript|</literal>).
</para>
-</sect2>
+</sect1>
-<sect2 id="unhook">
+<sect1 id="unhook">
<title>Removing hooks</title>
<para>
something like <literal>unhook send-hook</literal>.
</para>
-</sect2>
-
</sect1>
-<sect1 id="advancedusage">
+</chapter>
+
+<chapter id="advancedusage">
<title>Advanced Usage</title>
-<sect2 id="regexp">
+<sect1 id="regexp">
<title>Regular Expressions</title>
<para>
they may or may not be available in stock libraries on various systems.
</para>
-</sect2>
+</sect1>
-<sect2 id="patterns">
+<sect1 id="patterns">
<title>Patterns</title>
<para>
<para>
-<screen>
-~A all messages
-~b EXPR messages which contain EXPR in the message body
-~B EXPR messages which contain EXPR in the whole message
-~c EXPR messages carbon-copied to EXPR
-~C EXPR message is either to: or cc: EXPR
-~d [MIN]-[MAX] messages with ``date-sent'' in a Date range
-~D deleted messages
-~e EXPR message which contains EXPR in the ``Sender'' field
-~E expired messages
-~F flagged messages
-~f EXPR messages originating from EXPR
-~g cryptographically signed messages
-~G cryptographically encrypted messages
-~h EXPR messages which contain EXPR in the message header
-~H EXPR messages with a spam attribute matching EXPR
-~i EXPR message which match EXPR in the ``Message-ID'' field
-~k message contains PGP key material
-~L EXPR message is either originated or received by EXPR
-~l message is addressed to a known mailing list
-~m [MIN]-[MAX] message in the range MIN to MAX *)
-~n [MIN]-[MAX] messages with a score in the range MIN to MAX *)
-~N new messages
-~O old messages
-~p message is addressed to you (consults alternates)
-~P message is from you (consults alternates)
-~Q messages which have been replied to
-~r [MIN]-[MAX] messages with ``date-received'' in a Date range
-~R read messages
-~s EXPR messages having EXPR in the ``Subject'' field.
-~S superseded messages
-~t EXPR messages addressed to EXPR
-~T tagged messages
-~u message is addressed to a subscribed mailing list
-~U unread messages
-~v message is part of a collapsed thread.
-~V cryptographically verified messages
-~x EXPR messages which contain EXPR in the `References' field
-~X [MIN]-[MAX] messages with MIN to MAX attachments *)
-~y EXPR messages 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)
-~$ unreferenced messages (requires threaded view)
-</screen>
+<table>
+<title>Pattern modifiers</title>
+<tgroup cols="2">
+<thead>
+<row><entry>Pattern modifier</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>~A</entry><entry>all messages</entry></row>
+<row><entry>~b EXPR</entry><entry>messages which contain EXPR in the message body</entry></row>
+<row><entry>~B EXPR</entry><entry>messages which contain EXPR in the whole message</entry></row>
+<row><entry>~c EXPR</entry><entry>messages carbon-copied to EXPR</entry></row>
+<row><entry>~C EXPR</entry><entry>message is either to: or cc: EXPR</entry></row>
+<row><entry>~d [MIN]-[MAX]</entry><entry>messages with ``date-sent'' in a Date range</entry></row>
+<row><entry>~D</entry><entry>deleted messages</entry></row>
+<row><entry>~e EXPR</entry><entry>message which contains EXPR in the ``Sender'' field</entry></row>
+<row><entry>~E</entry><entry>expired messages</entry></row>
+<row><entry>~F</entry><entry>flagged messages</entry></row>
+<row><entry>~f EXPR</entry><entry>messages originating from EXPR</entry></row>
+<row><entry>~g</entry><entry>cryptographically signed messages</entry></row>
+<row><entry>~G</entry><entry>cryptographically encrypted messages</entry></row>
+<row><entry>~h EXPR</entry><entry>messages which contain EXPR in the message header</entry></row>
+<row><entry>~H EXPR</entry><entry>messages with a spam attribute matching EXPR</entry></row>
+<row><entry>~i EXPR</entry><entry>message which match EXPR in the ``Message-ID'' field</entry></row>
+<row><entry>~k</entry><entry>message contains PGP key material</entry></row>
+<row><entry>~L EXPR</entry><entry>message is either originated or received by EXPR</entry></row>
+<row><entry>~l</entry><entry>message is addressed to a known mailing list</entry></row>
+<row><entry>~m [MIN]-[MAX]</entry><entry>message in the range MIN to MAX *)</entry></row>
+<row><entry>~n [MIN]-[MAX]</entry><entry>messages with a score in the range MIN to MAX *)</entry></row>
+<row><entry>~N</entry><entry>new messages</entry></row>
+<row><entry>~O</entry><entry>old messages</entry></row>
+<row><entry>~p</entry><entry>message is addressed to you (consults alternates)</entry></row>
+<row><entry>~P</entry><entry>message is from you (consults alternates)</entry></row>
+<row><entry>~Q</entry><entry>messages which have been replied to</entry></row>
+<row><entry>~r [MIN]-[MAX]</entry><entry>messages with ``date-received'' in a Date range</entry></row>
+<row><entry>~R</entry><entry>read messages</entry></row>
+<row><entry>~s EXPR</entry><entry>messages having EXPR in the ``Subject'' field.</entry></row>
+<row><entry>~S</entry><entry>superseded messages</entry></row>
+<row><entry>~t EXPR</entry><entry>messages addressed to EXPR</entry></row>
+<row><entry>~T</entry><entry>tagged messages</entry></row>
+<row><entry>~u</entry><entry>message is addressed to a subscribed mailing list</entry></row>
+<row><entry>~U</entry><entry>unread messages</entry></row>
+<row><entry>~v</entry><entry>message is part of a collapsed thread.</entry></row>
+<row><entry>~V</entry><entry>cryptographically verified messages</entry></row>
+<row><entry>~x EXPR</entry><entry>messages which contain EXPR in the `References' field</entry></row>
+<row><entry>~X [MIN]-[MAX]</entry><entry>messages with MIN to MAX attachments *)</entry></row>
+<row><entry>~y EXPR</entry><entry>messages which contain EXPR in the `X-Label' field</entry></row>
+<row><entry>~z [MIN]-[MAX]</entry><entry>messages with a size in the range MIN to MAX *)</entry></row>
+<row><entry>~=</entry><entry>duplicated messages (see $duplicate_threads)</entry></row>
+<row><entry>~$</entry><entry>unreferenced messages (requires threaded view)</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
are allowed, too.
</para>
-<sect3>
+<sect2>
<title>Pattern Modifier</title>
<para>
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>Complex Patterns</title>
<para>
and <emphasis>cs\.hmc\.edu)</emphasis>. They are never what you want.
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>Searching by Date</title>
<para>
one of the following units:
<screen>
-y years
-m months
-w weeks
-d days
+y years
+m months
+w weeks
+d days
</screen>
As a special case, you can replace the sign by a ``*'' character,
in the main index.
</para>
-</sect3>
-
</sect2>
-<sect2>
+</sect1>
+
+<sect1 id="tags">
<title>Using Tags</title>
<para>
normal.
</para>
-</sect2>
+</sect1>
-<sect2 id="hooks">
+<sect1 id="hooks">
<title>Using Hooks</title>
<para>
</para>
-<sect3 id="pattern-hook" xreflabel="Message Matching in Hooks">
+<sect2 id="pattern-hook" xreflabel="Message Matching in Hooks">
<title>Message Matching in Hooks</title>
<para>
at that time will be used.
</para>
-</sect3>
-
</sect2>
-<sect2 id="query">
+</sect1>
+
+<sect1 id="query">
<title>External Address Queries</title>
<para>
added to the prompt.
</para>
-</sect2>
+</sect1>
-<sect2>
+<sect1 id="mailbox-formats">
<title>Mailbox Formats</title>
<para>
is needed.
</para>
-</sect2>
+</sect1>
-<sect2 id="shortcuts">
+<sect1 id="shortcuts">
<title>Mailbox Shortcuts</title>
<para>
</para>
-</sect2>
+</sect1>
-<sect2 id="using-lists">
+<sect1 id="using-lists">
<title>Handling Mailing Lists</title>
<para>
uninteresting threads and quickly find topics of value.
</para>
-</sect2>
+</sect1>
-<sect2>
+<sect1 id="editing-threads">
<title>Editing threads</title>
<para>
annoyances which make it hard to follow a discussion.
</para>
-<sect3>
+<sect2>
<title>Linking threads</title>
<para>
tag-prefix command (';') or the auto_tag option.
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>Breaking threads</title>
<para>
current message into a whole different thread.
</para>
-</sect3>
-
</sect2>
-<sect2>
+</sect1>
+
+<sect1 id="dsn">
<title>Delivery Status Notification (DSN) Support</title>
<para>
message). Refer to the man page on sendmail for more details on DSN.
</para>
-</sect2>
+</sect1>
-<sect2>
+<sect1 id="pop">
<title>POP3 Support (OPTIONAL)</title>
<para>
>
</para>
-</sect2>
+</sect1>
-<sect2>
+<sect1 id="imap">
<title>IMAP Support (OPTIONAL)</title>
<para>
selects the same folder.
</para>
-<sect3>
+<sect2>
<title>The Folder Browser</title>
<para>
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>Authentication</title>
<para>
</para>
-</sect3>
-
</sect2>
-<sect2 id="account-hook">
+</sect1>
+
+<sect1 id="account-hook">
<title>Managing multiple IMAP/POP accounts (OPTIONAL)</title>
<para>
</para>
-</sect2>
+</sect1>
-<sect2 id="urlview">
+<sect1 id="urlview">
<title>Start a WWW Browser on URLs (EXTERNAL)</title>
<para>
</para>
-</sect2>
-
</sect1>
-<sect1 id="mimesupport">
+</chapter>
+
+<chapter id="mimesupport">
<title>Mutt's MIME Support</title>
<para>
the external commands to use for handling specific MIME types.
</para>
-<sect2>
+<sect1 id="using-mime">
<title>Using MIME in Mutt</title>
<para>
menu.
</para>
-<sect3>
+<sect2>
<title>Viewing MIME messages in the pager</title>
<para>
</para>
-</sect3>
+</sect2>
-<sect3 id="attach-menu">
+<sect2 id="attach-menu">
<title>The Attachment Menu</title>
<para>
See the help on the attachment menu for more information.
</para>
-</sect3>
+</sect2>
-<sect3 id="compose-menu">
+<sect2 id="compose-menu">
<title>The Compose Menu</title>
<para>
changed with the <literal>edit-description</literal> command (default: d).
</para>
-</sect3>
-
</sect2>
-<sect2>
+</sect1>
+
+<sect1 id="mime-types">
<title>MIME Type configuration with <literal>mime.types</literal></title>
<para>
if the recipient of the message is likely to be expecting such attachments.
</para>
-</sect2>
+</sect1>
-<sect2>
+<sect1 id="mime-viewers">
<title>MIME Viewer configuration with <literal>mailcap</literal></title>
<para>
entries.
</para>
-<sect3>
+<sect2>
<title>The Basics of the mailcap file</title>
<para>
This is the simplest form of a mailcap file.
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>Secure use of mailcap</title>
<para>
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>Advanced mailcap Usage</title>
-<sect4>
+<sect3>
<title>Optional Fields</title>
<para>
</variablelist>
</para>
-</sect4>
+</sect3>
-<sect4>
+<sect3>
<title>Search Order</title>
<para>
for interactive viewing.
</para>
-</sect4>
+</sect3>
-<sect4>
+<sect3>
<title>Command Expansion</title>
<para>
multipart messages, which is handled internally by Mutt.
</para>
-</sect4>
-
</sect3>
-<sect3>
+</sect2>
+
+<sect2>
<title>Example mailcap files</title>
<para>
</para>
-</sect3>
-
</sect2>
-<sect2 id="auto-view">
+</sect1>
+
+<sect1 id="auto-view">
<title>MIME Autoview</title>
<para>
``unauto_view *'' will remove all previous entries.
</para>
-</sect2>
+</sect1>
-<sect2 id="alternative-order">
+<sect1 id="alternative-order">
<title>MIME Multipart/Alternative</title>
<para>
<literal>unalternative_order</literal> command.
</para>
-</sect2>
+</sect1>
-<sect2 id="attachments">
+<sect1 id="attachments">
<title>Attachment Searching and Counting</title>
<para>
that it can be pasted elsewhere.
</para>
-</sect2>
+</sect1>
-<sect2 id="mime-lookup">
+<sect1 id="mime-lookup">
<title>MIME Lookup</title>
<para>
muttrc.
</para>
-</sect2>
-
</sect1>
-<sect1 id="reference">
+</chapter>
+
+<chapter id="reference">
<title>Reference</title>
-<sect2 id="commandline">
+<sect1 id="commandline">
<title>Command line options</title>
<para>
<para>
-<screen>
--A expand an alias
--a attach a file to a message
--b specify a blind carbon-copy (BCC) address
--c specify a carbon-copy (Cc) address
--D print the value of all mutt variables to stdout
--e specify a config command to be run after initilization files are read
--f specify a mailbox to load
--F specify an alternate file to read initialization commands
--h print help on command line options
--H specify a draft file from which to read a header and body
--i specify a file to include in a message composition
--m specify a default mailbox type
--n do not read the system Muttrc
--p recall a postponed message
--Q query a configuration variable
--R open mailbox in read-only mode
--s specify a subject (enclose in quotes if it contains spaces)
--v show version number and compile-time definitions
--x simulate the mailx(1) compose mode
--y show a menu containing the files specified by the mailboxes command
--z exit immediately if there are no messages in the mailbox
--Z open the first folder with new message,exit immediately if none
-</screen>
+<table>
+<title>Command line options</title>
+<tgroup cols="2">
+<thead>
+<row><entry>Option</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>-A</entry><entry>expand an alias</entry></row>
+<row><entry>-a</entry><entry>attach a file to a message</entry></row>
+<row><entry>-b</entry><entry>specify a blind carbon-copy (BCC) address</entry></row>
+<row><entry>-c</entry><entry>specify a carbon-copy (Cc) address</entry></row>
+<row><entry>-D</entry><entry>print the value of all mutt variables to stdout</entry></row>
+<row><entry>-e</entry><entry>specify a config command to be run after initilization files are read</entry></row>
+<row><entry>-f</entry><entry>specify a mailbox to load</entry></row>
+<row><entry>-F</entry><entry>specify an alternate file to read initialization commands</entry></row>
+<row><entry>-h</entry><entry>print help on command line options</entry></row>
+<row><entry>-H</entry><entry>specify a draft file from which to read a header and body</entry></row>
+<row><entry>-i</entry><entry>specify a file to include in a message composition</entry></row>
+<row><entry>-m</entry><entry>specify a default mailbox type</entry></row>
+<row><entry>-n</entry><entry>do not read the system Muttrc</entry></row>
+<row><entry>-p</entry><entry>recall a postponed message</entry></row>
+<row><entry>-Q</entry><entry>query a configuration variable</entry></row>
+<row><entry>-R</entry><entry>open mailbox in read-only mode</entry></row>
+<row><entry>-s</entry><entry>specify a subject (enclose in quotes if it contains spaces)</entry></row>
+<row><entry>-v</entry><entry>show version number and compile-time definitions</entry></row>
+<row><entry>-x</entry><entry>simulate the mailx(1) compose mode</entry></row>
+<row><entry>-y</entry><entry>show a menu containing the files specified by the mailboxes command</entry></row>
+<row><entry>-z</entry><entry>exit immediately if there are no messages in the mailbox</entry></row>
+<row><entry>-Z</entry><entry>open the first folder with new message,exit immediately if none</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
of the file ``˜/run2.dat''.
</para>
-</sect2>
+</sect1>
-<sect2 id="commands">
+<sect1 id="commands">
<title>Configuration Commands</title>
<para>
</para>
-</sect2>
+</sect1>
-<sect2 id="variables">
+<sect1 id="variables">
<title>Configuration variables</title>
-</sect2>
+</sect1>
-<sect2 id="functions">
+<sect1 id="functions">
<title>Functions</title>
<para>
command.
</para>
-<sect3>
+<sect2>
<title>generic</title>
<para>
<para>
-<screen>
-bottom-page L move to the bottom of the page
-current-bottom not bound move current entry to bottom of page
-current-middle not bound move current entry to middle of page
-current-top not bound move current entry to top of page
-enter-command : enter a muttrc command
-exit q exit this menu
-first-entry = move to the first entry
-half-down ] scroll down 1/2 page
-half-up [ scroll up 1/2 page
-help ? this screen
-jump number jump to an index number
-last-entry * move to the last entry
-middle-page M move to the middle of the page
-next-entry j move to the next entry
-next-line > scroll down one line
-next-page z move to the next page
-previous-entry k move to the previous entry
-previous-line < scroll up one line
-previous-page Z move to the previous page
-refresh ^L clear and redraw the screen
-search / search for a regular expression
-search-next n search for next match
-search-opposite not bound search for next match in opposite direction
-search-reverse ESC / search backwards for a regular expression
-select-entry RET select the current entry
-shell-escape ! run a program in a subshell
-tag-entry t toggle the tag on the current entry
-tag-prefix ; apply next command to tagged entries
-tag-prefix-cond not bound apply next function ONLY to tagged messages
-top-page H move to the top of the page
-what-key not bound display the keycode for a key press
-</screen>
+<table>
+<title>Default generic function bindings</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Function</entry><entry>Default key</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>bottom-page</entry><entry>L</entry><entry>move to the bottom of the page</entry></row>
+<row><entry>current-bottom</entry><entry>not bound</entry><entry>move current entry to bottom of page</entry></row>
+<row><entry>current-middle</entry><entry>not bound</entry><entry>move current entry to middle of page</entry></row>
+<row><entry>current-top</entry><entry>not bound</entry><entry>move current entry to top of page</entry></row>
+<row><entry>enter-command</entry><entry>:</entry><entry>enter a muttrc command</entry></row>
+<row><entry>exit</entry><entry>q</entry><entry>exit this menu</entry></row>
+<row><entry>first-entry</entry><entry>=</entry><entry>move to the first entry</entry></row>
+<row><entry>half-down</entry><entry>]</entry><entry>scroll down 1/2 page</entry></row>
+<row><entry>half-up</entry><entry>[</entry><entry>scroll up 1/2 page</entry></row>
+<row><entry>help</entry><entry>?</entry><entry>this screen</entry></row>
+<row><entry>jump</entry><entry>number</entry><entry>jump to an index number</entry></row>
+<row><entry>last-entry</entry><entry>*</entry><entry>move to the last entry</entry></row>
+<row><entry>middle-page</entry><entry>M</entry><entry>move to the middle of the page</entry></row>
+<row><entry>next-entry</entry><entry>j</entry><entry>move to the next entry</entry></row>
+<row><entry>next-line</entry><entry>></entry><entry>scroll down one line</entry></row>
+<row><entry>next-page</entry><entry>z</entry><entry>move to the next page</entry></row>
+<row><entry>previous-entry</entry><entry>k</entry><entry>move to the previous entry</entry></row>
+<row><entry>previous-line</entry><entry><</entry><entry>scroll up one line</entry></row>
+<row><entry>previous-page</entry><entry>Z</entry><entry>move to the previous page</entry></row>
+<row><entry>refresh</entry><entry>ˆL</entry><entry>clear and redraw the screen</entry></row>
+<row><entry>search</entry><entry>/</entry><entry>search for a regular expression</entry></row>
+<row><entry>search-next</entry><entry>n</entry><entry>search for next match</entry></row>
+<row><entry>search-opposite</entry><entry>not bound</entry><entry>search for next match in opposite direction</entry></row>
+<row><entry>search-reverse</entry><entry>ESC /</entry><entry>search backwards for a regular expression</entry></row>
+<row><entry>select-entry</entry><entry>RET</entry><entry>select the current entry</entry></row>
+<row><entry>shell-escape</entry><entry>!</entry><entry>run a program in a subshell</entry></row>
+<row><entry>tag-entry</entry><entry>t</entry><entry>toggle the tag on the current entry</entry></row>
+<row><entry>tag-prefix</entry><entry>;</entry><entry>apply next command to tagged entries</entry></row>
+<row><entry>tag-prefix-cond</entry><entry>not bound</entry><entry>apply next function ONLY to tagged messages</entry></row>
+<row><entry>top-page</entry><entry>H</entry><entry>move to the top of the page</entry></row>
+<row><entry>what-key</entry><entry>not bound</entry><entry>display the keycode for a key press</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>index</title>
<para>
-<screen>
-bounce-message b remail a message to another user
-change-folder c open a different folder
-change-folder-readonly ESC c open a different folder in read only mode
-check-traditional-pgp ESC P check for classic pgp
-clear-flag W clear a status flag from a message
-copy-message C copy a message to a file/mailbox
-create-alias a create an alias from a message sender
-decode-copy ESC C decode a message and copy it to a file/mailbox
-decode-save ESC s decode a message and save it to a file/mailbox
-delete-message d delete the current entry
-delete-pattern D delete messages matching a pattern
-delete-subthread ESC d delete all messages in subthread
-delete-thread ^D delete all messages in thread
-display-address @ display full address of sender
-display-toggle-weed h display message and toggle header weeding
-display-message RET display a message
-edit e edit the current message
-edit-type ^E edit the current message's Content-Type
-exit x exit without saving changes
-extract-keys ^K extract PGP public keys
-fetch-mail G retrieve mail from POP server
-flag-message F toggle a message's 'important' flag
-forget-passphrase ^F wipe PGP passphrase from memory
-forward-message f forward a message with comments
-group-reply g reply to all recipients
-limit l show only messages matching a pattern
-list-reply L reply to specified mailing list
-mail m compose a new mail message
-mail-key ESC k mail a PGP public key
-next-new not bound jump to the next new message
-next-new-then-unread TAB jump to the next new or unread message
-next-subthread ESC n jump to the next subthread
-next-thread ^N jump to the next thread
-next-undeleted j move to the next undeleted message
-next-unread not bound jump to the next unread message
-parent-message P jump to parent message in thread
-pipe-message | pipe message/attachment to a shell command
-previous-new not bound jump to the previous new message
-previous-new-then-unread
- ESC TAB jump to the previous new or unread message
-previous-page Z move to the previous page
-previous-subthread ESC p jump to previous subthread
-previous-thread ^P jump to previous thread
-previous-undeleted k move to the last undelete message
-previous-unread not bound jump to the previous unread message
-print-message p print the current entry
-query Q query external program for addresses
-quit q save changes to mailbox and quit
-read-subthread ESC r mark the current subthread as read
-read-thread ^R mark the current thread as read
-recall-message R recall a postponed message
-reply r reply to a message
-resend-message ESC e resend message and preserve MIME structure
-save-message s save message/attachment to a file
-set-flag w set a status flag on a message
-show-version V show the Mutt version number and date
-show-limit ESC l show currently active limit pattern, if any
-sort-mailbox o sort messages
-sort-reverse O sort messages in reverse order
-sync-mailbox $ save changes to mailbox
-tag-pattern T tag messages matching a pattern
-tag-thread ESC t tag/untag all messages in the current thread
-toggle-new N toggle a message's 'new' flag
-toggle-write % toggle whether the mailbox will be rewritten
-undelete-message u undelete the current entry
-undelete-pattern U undelete messages matching a pattern
-undelete-subthread ESC u undelete all messages in subthread
-undelete-thread ^U undelete all messages in thread
-untag-pattern ^T untag messages matching a pattern
-view-attachments v show MIME attachments
-</screen>
+<table>
+<title>Default index menu function bindings</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Function</entry><entry>Default key</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>bounce-message</entry><entry>b</entry><entry>remail a message to another user</entry></row>
+<row><entry>change-folder</entry><entry>c</entry><entry>open a different folder</entry></row>
+<row><entry>change-folder-readonly</entry><entry>ESC c</entry><entry>open a different folder in read only mode</entry></row>
+<row><entry>check-traditional-pgp</entry><entry>ESC P</entry><entry>check for classic pgp</entry></row>
+<row><entry>clear-flag</entry><entry>W</entry><entry>clear a status flag from a message</entry></row>
+<row><entry>copy-message</entry><entry>C</entry><entry>copy a message to a file/mailbox</entry></row>
+<row><entry>create-alias</entry><entry>a</entry><entry>create an alias from a message sender</entry></row>
+<row><entry>decode-copy</entry><entry>ESC C</entry><entry>decode a message and copy it to a file/mailbox</entry></row>
+<row><entry>decode-save</entry><entry>ESC s</entry><entry>decode a message and save it to a file/mailbox</entry></row>
+<row><entry>delete-message</entry><entry>d</entry><entry>delete the current entry</entry></row>
+<row><entry>delete-pattern</entry><entry>D</entry><entry>delete messages matching a pattern</entry></row>
+<row><entry>delete-subthread</entry><entry>ESC d</entry><entry>delete all messages in subthread</entry></row>
+<row><entry>delete-thread</entry><entry>ˆD</entry><entry>delete all messages in thread</entry></row>
+<row><entry>display-address</entry><entry>@</entry><entry>display full address of sender</entry></row>
+<row><entry>display-toggle-weed</entry><entry>h</entry><entry>display message and toggle header weeding</entry></row>
+<row><entry>display-message</entry><entry>RET</entry><entry>display a message</entry></row>
+<row><entry>edit</entry><entry>e</entry><entry>edit the current message</entry></row>
+<row><entry>edit-type</entry><entry>ˆE</entry><entry>edit the current message's Content-Type</entry></row>
+<row><entry>exit</entry><entry>x</entry><entry>exit without saving changes</entry></row>
+<row><entry>extract-keys</entry><entry>ˆK</entry><entry>extract PGP public keys</entry></row>
+<row><entry>fetch-mail</entry><entry>G</entry><entry>retrieve mail from POP server</entry></row>
+<row><entry>flag-message</entry><entry>F</entry><entry>toggle a message's 'important' flag</entry></row>
+<row><entry>forget-passphrase</entry><entry>ˆF</entry><entry>wipe PGP passphrase from memory</entry></row>
+<row><entry>forward-message</entry><entry>f</entry><entry>forward a message with comments</entry></row>
+<row><entry>group-reply</entry><entry>g</entry><entry>reply to all recipients</entry></row>
+<row><entry>limit</entry><entry>l</entry><entry>show only messages matching a pattern</entry></row>
+<row><entry>list-reply</entry><entry>L</entry><entry>reply to specified mailing list</entry></row>
+<row><entry>mail</entry><entry>m</entry><entry>compose a new mail message</entry></row>
+<row><entry>mail-key</entry><entry>ESC k</entry><entry>mail a PGP public key</entry></row>
+<row><entry>next-new</entry><entry>not bound</entry><entry>jump to the next new message</entry></row>
+<row><entry>next-new-then-unread</entry><entry>TAB</entry><entry>jump to the next new or unread message</entry></row>
+<row><entry>next-subthread</entry><entry>ESC n</entry><entry>jump to the next subthread</entry></row>
+<row><entry>next-thread</entry><entry>ˆN</entry><entry>jump to the next thread</entry></row>
+<row><entry>next-undeleted</entry><entry>j</entry><entry>move to the next undeleted message</entry></row>
+<row><entry>next-unread</entry><entry>not bound</entry><entry>jump to the next unread message</entry></row>
+<row><entry>parent-message</entry><entry>P</entry><entry>jump to parent message in thread</entry></row>
+<row><entry>pipe-message</entry><entry>|</entry><entry>pipe message/attachment to a shell command</entry></row>
+<row><entry>previous-new</entry><entry>not bound</entry><entry>jump to the previous new message</entry></row>
+<row><entry>previous-new-then-unread</entry><entry>ESC TAB</entry><entry>jump to the previous new or unread message</entry></row>
+<row><entry>previous-page</entry><entry>Z</entry><entry>move to the previous page</entry></row>
+<row><entry>previous-subthread</entry><entry>ESC p</entry><entry>jump to previous subthread</entry></row>
+<row><entry>previous-thread</entry><entry>ˆP</entry><entry>jump to previous thread</entry></row>
+<row><entry>previous-undeleted</entry><entry>k</entry><entry>move to the last undelete message</entry></row>
+<row><entry>previous-unread</entry><entry>not bound</entry><entry>jump to the previous unread message</entry></row>
+<row><entry>print-message</entry><entry>p</entry><entry>print the current entry</entry></row>
+<row><entry>query</entry><entry>Q</entry><entry>query external program for addresses</entry></row>
+<row><entry>quit</entry><entry>q</entry><entry>save changes to mailbox and quit</entry></row>
+<row><entry>read-subthread</entry><entry>ESC r</entry><entry>mark the current subthread as read</entry></row>
+<row><entry>read-thread</entry><entry>ˆR</entry><entry>mark the current thread as read</entry></row>
+<row><entry>recall-message</entry><entry>R</entry><entry>recall a postponed message</entry></row>
+<row><entry>reply</entry><entry>r</entry><entry>reply to a message</entry></row>
+<row><entry>resend-message</entry><entry>ESC e</entry><entry>resend message and preserve MIME structure</entry></row>
+<row><entry>save-message</entry><entry>s</entry><entry>save message/attachment to a file</entry></row>
+<row><entry>set-flag</entry><entry>w</entry><entry>set a status flag on a message</entry></row>
+<row><entry>show-version</entry><entry>V</entry><entry>show the Mutt version number and date</entry></row>
+<row><entry>show-limit</entry><entry>ESC l</entry><entry>show currently active limit pattern, if any</entry></row>
+<row><entry>sort-mailbox</entry><entry>o</entry><entry>sort messages</entry></row>
+<row><entry>sort-reverse</entry><entry>O</entry><entry>sort messages in reverse order</entry></row>
+<row><entry>sync-mailbox</entry><entry>$</entry><entry>save changes to mailbox</entry></row>
+<row><entry>tag-pattern</entry><entry>T</entry><entry>tag messages matching a pattern</entry></row>
+<row><entry>tag-thread</entry><entry>ESC t</entry><entry>tag/untag all messages in the current thread</entry></row>
+<row><entry>toggle-new</entry><entry>N</entry><entry>toggle a message's 'new' flag</entry></row>
+<row><entry>toggle-write</entry><entry>%</entry><entry>toggle whether the mailbox will be rewritten</entry></row>
+<row><entry>undelete-message</entry><entry>u</entry><entry>undelete the current entry</entry></row>
+<row><entry>undelete-pattern</entry><entry>U</entry><entry>undelete messages matching a pattern</entry></row>
+<row><entry>undelete-subthread</entry><entry>ESC u</entry><entry>undelete all messages in subthread</entry></row>
+<row><entry>undelete-thread</entry><entry>ˆU</entry><entry>undelete all messages in thread</entry></row>
+<row><entry>untag-pattern</entry><entry>ˆT</entry><entry>untag messages matching a pattern</entry></row>
+<row><entry>view-attachments</entry><entry>v</entry><entry>show MIME attachments</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>pager</title>
<para>
-<screen>
-bottom not bound jump to the bottom of the message
-bounce-message b remail a message to another user
-change-folder c open a different folder
-change-folder-readonly ESC c open a different folder in read only mode
-check-traditional-pgp ESC P check for classic pgp
-copy-message C copy a message to a file/mailbox
-create-alias a create an alias from a message sender
-decode-copy ESC C decode a message and copy it to a file/mailbox
-decode-save ESC s decode a message and save it to a file/mailbox
-delete-message d delete the current entry
-delete-subthread ESC d delete all messages in subthread
-delete-thread ^D delete all messages in thread
-display-address @ display full address of sender
-display-toggle-weed h display message and toggle header weeding
-edit e edit the current message
-edit-type ^E edit the current message's Content-Type
-enter-command : enter a muttrc command
-exit i return to the main-menu
-extract-keys ^K extract PGP public keys
-flag-message F toggle a message's 'important' flag
-forget-passphrase ^F wipe PGP passphrase from memory
-forward-message f forward a message with comments
-group-reply g reply to all recipients
-half-up not bound move up one-half page
-half-down not bound move down one-half page
-help ? this screen
-list-reply L reply to specified mailing list
-mail m compose a new mail message
-mail-key ESC k mail a PGP public key
-mark-as-new N toggle a message's 'new' flag
-next-line RET scroll down one line
-next-entry J move to the next entry
-next-new not bound jump to the next new message
-next-new-then-unread TAB jump to the next new or unread message
-next-page move to the next page
-next-subthread ESC n jump to the next subthread
-next-thread ^N jump to the next thread
-next-undeleted j move to the next undeleted message
-next-unread not bound jump to the next unread message
-parent-message P jump to parent message in thread
-pipe-message | pipe message/attachment to a shell command
-previous-line BackSpace scroll up one line
-previous-entry K move to the previous entry
-previous-new not bound jump to the previous new message
-previous-new-then-unread
- not bound jump to the previous new message
-previous-page - move to the previous page
-previous-subthread ESC p jump to previous subthread
-previous-thread ^P jump to previous thread
-previous-undeleted k move to the last undelete message
-previous-unread not bound jump to the previous unread message
-print-message p print the current entry
-quit Q save changes to mailbox and quit
-read-subthread ESC r mark the current subthread as read
-read-thread ^R mark the current thread as read
-recall-message R recall a postponed message
-redraw-screen ^L clear and redraw the screen
-reply r reply to a message
-save-message s save message/attachment to a file
-search / search for a regular expression
-search-next n search for next match
-search-opposite not bound search for next match in opposite direction
-search-reverse ESC / search backwards for a regular expression
-search-toggle \ toggle search pattern coloring
-shell-escape ! invoke a command in a subshell
-show-version V show the Mutt version number and date
-skip-quoted S skip beyond quoted text
-sync-mailbox $ save changes to mailbox
-tag-message t tag a message
-toggle-quoted T toggle display of quoted text
-top ^ jump to the top of the message
-undelete-message u undelete the current entry
-undelete-subthread ESC u undelete all messages in subthread
-undelete-thread ^U undelete all messages in thread
-view-attachments v show MIME attachments
-</screen>
+<table>
+<title>Default pager menu function bindings</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Function</entry><entry>Default key</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>bottom</entry><entry>not bound</entry><entry>jump to the bottom of the message</entry></row>
+<row><entry>bounce-message</entry><entry>b</entry><entry>remail a message to another user</entry></row>
+<row><entry>change-folder</entry><entry>c</entry><entry>open a different folder</entry></row>
+<row><entry>change-folder-readonly</entry><entry>ESC c</entry><entry>open a different folder in read only mode</entry></row>
+<row><entry>check-traditional-pgp</entry><entry>ESC P</entry><entry>check for classic pgp</entry></row>
+<row><entry>copy-message</entry><entry>C</entry><entry>copy a message to a file/mailbox</entry></row>
+<row><entry>create-alias</entry><entry>a</entry><entry>create an alias from a message sender</entry></row>
+<row><entry>decode-copy</entry><entry>ESC C</entry><entry>decode a message and copy it to a file/mailbox</entry></row>
+<row><entry>decode-save</entry><entry>ESC s</entry><entry>decode a message and save it to a file/mailbox</entry></row>
+<row><entry>delete-message</entry><entry>d</entry><entry>delete the current entry</entry></row>
+<row><entry>delete-subthread</entry><entry>ESC d</entry><entry>delete all messages in subthread</entry></row>
+<row><entry>delete-thread</entry><entry>ˆD</entry><entry>delete all messages in thread</entry></row>
+<row><entry>display-address</entry><entry>@</entry><entry>display full address of sender</entry></row>
+<row><entry>display-toggle-weed</entry><entry>h</entry><entry>display message and toggle header weeding</entry></row>
+<row><entry>edit</entry><entry>e</entry><entry>edit the current message</entry></row>
+<row><entry>edit-type</entry><entry>ˆE</entry><entry>edit the current message's Content-Type</entry></row>
+<row><entry>enter-command</entry><entry>:</entry><entry>enter a muttrc command</entry></row>
+<row><entry>exit</entry><entry>i</entry><entry>return to the main-menu</entry></row>
+<row><entry>extract-keys</entry><entry>ˆK</entry><entry>extract PGP public keys</entry></row>
+<row><entry>flag-message</entry><entry>F</entry><entry>toggle a message's 'important' flag</entry></row>
+<row><entry>forget-passphrase</entry><entry>ˆF</entry><entry>wipe PGP passphrase from memory</entry></row>
+<row><entry>forward-message</entry><entry>f</entry><entry>forward a message with comments</entry></row>
+<row><entry>group-reply</entry><entry>g</entry><entry>reply to all recipients</entry></row>
+<row><entry>half-up</entry><entry>not bound</entry><entry>move up one-half page</entry></row>
+<row><entry>half-down</entry><entry>not bound</entry><entry>move down one-half page</entry></row>
+<row><entry>help</entry><entry>?</entry><entry>this screen</entry></row>
+<row><entry>list-reply</entry><entry>L</entry><entry>reply to specified mailing list</entry></row>
+<row><entry>mail</entry><entry>m</entry><entry>compose a new mail message</entry></row>
+<row><entry>mail-key</entry><entry>ESC k</entry><entry>mail a PGP public key</entry></row>
+<row><entry>mark-as-new</entry><entry>N</entry><entry>toggle a message's 'new' flag</entry></row>
+<row><entry>next-line</entry><entry>RET</entry><entry>scroll down one line</entry></row>
+<row><entry>next-entry</entry><entry>J</entry><entry>move to the next entry</entry></row>
+<row><entry>next-new</entry><entry>not bound</entry><entry>jump to the next new message</entry></row>
+<row><entry>next-new-then-unread</entry><entry>TAB</entry><entry>jump to the next new or unread message</entry></row>
+<row><entry>next-page</entry><entry>not bound</entry><entry>move to the next page</entry></row>
+<row><entry>next-subthread</entry><entry>ESC n</entry><entry>jump to the next subthread</entry></row>
+<row><entry>next-thread</entry><entry>ˆN</entry><entry>jump to the next thread</entry></row>
+<row><entry>next-undeleted</entry><entry>j</entry><entry>move to the next undeleted message</entry></row>
+<row><entry>next-unread</entry><entry>not bound</entry><entry>jump to the next unread message</entry></row>
+<row><entry>parent-message</entry><entry>P</entry><entry>jump to parent message in thread</entry></row>
+<row><entry>pipe-message</entry><entry>|</entry><entry>pipe message/attachment to a shell command</entry></row>
+<row><entry>previous-line</entry><entry>BackSpace</entry><entry>scroll up one line</entry></row>
+<row><entry>previous-entry</entry><entry>K</entry><entry>move to the previous entry</entry></row>
+<row><entry>previous-new</entry><entry>not bound</entry><entry>jump to the previous new message</entry></row>
+<row><entry>previous-new-then-unread</entry><entry>not bound</entry><entry>jump to the previous new message</entry></row>
+<row><entry>previous-page</entry><entry>-</entry><entry>move to the previous page</entry></row>
+<row><entry>previous-subthread</entry><entry>ESC p</entry><entry>jump to previous subthread</entry></row>
+<row><entry>previous-thread</entry><entry>ˆP</entry><entry>jump to previous thread</entry></row>
+<row><entry>previous-undeleted</entry><entry>k</entry><entry>move to the last undelete message</entry></row>
+<row><entry>previous-unread</entry><entry>not bound</entry><entry>jump to the previous unread message</entry></row>
+<row><entry>print-message</entry><entry>p</entry><entry>print the current entry</entry></row>
+<row><entry>quit</entry><entry>Q</entry><entry>save changes to mailbox and quit</entry></row>
+<row><entry>read-subthread</entry><entry>ESC r</entry><entry>mark the current subthread as read</entry></row>
+<row><entry>read-thread</entry><entry>ˆR</entry><entry>mark the current thread as read</entry></row>
+<row><entry>recall-message</entry><entry>R</entry><entry>recall a postponed message</entry></row>
+<row><entry>redraw-screen</entry><entry>ˆL</entry><entry>clear and redraw the screen</entry></row>
+<row><entry>reply</entry><entry>r</entry><entry>reply to a message</entry></row>
+<row><entry>save-message</entry><entry>s</entry><entry>save message/attachment to a file</entry></row>
+<row><entry>search</entry><entry>/</entry><entry>search for a regular expression</entry></row>
+<row><entry>search-next</entry><entry>n</entry><entry>search for next match</entry></row>
+<row><entry>search-opposite</entry><entry>not bound</entry><entry>search for next match in opposite direction</entry></row>
+<row><entry>search-reverse</entry><entry>ESC /</entry><entry>search backwards for a regular expression</entry></row>
+<row><entry>search-toggle</entry><entry>\</entry><entry>toggle search pattern coloring</entry></row>
+<row><entry>shell-escape</entry><entry>!</entry><entry>invoke a command in a subshell</entry></row>
+<row><entry>show-version</entry><entry>V</entry><entry>show the Mutt version number and date</entry></row>
+<row><entry>skip-quoted</entry><entry>S</entry><entry>skip beyond quoted text</entry></row>
+<row><entry>sync-mailbox</entry><entry>$</entry><entry>save changes to mailbox</entry></row>
+<row><entry>tag-message</entry><entry>t</entry><entry>tag a message</entry></row>
+<row><entry>toggle-quoted</entry><entry>T</entry><entry>toggle display of quoted text</entry></row>
+<row><entry>top</entry><entry>ˆ</entry><entry>jump to the top of the message</entry></row>
+<row><entry>undelete-message</entry><entry>u</entry><entry>undelete the current entry</entry></row>
+<row><entry>undelete-subthread</entry><entry>ESC u</entry><entry>undelete all messages in subthread</entry></row>
+<row><entry>undelete-thread</entry><entry>ˆU</entry><entry>undelete all messages in thread</entry></row>
+<row><entry>view-attachments</entry><entry>v</entry><entry>show MIME attachments</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>alias</title>
<para>
-<screen>
-search / search for a regular expression
-search-next n search for next match
-search-reverse ESC / search backwards for a regular expression
-</screen>
+<table>
+<title>Default alias menu function bindings</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Function</entry><entry>Default key</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>search</entry><entry>/</entry><entry>search for a regular expression</entry></row>
+<row><entry>search-next</entry><entry>n</entry><entry>search for next match</entry></row>
+<row><entry>search-reverse</entry><entry>ESC /</entry><entry>search backwards for a regular expression</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>query</title>
<para>
-<screen>
-create-alias a create an alias from a message sender
-mail m compose a new mail message
-query Q query external program for addresses
-query-append A append new query results to current results
-search / search for a regular expression
-search-next n search for next match
-search-opposite not bound search for next match in opposite direction
-search-reverse ESC / search backwards for a regular expression
-</screen>
+<table>
+<title>Default query menu function bindings</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Function</entry><entry>Default key</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>create-alias</entry><entry>a</entry><entry>create an alias from a message sender</entry></row>
+<row><entry>mail</entry><entry>m</entry><entry>compose a new mail message</entry></row>
+<row><entry>query</entry><entry>Q</entry><entry>query external program for addresses</entry></row>
+<row><entry>query-append</entry><entry>A</entry><entry>append new query results to current results</entry></row>
+<row><entry>search</entry><entry>/</entry><entry>search for a regular expression</entry></row>
+<row><entry>search-next</entry><entry>n</entry><entry>search for next match</entry></row>
+<row><entry>search-opposite</entry><entry>not bound</entry><entry>search for next match in opposite direction</entry></row>
+<row><entry>search-reverse</entry><entry>ESC /</entry><entry>search backwards for a regular expression</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>attach</title>
<para>
-<screen>
-bounce-message b remail a message to another user
-collapse-parts v toggle display of subparts
-delete-entry d delete the current entry
-display-toggle-weed h display message and toggle header weeding
-edit-type ^E edit the current entry's Content-Type
-extract-keys ^K extract PGP public keys
-forward-message f forward a message with comments
-group-reply g reply to all recipients
-list-reply L reply to specified mailing list
-pipe-entry | pipe message/attachment to a shell command
-print-entry p print the current entry
-reply r reply to a message
-resend-message ESC e resend message and preserve MIME structure
-save-entry s save message/attachment to a file
-undelete-entry u undelete the current entry
-view-attach RET view attachment using mailcap entry if necessary
-view-mailcap m force viewing of attachment using mailcap
-view-text T view attachment as text
-</screen>
+<table>
+<title>Default attach menu function bindings</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Function</entry><entry>Default key</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>bounce-message</entry><entry>b</entry><entry>remail a message to another user</entry></row>
+<row><entry>collapse-parts</entry><entry>v</entry><entry>toggle display of subparts</entry></row>
+<row><entry>delete-entry</entry><entry>d</entry><entry>delete the current entry</entry></row>
+<row><entry>display-toggle-weed</entry><entry>h</entry><entry>display message and toggle header weeding</entry></row>
+<row><entry>edit-type</entry><entry>ˆE</entry><entry>edit the current entry's Content-Type</entry></row>
+<row><entry>extract-keys</entry><entry>ˆK</entry><entry>extract PGP public keys</entry></row>
+<row><entry>forward-message</entry><entry>f</entry><entry>forward a message with comments</entry></row>
+<row><entry>group-reply</entry><entry>g</entry><entry>reply to all recipients</entry></row>
+<row><entry>list-reply</entry><entry>L</entry><entry>reply to specified mailing list</entry></row>
+<row><entry>pipe-entry</entry><entry>|</entry><entry>pipe message/attachment to a shell command</entry></row>
+<row><entry>print-entry</entry><entry>p</entry><entry>print the current entry</entry></row>
+<row><entry>reply</entry><entry>r</entry><entry>reply to a message</entry></row>
+<row><entry>resend-message</entry><entry>ESC e</entry><entry>resend message and preserve MIME structure</entry></row>
+<row><entry>save-entry</entry><entry>s</entry><entry>save message/attachment to a file</entry></row>
+<row><entry>undelete-entry</entry><entry>u</entry><entry>undelete the current entry</entry></row>
+<row><entry>view-attach</entry><entry>RET</entry><entry>view attachment using mailcap entry if necessary</entry></row>
+<row><entry>view-mailcap</entry><entry>m</entry><entry>force viewing of attachment using mailcap</entry></row>
+<row><entry>view-text</entry><entry>T</entry><entry>view attachment as text</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>compose</title>
<para>
-<screen>
-attach-file a attach a file(s) to this message
-attach-message A attach message(s) to this message
-attach-key ESC k attach a PGP public key
-copy-file C save message/attachment to a file
-detach-file D delete the current entry
-display-toggle-weed h display message and toggle header weeding
-edit-bcc b edit the BCC list
-edit-cc c edit the CC list
-edit-description d edit attachment description
-edit-encoding ^E edit attachment transfer-encoding
-edit-fcc f enter a file to save a copy of this message in
-edit-from ESC f edit the from: field
-edit-file ^X e edit the file to be attached
-edit-headers E edit the message with headers
-edit e edit the message
-edit-mime m edit attachment using mailcap entry
-edit-reply-to r edit the Reply-To field
-edit-subject s edit the subject of this message
-edit-to t edit the TO list
-edit-type ^T edit attachment type
-filter-entry F filter attachment through a shell command
-forget-passphrase ^F wipe PGP passphrase from memory
-ispell i run ispell on the message
-new-mime n compose new attachment using mailcap entry
-pgp-menu p show PGP options
-pipe-entry | pipe message/attachment to a shell command
-postpone-message P save this message to send later
-print-entry l print the current entry
-rename-file R rename/move an attached file
-send-message y send the message
-toggle-unlink u toggle whether to delete file after sending it
-view-attach RET view attachment using mailcap entry if necessary
-write-fcc w write the message to a folder
-</screen>
+<table>
+<title>Default compose menu function bindings</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Function</entry><entry>Default key</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>attach-file</entry><entry>a</entry><entry>attach a file(s) to this message</entry></row>
+<row><entry>attach-message</entry><entry>A</entry><entry>attach message(s) to this message</entry></row>
+<row><entry>attach-key</entry><entry>ESC k</entry><entry>attach a PGP public key</entry></row>
+<row><entry>copy-file</entry><entry>C</entry><entry>save message/attachment to a file</entry></row>
+<row><entry>detach-file</entry><entry>D</entry><entry>delete the current entry</entry></row>
+<row><entry>display-toggle-weed</entry><entry>h</entry><entry>display message and toggle header weeding</entry></row>
+<row><entry>edit-bcc</entry><entry>b</entry><entry>edit the BCC list</entry></row>
+<row><entry>edit-cc</entry><entry>c</entry><entry>edit the CC list</entry></row>
+<row><entry>edit-description</entry><entry>d</entry><entry>edit attachment description</entry></row>
+<row><entry>edit-encoding</entry><entry>ˆE</entry><entry>edit attachment transfer-encoding</entry></row>
+<row><entry>edit-fcc</entry><entry>f</entry><entry>enter a file to save a copy of this message in</entry></row>
+<row><entry>edit-from</entry><entry>ESC f</entry><entry>edit the from: field</entry></row>
+<row><entry>edit-file</entry><entry>ˆX e</entry><entry>edit the file to be attached</entry></row>
+<row><entry>edit-headers</entry><entry>E</entry><entry>edit the message with headers</entry></row>
+<row><entry>edit</entry><entry>e</entry><entry>edit the message</entry></row>
+<row><entry>edit-mime</entry><entry>m</entry><entry>edit attachment using mailcap entry</entry></row>
+<row><entry>edit-reply-to</entry><entry>r</entry><entry>edit the Reply-To field</entry></row>
+<row><entry>edit-subject</entry><entry>s</entry><entry>edit the subject of this message</entry></row>
+<row><entry>edit-to</entry><entry>t</entry><entry>edit the TO list</entry></row>
+<row><entry>edit-type</entry><entry>ˆT</entry><entry>edit attachment type</entry></row>
+<row><entry>filter-entry</entry><entry>F</entry><entry>filter attachment through a shell command</entry></row>
+<row><entry>forget-passphrase</entry><entry>ˆF</entry><entry>wipe PGP passphrase from memory</entry></row>
+<row><entry>ispell</entry><entry>i</entry><entry>run ispell on the message</entry></row>
+<row><entry>new-mime</entry><entry>n</entry><entry>compose new attachment using mailcap entry</entry></row>
+<row><entry>pgp-menu</entry><entry>p</entry><entry>show PGP options</entry></row>
+<row><entry>pipe-entry</entry><entry>|</entry><entry>pipe message/attachment to a shell command</entry></row>
+<row><entry>postpone-message</entry><entry>P</entry><entry>save this message to send later</entry></row>
+<row><entry>print-entry</entry><entry>l</entry><entry>print the current entry</entry></row>
+<row><entry>rename-file</entry><entry>R</entry><entry>rename/move an attached file</entry></row>
+<row><entry>send-message</entry><entry>y</entry><entry>send the message</entry></row>
+<row><entry>toggle-unlink</entry><entry>u</entry><entry>toggle whether to delete file after sending it</entry></row>
+<row><entry>view-attach</entry><entry>RET</entry><entry>view attachment using mailcap entry if necessary</entry></row>
+<row><entry>write-fcc</entry><entry>w</entry><entry>write the message to a folder</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>postpone</title>
<para>
-<screen>
-delete-entry d delete the current entry
-undelete-entry u undelete the current entry
-</screen>
+<table>
+<title>Default postpone menu function bindings</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Function</entry><entry>Default key</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>delete-entry</entry><entry>d</entry><entry>delete the current entry</entry></row>
+<row><entry>undelete-entry</entry><entry>u</entry><entry>undelete the current entry</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>browser</title>
<para>
-<screen>
-change-dir c change directories
-check-new TAB check mailboxes for new mail
-enter-mask m enter a file mask
-search / search for a regular expression
-search-next n search for next match
-search-reverse ESC / search backwards for a regular expression
-select-new N select a new file in this directory
-sort o sort messages
-sort-reverse O sort messages in reverse order
-toggle-mailboxes TAB toggle whether to browse mailboxes or all files
-view-file SPACE view file
-subscribe s subscribe to current mailbox (IMAP Only)
-unsubscribe u unsubscribe to current mailbox (IMAP Only)
-toggle-subscribed T toggle view all/subscribed mailboxes (IMAP Only)
-</screen>
+<table>
+<title>Default browser menu function bindings</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Function</entry><entry>Default key</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>change-dir</entry><entry>c</entry><entry>change directories</entry></row>
+<row><entry>check-new</entry><entry>TAB</entry><entry>check mailboxes for new mail</entry></row>
+<row><entry>enter-mask</entry><entry>m</entry><entry>enter a file mask</entry></row>
+<row><entry>search</entry><entry>/</entry><entry>search for a regular expression</entry></row>
+<row><entry>search-next</entry><entry>n</entry><entry>search for next match</entry></row>
+<row><entry>search-reverse</entry><entry>ESC /</entry><entry>search backwards for a regular expression</entry></row>
+<row><entry>select-new</entry><entry>N</entry><entry>select a new file in this directory</entry></row>
+<row><entry>sort</entry><entry>o</entry><entry>sort messages</entry></row>
+<row><entry>sort-reverse</entry><entry>O</entry><entry>sort messages in reverse order</entry></row>
+<row><entry>toggle-mailboxes</entry><entry>TAB</entry><entry>toggle whether to browse mailboxes or all files</entry></row>
+<row><entry>view-file</entry><entry>SPACE</entry><entry>view file</entry></row>
+<row><entry>subscribe</entry><entry>s</entry><entry>subscribe to current mailbox (IMAP Only)</entry></row>
+<row><entry>unsubscribe</entry><entry>u</entry><entry>unsubscribe to current mailbox (IMAP Only)</entry></row>
+<row><entry>toggle-subscribed</entry><entry>T</entry><entry>toggle view all/subscribed mailboxes (IMAP Only)</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>pgp</title>
<para>
-<screen>
-view-name % view the key's user id
-verify-key c verify a PGP public key
-</screen>
+<table>
+<title>Default pgp menu function bindings</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Function</entry><entry>Default key</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>view-name</entry><entry>%</entry><entry>view the key's user id</entry></row>
+<row><entry>verify-key</entry><entry>c</entry><entry>verify a PGP public key</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
-</sect3>
+</sect2>
-<sect3>
+<sect2>
<title>editor</title>
<para>
-<screen>
-backspace BackSpace delete the char in front of the cursor
-backward-char ^B move the cursor one character to the left
-backward-word ESC b move the cursor to the previous word
-bol ^A jump to the beginning of the line
-buffy-cycle Space cycle among incoming mailboxes
-capitalize-word ESC c uppercase the first character in the word
-complete TAB complete filename or alias
-complete-query ^T complete address with query
-delete-char ^D delete the char under the cursor
-downcase-word ESC l lowercase all characters in current word
-eol ^E jump to the end of the line
-forward-char ^F move the cursor one character to the right
-forward-word ESC f move the cursor to the next word
-history-down not bound scroll down through the history list
-history-up not bound scroll up through the history list
-kill-eol ^K delete chars from cursor to end of line
-kill-eow ESC d delete chars from cursor to end of word
-kill-line ^U delete all chars on the line
-kill-word ^W delete the word in front of the cursor
-quote-char ^V quote the next typed key
-transpose-chars not bound transpose character under cursor with previous
-upcase-word ESC u uppercase all characters in current word
-</screen>
+<table>
+<title>Default editor function bindings</title>
+<tgroup cols="3">
+<thead>
+<row><entry>Function</entry><entry>Default key</entry><entry>Description</entry></row>
+</thead>
+<tbody>
+<row><entry>backspace</entry><entry>BackSpace</entry><entry>delete the char in front of the cursor</entry></row>
+<row><entry>backward-char</entry><entry>ˆB</entry><entry>move the cursor one character to the left</entry></row>
+<row><entry>backward-word</entry><entry>ESC b</entry><entry>move the cursor to the previous word</entry></row>
+<row><entry>bol</entry><entry>ˆA</entry><entry>jump to the beginning of the line</entry></row>
+<row><entry>buffy-cycle</entry><entry>Space</entry><entry>cycle among incoming mailboxes</entry></row>
+<row><entry>capitalize-word</entry><entry>ESC c</entry><entry>uppercase the first character in the word</entry></row>
+<row><entry>complete</entry><entry>TAB</entry><entry>complete filename or alias</entry></row>
+<row><entry>complete-query</entry><entry>ˆT</entry><entry>complete address with query</entry></row>
+<row><entry>delete-char</entry><entry>ˆD</entry><entry>delete the char under the cursor</entry></row>
+<row><entry>downcase-word</entry><entry>ESC l</entry><entry>lowercase all characters in current word</entry></row>
+<row><entry>eol</entry><entry>ˆE</entry><entry>jump to the end of the line</entry></row>
+<row><entry>forward-char</entry><entry>ˆF</entry><entry>move the cursor one character to the right</entry></row>
+<row><entry>forward-word</entry><entry>ESC f</entry><entry>move the cursor to the next word</entry></row>
+<row><entry>history-down</entry><entry>not bound</entry><entry>scroll down through the history list</entry></row>
+<row><entry>history-up</entry><entry>not bound</entry><entry>scroll up through the history list</entry></row>
+<row><entry>kill-eol</entry><entry>ˆK</entry><entry>delete chars from cursor to end of line</entry></row>
+<row><entry>kill-eow</entry><entry>ESC d</entry><entry>delete chars from cursor to end of word</entry></row>
+<row><entry>kill-line</entry><entry>ˆU</entry><entry>delete all chars on the line</entry></row>
+<row><entry>kill-word</entry><entry>ˆW</entry><entry>delete the word in front of the cursor</entry></row>
+<row><entry>quote-char</entry><entry>ˆV</entry><entry>quote the next typed key</entry></row>
+<row><entry>transpose-chars</entry><entry>not bound</entry><entry>transpose character under cursor with previous</entry></row>
+<row><entry>upcase-word</entry><entry>ESC u</entry><entry>uppercase all characters in current word</entry></row>
+</tbody>
+</tgroup>
+</table>
</para>
-</sect3>
-
</sect2>
</sect1>
-<sect1 id="miscellany">
+</chapter>
+
+<chapter id="miscellany">
<title>Miscellany</title>
-<sect2>
+<sect1 id="acknowledgements">
<title>Acknowledgements</title>
<para>
-Kari Hurtta <ulink url="mailto:kari.hurtta@fmi.fi"><kari.hurtta@fmi.fi></ulink>
+Kari Hurtta <email>kari.hurtta@fmi.fi</email>
co-developed the original MIME parsing code back in the ELM-ME days.
</para>
The following people have been very helpful to the development of Mutt:
<simplelist>
-<member>Vikas Agnihotri <ulink url="mailto:vikasa@writeme.com"><vikasa@writeme.com></ulink>,</member>
+<member>Vikas Agnihotri <email>vikasa@writeme.com</email>,</member>
-<member>Francois Berjon <ulink url="mailto:Francois.Berjon@aar.alcatel-alsthom.fr"><Francois.Berjon@aar.alcatel-alsthom.fr></ulink>,</member>
+<member>Francois Berjon <email>Francois.Berjon@aar.alcatel-alsthom.fr</email>,</member>
-<member>Aric Blumer <ulink url="mailto:aric@fore.com"><aric@fore.com></ulink>,</member>
+<member>Aric Blumer <email>aric@fore.com</email>,</member>
-<member>John Capo <ulink url="mailto:jc@irbs.com"><jc@irbs.com></ulink>,</member>
+<member>John Capo <email>jc@irbs.com</email>,</member>
-<member>David Champion <ulink url="mailto:dgc@uchicago.edu"><dgc@uchicago.edu></ulink>,</member>
+<member>David Champion <email>dgc@uchicago.edu</email>,</member>
-<member>Brendan Cully <ulink url="mailto:brendan@kublai.com"><brendan@kublai.com></ulink>,</member>
+<member>Brendan Cully <email>brendan@kublai.com</email>,</member>
-<member>Liviu Daia <ulink url="mailto:daia@stoilow.imar.ro"><daia@stoilow.imar.ro></ulink>,</member>
+<member>Liviu Daia <email>daia@stoilow.imar.ro</email>,</member>
-<member>Thomas E. Dickey <ulink url="mailto:dickey@herndon4.his.com"><dickey@herndon4.his.com></ulink>,</member>
+<member>Thomas E. Dickey <email>dickey@herndon4.his.com</email>,</member>
-<member>David DeSimone <ulink url="mailto:fox@convex.hp.com"><fox@convex.hp.com></ulink>,</member>
+<member>David DeSimone <email>fox@convex.hp.com</email>,</member>
-<member>Nickolay N. Dudorov <ulink url="mailto:nnd@wint.itfs.nsk.su"><nnd@wint.itfs.nsk.su></ulink>,</member>
+<member>Nickolay N. Dudorov <email>nnd@wint.itfs.nsk.su</email>,</member>
-<member>Ruslan Ermilov <ulink url="mailto:ru@freebsd.org"><ru@freebsd.org></ulink>,</member>
+<member>Ruslan Ermilov <email>ru@freebsd.org</email>,</member>
-<member>Edmund Grimley Evans <ulink url="mailto:edmundo@rano.org"><edmundo@rano.org></ulink>,</member>
+<member>Edmund Grimley Evans <email>edmundo@rano.org</email>,</member>
-<member>Michael Finken <ulink url="mailto:finken@conware.de"><finken@conware.de></ulink>,</member>
+<member>Michael Finken <email>finken@conware.de</email>,</member>
-<member>Sven Guckes <ulink url="mailto:guckes@math.fu-berlin.de"><guckes@math.fu-berlin.de></ulink>,</member>
+<member>Sven Guckes <email>guckes@math.fu-berlin.de</email>,</member>
-<member>Lars Hecking <ulink url="mailto:lhecking@nmrc.ie"><lhecking@nmrc.ie></ulink>,</member>
+<member>Lars Hecking <email>lhecking@nmrc.ie</email>,</member>
-<member>Mark Holloman <ulink url="mailto:holloman@nando.net"><holloman@nando.net></ulink>,</member>
+<member>Mark Holloman <email>holloman@nando.net</email>,</member>
-<member>Andreas Holzmann <ulink url="mailto:holzmann@fmi.uni-passau.de"><holzmann@fmi.uni-passau.de></ulink>,</member>
+<member>Andreas Holzmann <email>holzmann@fmi.uni-passau.de</email>,</member>
-<member>Marco d'Itri <ulink url="mailto:md@linux.it"><md@linux.it></ulink>,</member>
+<member>Marco d'Itri <email>md@linux.it</email>,</member>
-<member>Björn Jacke <ulink url="mailto:bjacke@suse.com"><bjacke@suse.com></ulink>,</member>
+<member>Björn Jacke <email>bjacke@suse.com</email>,</member>
-<member>Byrial Jensen <ulink url="mailto:byrial@image.dk"><byrial@image.dk></ulink>,</member>
+<member>Byrial Jensen <email>byrial@image.dk</email>,</member>
-<member>David Jeske <ulink url="mailto:jeske@igcom.net"><jeske@igcom.net></ulink>,</member>
+<member>David Jeske <email>jeske@igcom.net</email>,</member>
-<member>Christophe Kalt <ulink url="mailto:kalt@hugo.int-evry.fr"><kalt@hugo.int-evry.fr></ulink>,</member>
+<member>Christophe Kalt <email>kalt@hugo.int-evry.fr</email>,</member>
-<member>Tommi Komulainen <ulink url="mailto:Tommi.Komulainen@iki.fi"><Tommi.Komulainen@iki.fi></ulink>,</member>
+<member>Tommi Komulainen <email>Tommi.Komulainen@iki.fi</email>,</member>
-<member>Felix von Leitner (a.k.a ``Fefe'') <ulink url="mailto:leitner@math.fu-berlin.de"><leitner@math.fu-berlin.de></ulink>,</member>
+<member>Felix von Leitner (a.k.a ``Fefe'') <email>leitner@math.fu-berlin.de</email>,</member>
-<member>Brandon Long <ulink url="mailto:blong@fiction.net"><blong@fiction.net></ulink>,</member>
+<member>Brandon Long <email>blong@fiction.net</email>,</member>
-<member>Jimmy Mäkelä <ulink url="mailto:jmy@flashback.net"><jmy@flashback.net></ulink>,</member>
+<member>Jimmy Mäkelä <email>jmy@flashback.net</email>,</member>
-<member>Lars Marowsky-Bree <ulink url="mailto:lmb@pointer.in-minden.de"><lmb@pointer.in-minden.de></ulink>,</member>
+<member>Lars Marowsky-Bree <email>lmb@pointer.in-minden.de</email>,</member>
-<member>Thomas ``Mike'' Michlmayr <ulink url="mailto:mike@cosy.sbg.ac.at"><mike@cosy.sbg.ac.at></ulink>,</member>
+<member>Thomas ``Mike'' Michlmayr <email>mike@cosy.sbg.ac.at</email>,</member>
-<member>Andrew W. Nosenko <ulink url="mailto:awn@bcs.zp.ua"><awn@bcs.zp.ua></ulink>,</member>
+<member>Andrew W. Nosenko <email>awn@bcs.zp.ua</email>,</member>
-<member>David O'Brien <ulink url="mailto:obrien@Nuxi.cs.ucdavis.edu"><obrien@Nuxi.cs.ucdavis.edu></ulink>,</member>
+<member>David O'Brien <email>obrien@Nuxi.cs.ucdavis.edu</email>,</member>
-<member>Clint Olsen <ulink url="mailto:olsenc@ichips.intel.com"><olsenc@ichips.intel.com></ulink>,</member>
+<member>Clint Olsen <email>olsenc@ichips.intel.com</email>,</member>
-<member>Park Myeong Seok <ulink url="mailto:pms@romance.kaist.ac.kr"><pms@romance.kaist.ac.kr></ulink>,</member>
+<member>Park Myeong Seok <email>pms@romance.kaist.ac.kr</email>,</member>
-<member>Thomas Parmelan <ulink url="mailto:tom@ankh.fr.eu.org"><tom@ankh.fr.eu.org></ulink>,</member>
+<member>Thomas Parmelan <email>tom@ankh.fr.eu.org</email>,</member>
-<member>Ollivier Robert <ulink url="mailto:roberto@keltia.freenix.fr"><roberto@keltia.freenix.fr></ulink>,</member>
+<member>Ollivier Robert <email>roberto@keltia.freenix.fr</email>,</member>
-<member>Thomas Roessler <ulink url="mailto:roessler@does-not-exist.org"><roessler@does-not-exist.org></ulink>,</member>
+<member>Thomas Roessler <email>roessler@does-not-exist.org</email>,</member>
-<member>Roland Rosenfeld <ulink url="mailto:roland@spinnaker.de"><roland@spinnaker.de></ulink>,</member>
+<member>Roland Rosenfeld <email>roland@spinnaker.de</email>,</member>
-<member>TAKIZAWA Takashi <ulink url="mailto:taki@luna.email.ne.jp"><taki@luna.email.ne.jp></ulink>,</member>
+<member>TAKIZAWA Takashi <email>taki@luna.email.ne.jp</email>,</member>
-<member>Allain Thivillon <ulink url="mailto:Allain.Thivillon@alma.fr"><Allain.Thivillon@alma.fr></ulink>,</member>
+<member>Allain Thivillon <email>Allain.Thivillon@alma.fr</email>,</member>
-<member>Gero Treuner <ulink url="mailto:gero@70t.de"><gero@70t.de></ulink>,</member>
+<member>Gero Treuner <email>gero@70t.de</email>,</member>
-<member>Vsevolod Volkov <ulink url="mailto:vvv@lucky.net"><vvv@lucky.net></ulink>,</member>
+<member>Vsevolod Volkov <email>vvv@lucky.net</email>,</member>
-<member>Ken Weinert <ulink url="mailto:kenw@ihs.com"><kenw@ihs.com></ulink></member>
+<member>Ken Weinert <email>kenw@ihs.com</email></member>
</simplelist>
</para>
-</sect2>
+</sect1>
-<sect2>
+<sect1 id="about">
<title>About this document</title>
<para>
and then rendered using the <ulink url="http://xmlsoft.org/XSLT/">Gnome XSLT toolkit</ulink>.
</para>
-</sect2>
-
</sect1>
-</article>
+</chapter>
+
+</book>
+
+<!--
+vim:ft=xml
+-->