From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32320 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: (provide 'nnmaildir) Date: 04 Sep 2000 10:26:06 +0200 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 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168611 19091 80.91.224.250 (21 Oct 2002 02:50:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:50:11 +0000 (UTC) Cc: ding@gnus.org 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 D4B86D051E for ; Mon, 4 Sep 2000 04:24:21 -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 DAC09368; Mon, 4 Sep 2000 03:24:19 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 04 Sep 2000 03:23:39 -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 DAA16826 for ; Mon, 4 Sep 2000 03:23:26 -0500 (CDT) Original-Received: from vic20.blipp.com (unknown [195.163.165.35]) by mailhost.sclp.com (Postfix) with ESMTP id 4F832D051E for ; Mon, 4 Sep 2000 04:23:51 -0400 (EDT) Original-Received: from barbar.josefsson.org.d.dynas.se (localhost [127.0.0.1]) by vic20.blipp.com (8.10.1/8.10.1) with SMTP id e848Nic16054; Mon, 4 Sep 2000 10:23:44 +0200 Original-To: prj@po.cwru.edu (Paul Jarc) In-Reply-To: Mail-Copies-To: nobody Original-Lines: 21 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (GTK) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32320 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32320 prj@po.cwru.edu (Paul Jarc) writes: > To implement -request-accept-article, I need to write the current time > into a string as a plain time_t (e.g., "968039378"). Will this > necessarily involve tedious string operations to do the arithmetic to > combine the two elements of (current-time), or has this already been > done somewhere? (format-time-string "%s") > This requires nnmaildir storing some marks: read, expirable, > replied, and any other single mark. 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). The backend interface would have to > change somewhat to accomodate this goal - but is it worthwhile > anyway? Nnimap does something similar, and uses the -request-set-mark function. Perhaps it can be of use to nnmaildir too?