On 03/26, Florian Gamböck wrote: > Hi Aruto, > > On 2017-03-21 12:08, Arturo wrote: > > set imap_check_subscribed = yes " Checks/Shows all > > set sidebar_new_mail_only = yes " limits sidebar to new > > set sidebar_whitelist +Devel +Friends +Family " should show these > > regardless of new mail, right? > > sidebar_whitelist is actually a command, not a variable. Try it like: > > sidebar_whitelist +Devel +Friends +Family > > So, without "set" at the beginning, that is.
Hi, thank you, but that was actually a typo since I didn't copy/paste. Whoops! After a lot more trial and error and not getting it to work, I tried NeoMutt to see if I had the problem there as well and I did. As it turns out, the problem is that sidebar_whitelist does not expand + or = so it never finds the folders. Bug confirmed. The issue can be tracked here: https://github.com/neomutt/neomutt/issues/485 Thanks, Arturo