From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39223 Path: main.gmane.org!not-for-mail From: Nick Papadonis Newsgroups: gmane.emacs.gnus.general Subject: Re: marking dormant articles? Date: Tue, 09 Oct 2001 16:53:25 -0400 Organization: None Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035174964 26761 80.91.224.250 (21 Oct 2002 04:36:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:36:04 +0000 (UTC) Return-Path: Original-Received: (qmail 22774 invoked from network); 9 Oct 2001 21:03:26 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 9 Oct 2001 21:03:26 -0000 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 15r3yF-0003a7-00; Tue, 09 Oct 2001 15:59:23 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 09 Oct 2001 15:59:00 -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 PAA27351 for ; Tue, 9 Oct 2001 15:58:49 -0500 (CDT) Original-Received: (qmail 22577 invoked by alias); 9 Oct 2001 20:59:02 -0000 Original-Received: (qmail 22572 invoked from network); 9 Oct 2001 20:59:01 -0000 Original-Received: from wks90.navicsys.com (HELO noop.) (207.180.73.90) by gnus.org with SMTP; 9 Oct 2001 20:59:01 -0000 Original-Received: (from nick@localhost) by noop. (8.11.0/8.11.0) id f99KrPv26580; Tue, 9 Oct 2001 16:53:25 -0400 X-Authentication-Warning: noop.: nick set sender to nick@coelacanth.com using -f Original-To: ding@gnus.org X-Face: 01-z%.O)i7LB;Cnxv)caA5j@>3jYX:)*O6:@F>it.>stK5,i^jk0epU\$*cQ9 !)Oqf[@SOzys\7Ym}:2KWpM=8OCC` In-Reply-To: (prj@po.cwru.edu's message of "Tue, 09 Oct 2001 12:15:56 -0400") Original-Lines: 17 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.1 (Cuyahoga Valley) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39223 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39223 prj@po.cwru.edu (Paul Jarc) writes: > Nick Papadonis wrote: > > Is there any way to automatically mark dormant articles in a group? > > There is with nnmaildir. > cd server-directory/some-group/.nnmaildir/marks/dormant > mkdir -p ../tick # for example > for i in *; do > ln "$i" ../tick/ > done Can this be done without nnmaildir? -- Nick