On Fri, Jun 05, 2020 at 16:15:10 +0200, mutt...@mail.com wrote: > What I'd like is that when I press '?' I get a list of *mailboxes* > rather than directories, because, as a user, I'm really not interested > in directories, I only want to know about mailboxes.
See the `mailboxes` command. mailboxes "+acct1/dir1" "+acct1/dir2" Mine is generated by `offlineimap`, but it could be generated with some `find | awk` as well. --Ben