<arg choice="opt" rep="repeat">
<replaceable class="parameter">mailbox</replaceable>
</arg>
+ <command>named-mailboxes</command>
+ <arg choice="plain">
+ <replaceable class="parameter">description</replaceable>
+ <arg choice="plain">
+ <replaceable class="parameter">mailbox</replaceable>
+ </arg>
+ </arg>
+ <group choice="req" rep="repeat">
+ <arg choice="plain">
+ <replaceable class="parameter">description</replaceable>
+ <arg choice="plain">
+ <replaceable class="parameter">mailbox</replaceable>
+ </arg>
+ </arg>
+ </group>
<command>unmailboxes</command>
<group choice="req">
<arg choice="plain">
</para>
<para>
The <quote>unmailboxes</quote> command is used to remove a token from
- the list of folders which receive mail. Use
- <quote>unmailboxes *</quote> to remove all tokens.
+ the list of folders which receive mail. <quote>unmailboxes</quote> can
+ be used on the mailbox path, <quote>$folder</quote>-abbreviated path,
+ or description. Use <quote>unmailboxes *</quote> to remove all
+ tokens.
</para>
<note>
<para>
<arg choice="opt" rep="repeat">
<replaceable class="parameter">mailbox</replaceable>
</arg>
+ <command>
+ <link linkend="mailboxes">named-mailboxes</link>
+ </command>
+ <arg choice="plain">
+ <replaceable class="parameter">description</replaceable>
+ </arg>
+ <arg choice="plain">
+ <replaceable class="parameter">mailbox</replaceable>
+ </arg>
+ <group choice="opt" rep="repeat">
+ <arg choice="plain">
+ <replaceable class="parameter">description mailbox</replaceable>
+ </arg>
+ </group>
<command>
<link linkend="mailboxes">unmailboxes</link>
</command>
{ "mime_lookup", parse_stailq, UL &MimeLookupList },
{ "mono", mutt_parse_mono, 0 },
{ "my_hdr", parse_my_hdr, 0 },
+ { "named-mailboxes", mutt_parse_mailboxes, MUTT_NAMED },
{ "nospam", parse_spam_list, MUTT_NOSPAM },
#ifdef USE_COMPRESSED
{ "open-hook", mutt_parse_hook, MUTT_OPEN_HOOK },