Gnus development mailing list
 help / color / mirror / Atom feed
From: prj@po.cwru.edu (Paul Jarc)
Subject: Re: Maildir backend
Date: Tue, 12 Mar 2002 09:30:21 -0500	[thread overview]
Message-ID: <m37kohuacs.fsf@multivac.cwru.edu> (raw)
In-Reply-To: <20020312104127.A22635@fr.thalesgroup.com> =?iso-8859-1?q?(J=E9r=F4me?= Marant's message of "Tue, 12 Mar 2002 10:41:27 +0100")

Jérôme Marant <jerome.marant@fr.thalesgroup.com> wrote:
>   They should not be mandatory and they take too much room
>   on my system.

I don't know how you're measuring the total size, but there's a good
chance the measurement you have is inaccurately high.  The files used
to store marks are actually hard links to a single file, so each
additional mark file doesn't take up any more space except for storing
its name in the directory.  No additional inodes are used.

The NOV information does take up extra inodes and space, possibly
quite a bit depending on what filesystem you use.  It's there only to
speed things up; it doesn't affect the behavior.  So you can do
"rm server-directory/*/.nnmaildir/nov/*" between (or even during) Gnus
sessions to save space if you're willing to accept the performance
hit.  I could also change nnmaildir so that if it's unable to write
the NOV files, it continues on anyway.  Then you could do
"chmod a-w server-directory/*/.nnmaildir/nov" just once and new NOV
files wouldn't be created.  That change shouldn't be too hard.

>   Would you mind explaining what in nnmaildir has to be modified in
>   order to have, for instance, a filename based maildir backend ?

Storing marks in the filenames, you mean?  -request-set-mark and
-request-update-info would have to be changed, at least.  I'm not sure
about anything else.


paul



  reply	other threads:[~2002-03-12 14:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-06  9:31 Jérôme Marant
2002-03-06 16:40 ` Paul Jarc
2002-03-07  8:56   ` Jérôme Marant
2002-03-07 18:00     ` Paul Jarc
2002-03-08 12:11       ` Jérôme Marant
2002-03-08 12:11       ` Jérôme Marant
2002-03-08 16:37         ` Paul Jarc
2002-03-12  9:41           ` Jérôme Marant
2002-03-12 14:30             ` Paul Jarc [this message]
2002-03-13 10:51               ` Jérôme Marant
2002-03-13 16:26                 ` Paul Jarc
2002-03-13 17:33                   ` Matt Armstrong
2002-03-13 18:03                     ` Paul Jarc
2002-03-08 16:37         ` Paul Jarc
2002-03-07 18:00     ` Paul Jarc
2002-03-07  8:56   ` Jérôme Marant
2002-03-06 16:40 ` Paul Jarc
  -- strict thread matches above, loose matches on Subject: below --
2002-03-06  9:31 Jérôme Marant

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=m37kohuacs.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).