Hy, With the following .muttrc, I can list and access to the folders foo, bar, baz using "y" and "c?" :
set imap_authenticators = "login" set imap_passive = "no" set imap_check_subscribed = "yes" set imap_list_subscribed = "yes" set ssl_starttls = "yes" set spoolfile = imaps://zimbra.HOST set imap_user = USER set folder=imaps://zimbra.HOST/Inbox/ mailboxes = imaps://zimbra.HOST/Inbox/ mailboxes = imaps://zimbra.HOST/Inbox/foo mailboxes = imaps://zimbra.HOST/Inbox/bar mailboxes = imaps://zimbra.HOST/Inbox/baz So, I have put a "mailboxes" command for each folder foo,bar,baz I have noted that, with another account (Gmail), the folder are detected automatically, without having to use the "mailboxes" command, which is convenient. I would like to know if there were a way to have folder detected automatically with my zimbra.HOST account too? Thanks, David