From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/10325 Path: news.gmane.org!not-for-mail From: David Newsgroups: gmane.emacs.gnus.user Subject: new version of nnmairix.el (was: Automatically authenticating at local imap server) Date: Thu, 07 Feb 2008 00:03:21 +0100 Message-ID: <87k5lhpu12.fsf_-_@arcor.de> References: <87fxw9lr6x.fsf@gaura-nitai.dyndns.org> <87odax2jzi.fsf@member.fsf.org> <874pco7bot.fsf@member.fsf.org> <861w7ruyme.fsf@lifelogs.com> <874pcncbfq.fsf@arcor.de> <871w7qtpea.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 1202339027 846 80.91.229.12 (6 Feb 2008 23:03:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2008 23:03:47 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Feb 07 00:04:09 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 1JMtJH-0002Nk-BH for gegu-info-gnus-english@m.gmane.org; Thu, 07 Feb 2008 00:04:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMtIp-000330-2v for gegu-info-gnus-english@m.gmane.org; Wed, 06 Feb 2008 18:03:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMtIn-00030k-Q2 for info-gnus-english@gnu.org; Wed, 06 Feb 2008 18:03:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMtIj-0002yU-74 for info-gnus-english@gnu.org; Wed, 06 Feb 2008 18:03:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMtIi-0002yP-Uh for info-gnus-english@gnu.org; Wed, 06 Feb 2008 18:03:33 -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 1JMtIi-0003w3-AW for info-gnus-english@gnu.org; Wed, 06 Feb 2008 18:03:32 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JMtIg-000138-D5 for info-gnus-english@gnu.org; Wed, 06 Feb 2008 23:03:30 +0000 Original-Received: from dslb-082-083-045-187.pools.arcor-ip.net ([82.83.45.187]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Feb 2008 23:03:30 +0000 Original-Received: from de_bb by dslb-082-083-045-187.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Feb 2008 23:03:30 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-082-083-045-187.pools.arcor-ip.net User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:zAoacd2gcchTCRIdvDeg2s4jKZY= 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:10325 Archived-At: David writes: > I'm currently working on the code that finds the original group based on > the message file path. As soon as this is ready I'll post an update to > nnmairix also containing the registry code. The new version of nnmairix.el is released: http://www.emacswiki.org/cgi-bin/emacs/nnmairix.el It now contains a function nnmairix-goto-original-article which, given a found message in a nnmairix group, tries to determine the original group this message came from. It will then display the message in this original group. The function will use the registry if available, but can also parse the file path as a fallback method. Please note that the key bindings for the summary mode have changed (prefix is now '$' instead of 'S') since the old bindings were already taken. You can of course edit these bindings to your likings in nnmairix-summary-mode-hook. For further documentation see http://www.emacswiki.org/cgi-bin/emacs/GnusMairix -David