From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46792 Path: main.gmane.org!not-for-mail From: Mike Woolley Newsgroups: gmane.emacs.gnus.general Subject: expiry-target Date: 27 Sep 2002 12:33:31 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033126579 5180 127.0.0.1 (27 Sep 2002 11:36:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 27 Sep 2002 11:36:19 +0000 (UTC) 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 17utPt-0001LO-00 for ; Fri, 27 Sep 2002 13:36:17 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17utO2-00025H-00; Fri, 27 Sep 2002 06:34:22 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 27 Sep 2002 06:35:01 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id GAA19199 for ; Fri, 27 Sep 2002 06:34:49 -0500 (CDT) Original-Received: (qmail 8158 invoked by alias); 27 Sep 2002 11:34:05 -0000 Original-Received: (qmail 8153 invoked from network); 27 Sep 2002 11:34:04 -0000 Original-Received: from ip125.ariel.co.uk (HELO server30.ariel.co.uk) (195.112.22.125) by gnus.org with SMTP; 27 Sep 2002 11:34:04 -0000 Original-Received: from MIKE.ariel.co.uk (officew2kpro.ariel.co.uk [192.168.0.25]) by server30.ariel.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id TAKKX1PJ; Fri, 27 Sep 2002 12:34:44 +0100 Original-To: ding@gnus.org Original-Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46792 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46792 Hi, I've been using `nnmail-expiry-target' to expire old mails to archive groups and it works a treat, except that the archived articles do not have their marks preserved. This is rather annoying, as I end up with lots of unread groups of messages I've already read :-) I had a look at the code and all `nnmail-expiry-target-group' does is ... (unless (eq target 'delete) (gnus-request-accept-article target nil nil t))) Which seems to explain what I've observed. Does anyone know of a way to have the expiry process preserve the original marks? Thanks, Mike