From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65356 Path: news.gmane.org!not-for-mail From: David Newsgroups: gmane.emacs.gnus.general Subject: released mairix backend nnmairix.el (was: Getting rid of the zombies in dynamically created groups) Date: Thu, 04 Oct 2007 10:04:59 +0200 Organization: Linux Private Site Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191485218 17329 80.91.229.12 (4 Oct 2007 08:06:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Oct 2007 08:06:58 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M13867=ding+2Daccount=gmane.org@lists.math.uh.edu Thu Oct 04 10:06:49 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1IdLjI-0004ao-7R for ding-account@gmane.org; Thu, 04 Oct 2007 10:06:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1IdLjD-0000hb-HP for ding-account@gmane.org; Thu, 04 Oct 2007 03:06:39 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1IdLjC-0000hW-MV for ding@lists.math.uh.edu; Thu, 04 Oct 2007 03:06:38 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1IdLj5-00065i-Rh for ding@lists.math.uh.edu; Thu, 04 Oct 2007 03:06:38 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1IdLix-0000sD-00 for ; Thu, 04 Oct 2007 10:06:23 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IdLiH-0000NW-1T for ding@gnus.org; Thu, 04 Oct 2007 08:05:41 +0000 Original-Received: from musil.physik3.gwdg.de ([134.76.92.62]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Oct 2007 08:05:41 +0000 Original-Received: from de_bb by musil.physik3.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Oct 2007 08:05:41 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: musil.physik3.gwdg.de User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:9hvhl9caSIK/ezGeje6SaHErdLE= X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65356 Archived-At: "Georg C. F. Greve" writes: > in the course of integration of org mode with mairix and gnus, I came > across the need for Gnus to enter a group that is recreated dynamically > by mairix -- so Gnus will need to forget everything about the group when > entering it, and read it afresh. I've written a Gnus backend nnmairix.el for using Gnus together with the Mairix search engine. It solves the above problem (or so I hope) by deleting and re-creating the group on the mail backend before entering it. Additionally, you can create permanent nnmairix groups which are bound the specific Mairix searches - this way, you can easily create groups containing all mails from a certain sender or even for certain threads (based on the message ID). Source and documentation is released on the emacswiki: http://www.emacswiki.org/cgi-bin/emacs/nnmairix.el http://www.emacswiki.org/cgi-bin/wiki/GnusMairix Regards, David