From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4091 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?q?Stefan_Reich=F6r?= Newsgroups: gmane.emacs.gnus.user Subject: Re: Lots of open() calls with nnmaildir Date: 09 Sep 2004 21:51:50 +0200 Organization: UTA Telekom AG (Customer) Message-ID: <87u0u72pbd.fsf@utanet.at> References: <87zn47sdwy.fsf@gimpster.sg.bnaa.dk> <87n006m7t7.fsf@gimpster.sg.bnaa.dk> <877jrat2h2.fsf@gimpster.sg.bnaa.dk> <87d60wkp02.fsf@guti.no-ip.org> <87isanvlkc.fsf@daimi.au.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138670089 21763 80.91.229.2 (31 Jan 2006 01:14:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:14:49 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:33:13 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!newsfeed.wirehub.nl!217.19.16.136.MISMATCH!news.cambrium.nl!news.cambrium.nl!newsfeed.utanet.at!newsspool.utanet.at!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: linzu4-98-208.utaonline.at Original-X-Trace: newsreader1.utanet.at 1094759622 28234 62.218.98.208 (9 Sep 2004 19:53:42 GMT) Original-X-Complaints-To: abuse@uta.at Original-NNTP-Posting-Date: 9 Sep 2004 19:53:42 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4232 Original-Lines: 36 X-Gnus-Article-Number: 4232 Tue Jan 17 17:33:13 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4091 Archived-At: Martin Geisler writes: > Cristian Gutierrez writes: > > > Silly, but improves the overall situation: I "outsourced" maildir > > access to courier-imap. Yes, running on the same machine. Gnus now > > accesses my folders via nnimap, and it ain't that bad after all; > > startup is fast, checking for new mail is fast.. only deleting one > > (or more) message in a (say) 8000-messages folder takes a little > > while (15-20 secs); in smaller folders it's unnoticeable. Moving > > between folders is always fast. > > Thanks for the tip! In a private email Arne Jørgensen already > suggested the same setup: deliver read mail into a maildir, put an > IMAP server ontop of the maildir, let Gnus read mail using nnimap > instead of nnmaildir. > > And I've now got that setup, and it works perfectly! Using Dovecot > (from http://dovecot.org/) reading mails is lightning fast again. And > because I now have an IMAP server running, I can connect to it from > anywhere and still read my mail --- my ticked articles even show up as > such when I use another Gnus instance to read my mail. > > Eventually I want to put a webmail interface ontop of the IMAP server, > so that I allways have access to my mail, even I'm away from a decent > computer with Gnus installed. That sounds interesting and a bit complicated to setup. Now I use a nnml backend, I have never used IMAP before. Could you explain the necessary steps in detail? It would be nice, if you could send me your devecot configuration file. Thanks for your help, Stefan.