From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51989 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Re: Ham messages not being moved anymore Date: Wed, 30 Apr 2003 10:53:13 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4nel3lqhsg.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051692816 18780 80.91.224.249 (30 Apr 2003 08:53:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2003 08:53:36 +0000 (UTC) Original-X-From: ding-owner+M532@lists.math.uh.edu Wed Apr 30 10:53:31 2003 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 19AnKb-0004pa-00 for ; Wed, 30 Apr 2003 10:52:49 +0200 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 19AnLG-000894-00; Wed, 30 Apr 2003 03:53:30 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19AnL7-00088w-00 for ding@lists.math.uh.edu; Wed, 30 Apr 2003 03:53:21 -0500 Original-Received: (qmail 67668 invoked by alias); 30 Apr 2003 08:53:21 -0000 Original-Received: (qmail 67663 invoked from network); 30 Apr 2003 08:53:21 -0000 Original-Received: from krynn.se.axis.com (193.13.178.10) by sclp3.sclp.com with SMTP; 30 Apr 2003 08:53:21 -0000 Original-Received: from PCNIKLAS (dh10-13-8-222.se.axis.com [10.13.8.222]) by krynn.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id h3U8rDW1022698 for ; Wed, 30 Apr 2003 10:53:13 +0200 Original-To: ding In-Reply-To: <4nel3lqhsg.fsf@lockgroove.bwh.harvard.edu> (Ted Zlatanov's message of "Tue, 29 Apr 2003 14:29:03 -0400") Mail-Followup-To: ding User-Agent: Gnus/5.09002 (Oort Gnus v0.20) Emacs/21.2 (windows-nt) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51989 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51989 Ted Zlatanov writes: > It's definitely working here. Thanks. Now I know more. The first thing that got me was that messages are no longer marked as read just by viewing them. This is good and just something that I needed to learn. The second thing was that I had configured the parameter (ham-marks (gnus-read-mark)) for my spam group. When removing this configuration, read messages (explicitly marked as read by pressing `d' in the summary buffer) were moved properly. With this configuration, read messages are not moved. Am I using the ham-marks parameter in the wrong way? All parameters of my spam group included in case there is something else that might be causing problems: ((uidvalidity . "53242") (total-expire . t) (spam-contents gnus-group-spam-classification-spam) (spam-process (gnus-group-spam-exit-processor-stat)) (ham-process-destination . "incoming") (ham-marks (gnus-read-mark)) (expiry-wait . 4) (expiry-target . delete)) Niklas