In mutt 1.5.23 with the sidebar patch applied, the first character of
each folder name in my sidebar is being dropped. "inbox" is displayed
as "nbox", "trash" becomes "rash", "root" shows as "oot", etc. It's
usable, but an annoyance.
Backing off to an older sidebar patch targeted at 1.5.22 [1] resolves
the problem. The full folder names are displayed.
Have others noticed this? Is there a better current fix than using the
sidebar patch targeted at 1.5.22?
Richard
[1]
https://raw.github.com/nedos/mutt-sidebar-patch/master/mutt-sidebar.patch
FreeBSD reverted what looks like the .23 targeted sidebar patch back to
what looks like the .22 targeted sidebar patch with a note that "sidebar
patch is buggy"
http://svnweb.freebsd.org/ports/head/mail/mutt/files/extra-patch-sidebar?view=log
Further details:
mutt 1.5.23 on Mac OS X 10.9.5, built via MacPorts (with variants
+gpgme+headercache+imap+pop+qdbm+sasl+sidebar+smtp+ssl+trash). I see
the problem running mutt under both iTerm.app and Terminal.app.
Building mutt with ncurses or slang doesn't change the outcome.
Sidebar muttrc items:
set sidebar_width=24
set sidebar_visible=yes
set sidebar_delim='|'
color sidebar_new yellow default
bind index \CP sidebar-prev
bind index \CN sidebar-next
bind index \CB sidebar-open
bind pager \CP sidebar-prev
bind pager \CN sidebar-next
bind pager \CB sidebar-open
macro index B '<enter-command>toggle sidebar_visible<enter><refresh>'
macro pager B '<enter-command>toggle sidebar_visible<enter><redraw-screen>'