From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48571 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Add hooks to Gnus on move/edit/delete? Date: Thu, 02 Jan 2003 18:29:18 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84fzsgk72x.fsf@lucy.cs.uni-dortmund.de> <847kdswkd6.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1041528578 27155 80.91.224.249 (2 Jan 2003 17:29:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 2 Jan 2003 17:29:38 +0000 (UTC) Cc: ding@hpc.uh.edu 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 18U99z-00073R-00 for ; Thu, 02 Jan 2003 18:29:35 +0100 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 18U9A2-0001ta-00; Thu, 02 Jan 2003 11:29:38 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 02 Jan 2003 11:30:30 -0600 (CST) Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA24033 for ; Thu, 2 Jan 2003 11:30:17 -0600 (CST) Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.6/8.12.6) with ESMTP id h02HTIRr013807 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 2 Jan 2003 18:29:19 +0100 Original-To: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Mail-Copies-To: nobody X-Payment: hashcash 1.1 0:030102:kai.grossjohann@uni-duisburg.de:684f45b4a0cf4638 X-Hashcash: 0:030102:kai.grossjohann@uni-duisburg.de:684f45b4a0cf4638 X-Payment: hashcash 1.1 0:030102:ding@hpc.uh.edu:895446f15d48bb43 X-Hashcash: 0:030102:ding@hpc.uh.edu:895446f15d48bb43 In-Reply-To: <847kdswkd6.fsf@lucy.cs.uni-dortmund.de> (kai.grossjohann@uni-duisburg.de's message of "Sun, 29 Dec 2002 23:06:29 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48571 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48571 kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: > Ted Zlatanov writes: > >> On Sun, 29 Dec 2002, kai.grossjohann@uni-duisburg.de wrote: >>> First of all, ifile-gnus.el now uses a different mechanism for >>> communicating with the backend, and the new mechanism works for more >>> than one backend. >> >> Is this released, and does it work with nnimap? I haven't followed >> ifile-gnus.el, unfortunately, due to lack of time. > > I think it might work if you use nnimap splitting. If you use Sieve > or procmail, then it could be difficult, since the ifile database > would be on your local host in the home dir, whereas the > Sieve/procmail rules are on the IMAP server. It might be possible for ifile-gnus to generate Sieve rules similar to what the Gnus/Sieve stuff does now. You would need to upload the sieve script separately though.