From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54466 Path: main.gmane.org!not-for-mail From: Adrian Lanz Newsgroups: gmane.emacs.gnus.general Subject: Re: spam.el and IMAP Date: Sun, 26 Oct 2003 13:41:58 +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 1067292065 5345 80.91.224.253 (27 Oct 2003 22:01:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 22:01:05 +0000 (UTC) Original-X-From: ding-owner+M3007@lists.math.uh.edu Mon Oct 27 23:01:03 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 1AEFQ7-0008UE-00 for ; Mon, 27 Oct 2003 23:01:03 +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 1AEFPs-0003IC-00; Mon, 27 Oct 2003 16:00:48 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AEEbN-0002PT-00 for ding@lists.math.uh.edu; Mon, 27 Oct 2003 15:08:37 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 682643A004E for ; Mon, 27 Oct 2003 15:08:36 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1ADkDc-0002aT-00 for ; Sun, 26 Oct 2003 13:42:04 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 29 Original-NNTP-Posting-Host: 193.134.205.252 Original-X-Trace: quimby.gnus.org 1067172124 9948 193.134.205.252 (26 Oct 2003 12:42:04 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sun, 26 Oct 2003 12:42:04 +0000 (UTC) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (usg-unix-v) Cancel-Lock: sha1:b7EV+TbjPNBQ2dVxyYKeIHAgv/Q= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54466 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54466 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. I don't like the new implementation. A gnus-novice-user (which I personally stay even I am Gnus user for years) gets now allways asked if the articles really should be deleted. IMHO, the confitmation is not needed in this case and also wrong/misleading. The articles have been copied - normally to an other group - and don't "disappear for ever from your life never to return". An implemntation which gnus-summary-copies from the first to the second last group in the list, and then gnus-summary-moves the last group in the list would be nice. Thanks, Adrian