Gnus development mailing list
 help / color / mirror / Atom feed
From: prj@po.cwru.edu (Paul Jarc)
Cc: ding <ding@gnus.org>
Subject: Re: nnmaildir.el + courier IMAP compatibility patch
Date: Fri, 03 May 2002 17:37:42 -0400	[thread overview]
Message-ID: <m3znzgewub.fsf@multivac.cwru.edu> (raw)
In-Reply-To: <87d6wdylka.fsf@squeaker.lickey.com> (Matt Armstrong's message of "Fri, 03 May 2002 15:21:25 -0600")

Matt Armstrong <matt@lickey.com> wrote:
> Anyway, the performance problems I was seeing went away when I set
> gnus-fetch-old-headers to nil.  I had it set to 25.  I think
> gnus-fetch-old-headers causes a lot of fetches by message-id.  Perhaps
> that is slowish with nnmaildir?

I wouldn't expect so.  elp is our friend.

> First, lemme be clear that I think this is a minor thing and that
> nnmaildir is great and I'm thankful that you created it.  :-)

:)

> But, do you worry about concurrent use by other email clients?  It
> seems like nnmaildir can't depend on the :2, suffix remaining constant
> anyway.

nnmaildir is not designed to work concurrently with programs that
change the message filenames.  But it's ok to run those programs
non-concurrently, between Gnus sessions.  Marks won't be shared, but
nothing should break.

> One argument against the "maildir way" of storing marks is that it
> makes it less efficient to, say, find all the ticked articles.  You've
> got to glob the whole cur directory instead of just the ticked marks
> dir.

Right.  Also, if you want concurrent access, you can't assume the
filename is constant even within a session, so you may have to rescan
the directory just to find a message, even when you already know the
unique part of the name.

> Say I go on vacation for two weeks and read mail via a web mail
> client that accesses my mail via IMAP.  It'd be great to come back
> to Gnus and have everything I read actually marked read in Gnus.

That makes a case for having a common mark scheme, but not for any one
particular mark scheme. :/  It probably wouldn't be too hard to write
a script to update marks in one direction or ther other, though.


paul



      reply	other threads:[~2002-05-03 21:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-02 17:39 Matt Armstrong
2002-05-02 22:32 ` Paul Jarc
2002-05-02 23:26   ` Lloyd Zusman
2002-05-03 16:41   ` Matt Armstrong
2002-05-03 17:19     ` Matt Armstrong
2002-05-03 17:53       ` Simon Josefsson
2002-05-03 21:01         ` Matt Armstrong
2002-05-03 19:12     ` Paul Jarc
2002-05-03 21:21       ` Matt Armstrong
2002-05-03 21:37         ` Paul Jarc [this message]

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=m3znzgewub.fsf@multivac.cwru.edu \
    --to=prj@po.cwru.edu \
    --cc=ding@gnus.org \
    /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).