From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54467 Path: main.gmane.org!not-for-mail From: Adrian Lanz Newsgroups: gmane.emacs.gnus.general Subject: Re: spam.el and IMAP Date: Fri, 24 Oct 2003 15:55:29 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <863cdldm6j.fsf@slowfox.dyndns.org> <4nn0bskkge.fsf@lockgroove.bwh.harvard.edu> <76brs7q5yz.fsf@newjersey.ppllc.com> <4nu15zlims.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067292083 5388 80.91.224.253 (27 Oct 2003 22:01:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 22:01:23 +0000 (UTC) Original-X-From: ding-owner+M3008@lists.math.uh.edu Mon Oct 27 23:01:21 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEFQP-0008Va-00 for ; Mon, 27 Oct 2003 23:01:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AEFQG-0003OE-00; Mon, 27 Oct 2003 16:01:12 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AEEc1-0002Ti-00 for ding@lists.math.uh.edu; Mon, 27 Oct 2003 15:09:17 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id F193E3A006B for ; Mon, 27 Oct 2003 15:09:15 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1AD2Pa-0000VW-00 for ; Fri, 24 Oct 2003 15:55:30 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 25 Original-NNTP-Posting-Host: 193.134.205.252 Original-X-Trace: quimby.gnus.org 1067003730 1953 193.134.205.252 (24 Oct 2003 13:55:30 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Fri, 24 Oct 2003 13:55:30 +0000 (UTC) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (usg-unix-v) Cancel-Lock: sha1:uL4IrNLCcsBZwxw2UysZ4BlbYuo= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54467 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54467 On 24 Oct 2003, tzz@lifelogs.com wrote: > On Thu, 23 Oct 2003, 4.uce.03.r.s@nurfuerspam.de wrote: > >> BTW, is there a simple way to tell `spam.el' to put ham articles >> from "Spam/spamblock" to both, "bayes/ham" _and_ "INBOX"? >> I.e. probably first copy the article to the first group and then >> move it to the second. > > I see no reason why we can't handle multiple groups for > {spam,ham}-process-destination. I added the necessary code but it's > untested - please try it out and let me know how it works. > > We used to use gnus-summary-move-article, now it's > gnus-summary-copy-article followed by gnus-summary-delete-article. > I assume an error in copy-article will abort the delete as well. Using spam.el WITHOUT IMAP: I don't like this! Now I get asked every time I exit the summary buffer if I really want to delete the articles processed by gnus-group-*-exit-processor-*. (Furthermore - but this I will verify or falsify upon further testing - the functions seem to delete the articles but not copy them!?) Thanks, Adrian