From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46519 Path: main.gmane.org!not-for-mail From: jhbrown@ai.mit.edu (Jeremy H. Brown) Newsgroups: gmane.emacs.gnus.general Subject: Re: spam*.el and ifile-gnus.el? Date: 13 Sep 2002 00:21:05 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <8765xdva0q.fsf@emacswiki.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031890919 8710 127.0.0.1 (13 Sep 2002 04:21:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 13 Sep 2002 04:21:59 +0000 (UTC) Cc: David Aspinwall , ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17phxu-0002GL-00 for ; Fri, 13 Sep 2002 06:21:58 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17phxO-0004vK-00; Thu, 12 Sep 2002 23:21:26 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 12 Sep 2002 23:22:03 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id XAA15545 for ; Thu, 12 Sep 2002 23:21:51 -0500 (CDT) Original-Received: (qmail 20698 invoked by alias); 13 Sep 2002 04:21:09 -0000 Original-Received: (qmail 20693 invoked from network); 13 Sep 2002 04:21:08 -0000 Original-Received: from life.ai.mit.edu (128.52.32.80) by gnus.org with SMTP; 13 Sep 2002 04:21:08 -0000 Original-Received: from suspiria.ai.mit.edu (suspiria [128.52.39.94]) by life.ai.mit.edu (8.12.2/8.12.2/BASENAME(ai.master.life-8.12.2.mc,.mc):RCS_REVISION(evision: 1.23 ) with ESMTP id g8D4L6bM029577; Fri, 13 Sep 2002 00:21:06 -0400 (EDT) Original-Received: by suspiria.ai.mit.edu (8.8.8/1.1.19.2/08Jul98-0847PM) id AAA0000029069; Fri, 13 Sep 2002 00:21:05 -0400 (EDT) Original-To: Arnd Kohrs In-Reply-To: Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46519 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46519 Arnd Kohrs writes: > can ifile-gnus be used in the context of nnimap? As far as I understand it > is only applicable to nnml. Right now it only hooks into nnml; making it play with other backends (at least nnfolder and nnimap) is on the TODO list. It may be as simple as applying the advice to gnus-request-{move,replace,accept}-article instead of nnml-*, but I haven't yet taken the time to grok what additional message-munging is performed by those functions and the various encoding functions they call, and what the effect would be of advising them instead of the backend-specific functions they call. Jeremy