From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/10302 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.user Subject: Re: Automatically authenticating at local imap server Date: Mon, 04 Feb 2008 20:40:02 +0100 Message-ID: <874pco7bot.fsf@member.fsf.org> References: <87fxw9lr6x.fsf@gaura-nitai.dyndns.org> <87odax2jzi.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202154052 5885 80.91.229.12 (4 Feb 2008 19:40:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Feb 2008 19:40:52 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Feb 04 20:41:11 2008 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JM7BX-0003nC-OC for gegu-info-gnus-english@m.gmane.org; Mon, 04 Feb 2008 20:40:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JM7B5-0003l5-Fd for gegu-info-gnus-english@m.gmane.org; Mon, 04 Feb 2008 14:40:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JM7Ax-0003cw-LE for info-gnus-english@gnu.org; Mon, 04 Feb 2008 14:40:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JM7Aw-0003b7-CH for info-gnus-english@gnu.org; Mon, 04 Feb 2008 14:40:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JM7Av-0003at-Og for info-gnus-english@gnu.org; Mon, 04 Feb 2008 14:40:17 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JM7Av-0001Us-6W for info-gnus-english@gnu.org; Mon, 04 Feb 2008 14:40:17 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JM7At-0003xp-9u for info-gnus-english@gnu.org; Mon, 04 Feb 2008 19:40:15 +0000 Original-Received: from dslb-084-063-061-073.pools.arcor-ip.net ([84.63.61.73]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2008 19:40:15 +0000 Original-Received: from tassilo by dslb-084-063-061-073.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2008 19:40:15 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-084-063-061-073.pools.arcor-ip.net User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:JDb7DcHN88W5cUcK5wod644GG38= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:10302 Archived-At: David writes: Hi David, >> Another question about dovecot: When I used nnmaildir I indexed the >> mails with mairix and could do very fast searches with the nnmairix >> backend. Currently I use nnir's imap backend to search on the local >> imap server, but that takes ages for huge groups. Is there a way to >> teach dovecot to use a mailindexing tool to speed that up? > > I use the same setup here and nnmairix works nicely with nnimap. If > you feel uncomfortable with nnmairix creating/deleting groups on your > local IMAP server, you can also create a nnmaildir secondary select > method exclusively for nnmairix. Ah, right. Now I let mairix index the maildirs in /var/mail/heimdall/. Those are the maildirs dovecot serves. The search results go into groups of a separate nnml backend. This works very nice. :-) But one thing is left: Is there a way to jump from a message in the search result group to the original nnimap group? I often do a search to find a message I want to reply to and the reply has to be done from the original group so that posting styles and group parameters are considered. (If there's no builtin way, I'm happy with a dirty hack or a suggestion for a dirty hack, too.) Bye, Tassilo