Daniel Spannbauer <[email protected]> writes:
> Hmm, I log in with mutt over the dovecot imap, so a "c" shows exactly:
>
>
> 1 0 imap://d...@homedirs/
>
> 2 0 imap://d...@homedirs/.ADMIN
> 3 0 imap://d...@homedirs/.DOVECOT
> 4 0 imap://d...@homedirs/.Drafts
It looks like you have defined this list in your ~/.muttrc mailboxes
variable. The rawlog you showed later also indicates these mailboxes
do not exist.
What about this setting instead:
set folder=imap://d...@homedirs/
mailboxes \
=ADMIN \
=DOVECOT \
=Drafts \
... \
...
--
Nicolas