From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/10304 Path: news.gmane.org!not-for-mail From: David Newsgroups: gmane.emacs.gnus.user Subject: Re: Automatically authenticating at local imap server Date: Mon, 04 Feb 2008 23:22:38 +0100 Message-ID: <87r6fs9xap.fsf@arcor.de> References: <87fxw9lr6x.fsf@gaura-nitai.dyndns.org> <87odax2jzi.fsf@member.fsf.org> <874pco7bot.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 1202163791 9247 80.91.229.12 (4 Feb 2008 22:23:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Feb 2008 22:23:11 +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 23:23:33 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 1JM9it-00039Q-50 for gegu-info-gnus-english@m.gmane.org; Mon, 04 Feb 2008 23:23:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JM9iQ-0007I2-VF for gegu-info-gnus-english@m.gmane.org; Mon, 04 Feb 2008 17:23:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JM9iP-0007Hx-CE for info-gnus-english@gnu.org; Mon, 04 Feb 2008 17:23:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JM9iL-0007Hl-5v for info-gnus-english@gnu.org; Mon, 04 Feb 2008 17:23:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JM9iL-0007Hi-1C for info-gnus-english@gnu.org; Mon, 04 Feb 2008 17:22:57 -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 1JM9iK-0004Nd-RG for info-gnus-english@gnu.org; Mon, 04 Feb 2008 17:22:57 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JM9iD-0003JD-Oh for info-gnus-english@gnu.org; Mon, 04 Feb 2008 22:22:49 +0000 Original-Received: from dslb-082-083-041-068.pools.arcor-ip.net ([82.83.41.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2008 22:22:49 +0000 Original-Received: from de_bb by dslb-082-083-041-068.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2008 22:22:49 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-082-083-041-068.pools.arcor-ip.net User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:uVELrJ3CCfnmFD+xOURHUXQpnEw= 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:10304 Archived-At: Tassilo Horn writes: > 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. That's on the TODO list - I always wanted a function that jumps to the original message in the original group, but it's not trivial to do. My idea was to call mairix with "m:", where MID is the message-id of the article. Using the "-r" option, we get the full path of the mail file and it should be possible to uniquely identify the group from the path (the problem here is that the user might index several different mail back ends with one mairix installation). Jumping to the original message in this group is another problem since we only know the message-id but not the article number. nnmaildir and nnml support fetching articles by message-id, but AFAIK nnimap does not. Maybe it is somehow possible to apply the correct posting style even when replying from the nnmairix group, then we wouldn't have to get the original article in the first place. -David