From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54464 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 09:23:34 +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 1067292025 5244 80.91.224.253 (27 Oct 2003 22:00:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 22:00:25 +0000 (UTC) Original-X-From: ding-owner+M3004@lists.math.uh.edu Mon Oct 27 23:00:23 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 1AEFPS-0008Ra-00 for ; Mon, 27 Oct 2003 23:00:22 +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 1AEFPG-0003BC-00; Mon, 27 Oct 2003 16:00:10 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AEEb7-0002Oh-00 for ding@lists.math.uh.edu; Mon, 27 Oct 2003 15:08:21 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 9572C3A004E 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 1AE2f5-0003t1-00 for ; Mon, 27 Oct 2003 09:23:39 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 26 Original-NNTP-Posting-Host: 193.134.205.252 Original-X-Trace: quimby.gnus.org 1067243019 14614 193.134.205.252 (27 Oct 2003 08:23:39 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 27 Oct 2003 08:23:39 +0000 (UTC) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (usg-unix-v) Cancel-Lock: sha1:hRSQBLwBZ00BHnu9dlMDcuqM+lk= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54464 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54464 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. Better gnus-summary-copy to the first to second last group in the list and then gnus-summary-move to the last group in the list. Otherwise we get (like in the current cvs version) an unnecessary and annoying confirmation request (for the gnus-novice-user, which I personally stay even if I use Gnus for several years now), which is unneeded and wrong/misleading in this case as the article will NOT "disappear forever from your life, never to return". Thanks, Adrian