- Andrew Maier <andrew@maier.name> [2005-09-06 12:01]:
Hi,
Hey Andrew!
yes I see a similar problem, I am also not able to use a / as a folder separator. Whatever I do, dovecot seems to insist in using a dot. This makes it impossible to set up mail to be read locally (e.g. with mutt) and remotely, using a imap client, which is what I want to do.
Well, you should be able to read mailboxes like
~/.maildir/.some.folder.here
with mutt locally (I've done that on a machine which runs Courier-IMAP).
Here's my ~/.muttrc from that machine: --8<-- set folder = ~/.maildir set mbox_type = Maildir set mbox = ~/.maildir set spoolfile = ~/.maildir set record = +.Sent unset move
mailboxes ! mailboxes +.Drafts mailboxes +.Templates mailboxes +.Trash mailboxes +.SomeFolder mailboxes +.SomeFolder.SomeSubFolder mailboxes +.OtherFolder mailboxes +.OtherFolder.OtherSubFolder --8<--
HTH
Wolfram Schlich