On 2017-03-26 17:31, Arturo wrote:
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
Ah, thanks for the pointer. Perhaps that is why I chose to use full
paths instead that time. I use offlineimap and have all accounts in
~/Mail, so I can use:
set sidebar_new_mail_only = yes
sidebar_whitelist `printf '%q ' ~/Mail/*/{INBOX,*Sent*}`
This whitelists all of my INBOXes as well as my folders for sent mail,
including "Sent", "Sent Mail", "[GMail].Sent" and the like.
If you have a similar setup, you could do that too.
--
Kind regards
Flo