]> granicus.if.org Git - neomutt/commit
Add $browser_abbreviate_mailboxes.
authorKevin McCarthy <kevin@8t8.us>
Thu, 19 Apr 2018 20:51:07 +0000 (13:51 -0700)
committerRichard Russon <rich@flatcap.org>
Thu, 19 Apr 2018 20:51:07 +0000 (13:51 -0700)
commit3414d5de2c4ad4bf82955d69797b6639e9d19842
tree5906989110c50381ccfac225e1f52560bba5aeb3
parentb583e9f95487299c8739a8322d61cfeb5976e21d
Add $browser_abbreviate_mailboxes.

This allows '=' and '~' mailboxes shortcuts to be turned off in the
browser mailbox list.

The default $sort_browser value of "alpha" uses strcoll(3), which
ignores some punctuation.  When using multiple accounts with
dynamically changing values of $folder, this can lead to an
unintuitive sorting order.  (See issue #22 for an example.)

This problem came about because of commit 8328ce68, which enabled
mutt_pretty_mailbox() calls for IMAP and POP mailboxes too.  The
commit had a valid point about consistency and too-wide mailbox
listings, so I don't really want to revert it.

This option provides an alternative to completely enable/disable the
shortcuts for those who run into an issue.
browser.c
init.h
options.h