From: Remco Rijnders <[email protected]>
---
init.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/init.h b/init.h
index dc4832b6..6fd1ddc6 100644
--- a/init.h
+++ b/init.h
@@ -3396,7 +3396,7 @@ struct option_t MuttVars[] = {
{ "sidebar_sort_method", DT_SORT|DT_SORT_SIDEBAR, R_SIDEBAR,
{.p=&SidebarSortMethod}, {.l=SORT_ORDER} },
/*
** .pp
- ** Specifies how to sort entries in the file browser. By default, the
+ ** Specifies how to sort mailbox entries in the sidebar. By default, the
** entries are sorted alphabetically. Valid values:
** .il
** .dd alpha (alphabetically)
@@ -3410,7 +3410,7 @@ struct option_t MuttVars[] = {
** .ie
** .pp
** You may optionally use the ``reverse-'' prefix to specify reverse sorting
- ** order (example: ``\fCset sort_browser=reverse-date\fP'').
+ ** order (example: ``\fCset sidebar_sort_method=reverse-alpha\fP'').
*/
{ "sidebar_use_mailbox_shortcuts", DT_BOOL, R_SIDEBAR,
{.l=OPTSIDEBARUSEMBSHORTCUTS}, {.l=0} },
/*
--
2.26.2