<arg choice="opt" rep="repeat">
<replaceable class="parameter">mailbox</replaceable>
</arg>
+
+ <command>unsidebar_whitelist<anchor id="unsidebar-whitelist"/></command>
+ <arg choice="plain">
+ <replaceable class="parameter">*</replaceable>
+ </arg>
+ <arg choice="plain" rep="repeat">
+ <replaceable class="parameter">mailbox</replaceable>
+ </arg>
</cmdsynopsis>
<para>
linkend="sidebar-new-mail-only">$sidebar_new_mail_only</link>
is set and the mailbox does not contain new mail.
</para>
+
+ <para>
+ The <quote>unsidebar_whitelist</quote> command is used to remove a mailbox from
+ the list of whitelisted mailboxes. Use <quote>unsidebar_whitelist *</quote>
+ to remove all mailboxes.
+ </para>
</sect2>
<sect2 id="sidebar-colors">
<cmdsynopsis>
<command><link linkend="sidebar-whitelist">sidebar_whitelist</link></command>
<arg choice="plain">
-<replaceable class="parameter">item</replaceable>
+<replaceable class="parameter">mailbox</replaceable>
</arg>
+<arg choice="opt" rep="repeat">
+<replaceable class="parameter">mailbox</replaceable>
+</arg>
+
+<command><link linkend="unsidebar-whitelist">unsidebar_whitelist</link></command>
+<group choice="req">
<arg choice="plain">
-<replaceable class="parameter">command</replaceable>
+<replaceable class="parameter">*</replaceable>
</arg>
+<arg choice="plain" rep="repeat">
+<replaceable class="parameter">mailbox</replaceable>
+</arg>
+</group>
</cmdsynopsis>
</listitem>
+
<listitem>
<cmdsynopsis>
<command><link linkend="source">source</link></command>
{ "set", parse_set, 0 },
#ifdef USE_SIDEBAR
{ "sidebar_whitelist",parse_list, UL &SidebarWhitelist },
+ { "unsidebar_whitelist",parse_unlist, UL &SidebarWhitelist },
#endif
{ "source", parse_source, 0 },
{ "spam", parse_spam_list, MUTT_SPAM },