}
strfcpy (buffer, NONULL (tmp->path), sizeof (buffer));
- mutt_pretty_mailbox (buffer, sizeof (buffer));
+ if (option (OPTBROWSERABBRMAILBOXES))
+ mutt_pretty_mailbox (buffer, sizeof (buffer));
#ifdef USE_IMAP
if (mx_is_imap (tmp->path))
** follow these menus. The option is \fIunset\fP by default because many
** visual terminals don't permit making the cursor invisible.
*/
+ { "browser_abbreviate_mailboxes", DT_BOOL, R_NONE, OPTBROWSERABBRMAILBOXES, 1 },
+ /*
+ ** .pp
+ ** When this variable is \fIset\fP, mutt will abbreviate mailbox
+ ** names in the browser mailbox list, using '~' and '='
+ ** shortcuts.
+ ** .pp
+ ** The default \fC"alpha"\fP setting of $$sort_browser uses
+ ** locale-based sorting (using \fCstrcoll(3)\fP), which ignores some
+ ** punctuation. This can lead to some situations where the order
+ ** doesn't make intuitive sense. In those cases, it may be
+ ** desirable to \fIunset\fP this variable.
+ */
#if defined(USE_SSL)
{ "certificate_file", DT_PATH, R_NONE, UL &SslCertFile, UL "~/.mutt_certificates" },
/*