From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54462 Path: main.gmane.org!not-for-mail From: Adrian Lanz Newsgroups: gmane.emacs.gnus.general Subject: Re: spam.el and IMAP Date: Mon, 27 Oct 2003 08:30:43 +0100 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 1067291978 5077 80.91.224.253 (27 Oct 2003 21:59:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 21:59:38 +0000 (UTC) Original-X-From: ding-owner+M3003@lists.math.uh.edu Mon Oct 27 22:59:36 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 1AEFOi-0008Na-00 for ; Mon, 27 Oct 2003 22:59:36 +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 1AEFOb-00035F-00; Mon, 27 Oct 2003 15:59:29 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AEEb7-0002Ok-00 for ding@lists.math.uh.edu; Mon, 27 Oct 2003 15:08:22 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 9CE2D3A005F for ; Mon, 27 Oct 2003 15:08:21 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1AE1pt-0003Q3-00 for ; Mon, 27 Oct 2003 08:30:45 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 27 Original-NNTP-Posting-Host: 193.134.205.252 Original-X-Trace: quimby.gnus.org 1067239845 12611 193.134.205.252 (27 Oct 2003 07:30:45 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 27 Oct 2003 07:30:45 +0000 (UTC) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (usg-unix-v) Cancel-Lock: sha1:u+m6Xx1yJNqaSTec/ZfPBvFDu4A= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54462 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54462 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. Would be nice to have the first to the second last group in the list gnus-summary-copied and the last group in the list gnus-summary-moved. The now implemented cvs version asked the gnus-novice-user (I suppose must of us) to confirm deletion of the articles, wich IMHO is unneeded/misleadiding and wrong, as the articles will not "disapear forever from your life, never come back" (if everything went right, they just have been copied into an other group). Thanks, Adrian