Gnus development mailing list
 help / color / mirror / Atom feed
From: prj@po.cwru.edu (Paul Jarc)
Subject: Re: Backend writing
Date: Sun, 05 Aug 2001 04:27:05 -0400	[thread overview]
Message-ID: <m3hevm7vyo.fsf@multivac.cwru.edu> (raw)
In-Reply-To: <iluhevohuid.fsf@barbar.josefsson.org> (Simon Josefsson's message of "Sat, 04 Aug 2001 14:36:26 +0200")

Simon Josefsson <jas@extundo.com> writes:
> prj@po.cwru.edu (Paul Jarc) writes:
>> Article numbers aren't stored on disk at all; -request-scan creates
>> the mapping anew each time you close and reopen the server, and
>> only keeps it in memory.  Then -request-update-info translates the
>> stored marks into a whole new group info.
> 
> Hm, how are the permanent marks stored?  Doesn't maildir use integers
> as (permanent) article identifiers?

No.  Messages are delivered to separate files; to ensure a delivery
doesn't use the name of an existing message (or interfere with a
concurrent delivery), the filenames include a timestamp, the process
id of the delivering process, and the name of the host where the
delivering process is running.  (See
<URL:http://cr.yp.to/proto/maildir.html>.)  Example:
"996962912.20703.multivac.cwru.edu".  That message is considered to
have the 'tick mark if the file
".nnmaildir/marks/tick/996962912.20703.multivac.cwru.edu" exists in
the maildir.  (See
<URL:http://multivac.cwru.edu./nnmaildir/using/#marks>.)  The cr.yp.to
page describes another way of storing a more limited set of flags;
nnmaildir does not do things that way at present, but for better
interaction with other maildir readers, it might in the future (in
addition to the current way).


paul


  reply	other threads:[~2001-08-05  8:27 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-03 18:04 Sean Rima
2001-08-03 19:24 ` Kai Großjohann
2001-08-03 19:39 ` Paul Jarc
2001-08-03 20:57   ` Kai Großjohann
2001-08-03 21:36     ` Paul Jarc
2001-08-03 22:16       ` Kai Großjohann
2001-08-03 21:44     ` Simon Josefsson
2001-08-03 22:07       ` Kai Großjohann
2001-08-03 23:35         ` Simon Josefsson
2001-08-03 23:46           ` Paul Jarc
2001-08-04  0:11             ` Simon Josefsson
2001-08-04  0:20               ` Paul Jarc
2001-08-04  0:41                 ` Simon Josefsson
2001-08-04  0:57                   ` Paul Jarc
2001-08-04 12:36                     ` Simon Josefsson
2001-08-05  8:27                       ` Paul Jarc [this message]
2001-08-03 23:57           ` Paul Jarc
2001-08-04  0:12             ` Simon Josefsson
2001-08-04  0:21               ` Paul Jarc
2001-08-04 11:46           ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3hevm7vyo.fsf@multivac.cwru.edu \
    --to=prj@po.cwru.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).