]> granicus.if.org Git - mutt/commit
Change sidebar to only match $folder prefix on a $sidebar_divider_char. (closes ...
authorKevin McCarthy <kevin@8t8.us>
Sun, 16 Oct 2016 22:44:17 +0000 (15:44 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sun, 16 Oct 2016 22:44:17 +0000 (15:44 -0700)
commit2c28396ae2a837f22409edec5b8e385092f81f27
tree37676b254ff1bd7ec9c936f49fafb0dff3e64f76
parent598fc2954ccbb0767dd584cdec64f1714c07396a
Change sidebar to only match $folder prefix on a $sidebar_divider_char. (closes #3887)

The reporter had a $spoolfile of ~/Mailbox and a $folder of ~/Mail.
The sidebar was truncating the spoolfile to "ox" because it only
looked at a substring prefix match.
sidebar.c