atom feed7 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Question about ma...
FromSent OnAttachments
Carl BaldwinSep 9, 2002 8:56 pm 
Peter C. NortonSep 9, 2002 9:29 pm 
Andy CiordiaSep 10, 2002 5:46 am 
Luc BrouardSep 10, 2002 7:24 am 
Carl BaldwinSep 10, 2002 10:32 am 
Peter C. NortonSep 10, 2002 12:29 pm 
Binand Raj S.Sep 11, 2002 7:22 am 
Subject:Re: [courier-users] Question about mail folder hierarchy.
From:Binand Raj S. (bin@gmx.net)
Date:Sep 11, 2002 7:22:41 am
List:net.sourceforge.lists.courier-users

On Tue, Sep 10, 2002 at 11:32:14AM -0600, Carl Baldwin wrote:

- It doesn't work with the mutt 'tunnel' variable. imapd should run by calling it from the command line and read/writing from its stdout/stdin. The tunnel variable specifies a command to be executed to run an imapd in this way on a remote (or even local) machine. mutt cannot login when using this method.

- I really want to run mutt on my maildir directories without going through imap. mutt is very fast in handling maildir directories especially doing regular expression searches and while imap is great for remote access to a mailbox I'm sorry to say that when I'm on a machine where the mailboxes are local imap slows this down considerably.

I have had some success with courier managed maildirs and mutt. Maybe these settings can help you (my home is /home/binand, mails land by default into /home/binand/Maildir, and I have a few sub folders there). Here are some settings:

set folder="/home/binand/Maildir" set spoolfile="/home/binand/Maildir" set mask="^\\.[^\\.]" set mbox_type="maildir"

Creating a folder is a problem; if I can find a way to ask mutt to use maildirmake to create a non-existent folder, then I am happy. :-)

Incidentally, the tunnel variable also works for me with mutt and courier. What is the exact problem you are facing? You need to have non-interactive login on the imap server setup for it to work. If your IMAP server is localhost, then you can just run /path/to/imapd Maildir as your tunnel command, I suppose.

Binand