handling very large mailboxes
- To: mutt-users@xxxxxxxx
- Subject: handling very large mailboxes
- From: James <jtp@xxxxxxxxx>
- Date: Sun, 31 May 2009 09:51:16 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=xzWty8c/EX2qz2/cwR0wIOnakgWQw+0MxrBuMEPA4L4=; b=ePYE7X0yq1WLBc0fyM2Ob1k7FOqxSEoOqUgM+u5bJrjnY/q7mvnIWMp8MASZUXIlYY iyEqJtu092VcbZsRoQtj08XLEmmQjOQGocBwrrVlnJ0et6i3PfjaXaAht0puofwO6hdI vJ07v/XKVMNd7BUJ/+tXjIwEufkCAi8YnJdK0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type:content-transfer-encoding; b=hZ8SQSeVzk0l3+TVvcZtLjoCI6qtIcz4r8iznrCO2VcEjNaF84srt7sFk5WfyjVuYw EloMqtHHWUtFjH18BJw8JOS/2bcSlsS+YCtxFYKh5RwEeNyFHazx4CMsp8zSPJSShx1n NTxul+2WrOmb//7rZPXAFL8axlyZHowGmCoCA=
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- Sender: owner-mutt-users@xxxxxxxx
All,
I use procmail + mutt and am running into a problem that is limiting
my usage of mutt. Currently procmail sorts some very high volume
mailing lists into specific folders (mbox format). I'm using mutt as
an IMAP client and when I add these mailboxes to my .muttrc file, mutt
sometimes takes 5 to 10 minutes to fully load and sort all the
messages.
Worse, when the timer expires and mutt begins checking mailboxes for
new messages, the client freezes until the check is done.
Is there a way to "thread" or "background" the mail checking process
in mutt so that I don't have to deal with this problem? I could use a
third-party IMAP new mail checker, such as gbuffy, but I'd prefer to
use mutt if possible.
Thoughts? Ideas?
Thanks!
-j