On Sat, May 11, 2002 at 03:56:22PM +0200, Michael Seiwert wrote:
> 
> Hi,
> 
> how to define imap mailboxes ???
> 
> mailboxes =inbox =inboxi.Archiv 
> 
> doesn't seem to work for me. The remote imap server is cyrus. The
> root mailbox is inbox.

does your 'folder' point to the imap server?

here's my relevant config:

set folder = imaps://user@box/Mail
mailboxes imaps://user@box/ `/home/dan/bin/getmailboxes`

and getmailboxes is this:
------------------------------------
#!/bin/sh

for x in `ssh box ls Mail/In`; do
  echo -n =In/$x
  echo -n ' '
done
------------------------------------

so my mailboxes is set to my inbox and everything in the ~/Mail/In/
folder...

HTH!

:)

-- 
Dan Boger
[EMAIL PROTECTED]

Attachment: msg27991/pgp00000.pgp
Description: PGP signature

Reply via email to