From: Kevin McCarthy Date: Thu, 8 Sep 2016 01:54:54 +0000 (-0700) Subject: Fix sidebar documentation a bit. (closes #3859) X-Git-Tag: neomutt-20170225~32^2~120^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff16833d5aa0cb5256eb4e1094743daa148a1550;p=neomutt Fix sidebar documentation a bit. (closes #3859) Sidebar_whitelist is a command, not a variable. Also add a blurb about what it does. Fix the sort order for $sidebar_divider_char and $sidebar_delim_chars. --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 4b7d37d86..46c152b7e 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -8207,11 +8207,6 @@ please have a look at the mixmaster documentation. boolean no - - sidebar_whitelist - list - (empty) - sidebar_width number @@ -8297,6 +8292,13 @@ please have a look at the mixmaster documentation. mailbox + + + This command specifies mailboxes that will always be displayed + in the sidebar, even if $sidebar_new_mail_only + is set and the mailbox does not contain new mail. + diff --git a/init.h b/init.h index 3f3f96d9d..3c4256c78 100644 --- a/init.h +++ b/init.h @@ -2693,13 +2693,6 @@ struct option_t MuttVars[] = { ** shell from \fC/etc/passwd\fP is used. */ #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 @@ -2718,6 +2711,13 @@ struct option_t MuttVars[] = { ** .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