From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32767 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: (provide 'nnmaildir) Date: 04 Oct 2000 16:32:47 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035168993 21586 80.91.224.250 (21 Oct 2002 02:56:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:56:33 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id DC038D0524 for ; Wed, 4 Oct 2000 16:37:10 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAC02832; Wed, 4 Oct 2000 15:33:35 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 04 Oct 2000 15:32:57 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA07011 for ; Wed, 4 Oct 2000 15:32:49 -0500 (CDT) Original-Received: from multivac.student.cwru.edu (multivac.STUDENT.CWRU.Edu [129.22.239.69]) by mailhost.sclp.com (Postfix) with SMTP id 39BE9D0524 for ; Wed, 4 Oct 2000 16:33:14 -0400 (EDT) Original-Received: (qmail 19728 invoked by uid 500); 4 Oct 2000 20:33:09 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: Simon Josefsson's message of "04 Oct 2000 21:52:34 +0200" Original-Lines: 17 X-Mailer: Gnus v5.7/Emacs 20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32767 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32767 Simon Josefsson writes: > `(nnchoke-request-set-mark GROUP ACTION &optional SERVER)' Ok, this should work. > Currently used marks are `read', `tick', `reply', > `expire', `killed', `dormant', `save', `download' and `unsend', According to , maildir MUAs can record some of these marks in message filenames: seen ('read), replied ('reply), trash ('expire), and a user-defined flag, which I suppose I'll map to 'tick. Is there a better choice? What do 'killed, 'dormant, 'save, 'download, and 'unsend mean? Do they persist between Gnus sessions? paul