From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32336 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: (provide 'nnmaildir) Date: 05 Sep 2000 14:49:54 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <20000715005611.8018.qmail@multivac.student.cwru.edu> <20000717182810.13970.qmail@multivac.student.cwru.edu> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035168624 19187 80.91.224.250 (21 Oct 2002 02:50:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:50:24 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 72A2BD051E for ; Tue, 5 Sep 2000 14:51:16 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAC25103; Tue, 5 Sep 2000 13:51:08 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 05 Sep 2000 13:49:54 -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 NAA02142 for ; Tue, 5 Sep 2000 13:49:43 -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 336B3D051E for ; Tue, 5 Sep 2000 14:50:03 -0400 (EDT) Original-Received: (qmail 17009 invoked by uid 500); 5 Sep 2000 18:49:54 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: Simon Josefsson's message of "04 Sep 2000 10:26:06 +0200" Original-Lines: 18 X-Mailer: Gnus v5.7/Emacs 20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32336 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32336 Simon Josefsson writes: > (format-time-string "%s") Perfect. Thanks. > > I'd have to tell Gnus about marks it doesn't know about when > > starting up (which is possible with -request-update-info), and I'd > > also have to grab notification whenever any of those marks are > > set/unset (only partially doable, with -request-update-mark). > > Nnimap does something similar, and uses the -request-set-mark > function. Perhaps it can be of use to nnmaildir too? -request-set-mark isn't documented, AFAICT, at least not in the 5.7 info. How does it work? paul