Maildir vs sidebar patch

2009-10-21 Thread Andrey Zhidenkov
I canged a mbox to Maildir lately and have a problem. Sidebar patch don't
show list of mailboxes. It's empty. When I type 'c' and set mailbox manually,
it works, but sidebar don't see my boxes.

My mutt version is 1.5.20, i've installed it from FreeBSD ports with options:

make WITH_MUTT_MAILDIR_MTIME_PATCH=yes WITH_MUTT_NNTP=yes 
WITH_MUTT_IMAP_HEADER_CACHE=yes WITH_MUTT_MAILDIR_HEADER_CACHE=yes 
WITH_MUTT_EDIT_THREADS=yes WITH_MUTT_SIDEBAR_PATCH=yes install clean

What can I do to solve the problem?

A part of my ~/.muttrc, connected to maildir:

set mbox_type="Maildir"
set spoolfile=~/Maildir/default
set mbox=~/Maildir/default
set postponed=~/Maildir/postponed
set record=~/Maildir/sent

-- 


Re: mutt + imap + gprs

2009-10-21 Thread Jeffrey Ratcliffe
On Mon, Oct 19, 2009 at 12:31:48PM -0700, Brendan Cully wrote:
> Pressing a key wakes up mutt, and if it's been more than $mail_check
> seconds it'll go poll all your mailboxes before doing anything
> else. I'd recommend raise mail_check to 120 to poll mailboxes every
> two minutes instead of every 5 seconds (the default).

That did the trick.

Thanks for the help

Regards

Jeff