]> granicus.if.org Git - neomutt/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)
committerRichard Russon <rich@flatcap.org>
Fri, 28 Oct 2016 10:12:20 +0000 (11:12 +0100)
commit0640ab75bf69424486e2b61ae7ac91f703be00a3
treeaa7af5811a1c73a86407bcd8a543190d2f96da59
parente8babc7248ba835a9eaffb8026d26e9a7ad5f49e
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