aerc/worker
Reto Brunner 61f1b229ec Skip non selectable mailboxes in directory listing
If a MailboxInfo has the attribute \Noselect,
it is not possible to use this name as a selectable mailbox.

Therefore it should not be passed to the directory handlers.
The issue pops up if one has a hierarchy like this:
INBOX
INBOX/lists/stuff
INBOX/lists/otherStuff

Even though lists is not a valid inbox (doesn't contain mail, only other maildirs)
it will show up in the directory listing, when we iterate over the MailboxInfo.

It does have the corresponding attribute set though and we can simply filter it out.
2019-05-26 12:52:24 -04:00
..
imap Skip non selectable mailboxes in directory listing 2019-05-26 12:52:24 -04:00
types Flesh out multipart switcher 2019-05-20 16:43:08 -04:00
worker.go Load IMAP worker for imap+insecure 2019-05-20 19:28:04 -04:00