<replaceable class="parameter">mailbox</replaceable>
</arg>
</cmdsynopsis>
+
+ <para>
+ This command specifies mailboxes that will always be displayed
+ in the sidebar, even if <link
+ linkend="sidebar-new-mail-only">$sidebar_new_mail_only</link>
+ is set and the mailbox does not contain new mail.
+ </para>
</sect2>
<sect2 id="sidebar-colors">
*/
#endif
#ifdef USE_SIDEBAR
- { "sidebar_divider_char", DT_STR, R_SIDEBAR, UL &SidebarDividerChar, UL "|" },
- /*
- ** .pp
- ** This specifies the characters to be drawn between the sidebar (when
- ** visible) and the other Mutt panels. ASCII and Unicode line-drawing
- ** characters are supported.
- */
{ "sidebar_delim_chars", DT_STR, R_SIDEBAR, UL &SidebarDelimChars, UL "/." },
/*
** .pp
** .pp
** \fBSee also:\fP $$sidebar_short_path, $$sidebar_folder_indent, $$sidebar_indent_string.
*/
+ { "sidebar_divider_char", DT_STR, R_SIDEBAR, UL &SidebarDividerChar, UL "|" },
+ /*
+ ** .pp
+ ** This specifies the characters to be drawn between the sidebar (when
+ ** visible) and the other Mutt panels. ASCII and Unicode line-drawing
+ ** characters are supported.
+ */
{ "sidebar_folder_indent", DT_BOOL, R_SIDEBAR, OPTSIDEBARFOLDERINDENT, 0 },
/*
** .pp