unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
From: Eric Wong <e@yhbt.net>
To: meta@public-inbox.org
Subject: Re: MUA and client-side limits w.r.t. IMAP
Date: Thu, 4 Jun 2020 08:57:23 +0000	[thread overview]
Message-ID: <20200604085723.GA11779@dcvr> (raw)
In-Reply-To: <20200519090000.GA24273@dcvr>

Eric Wong <e@yhbt.net> wrote:
> * default, same as newsgroup name, messages "expire"
> inbox.comp.version-control.git           =>    most recent 50K messages

I think that's best left an empty parent folder, since having
the most recent X messages means the client will have to
refetch/resync that entire 50K again when a new
numerically-suffixed mailbox is needed to hold older messages.

> * messages never expire from these IMAP folders:
> inbox.comp.version-control.git.400000    =>    350,001..400K
> inbox.comp.version-control.git.350000    =>    300,001..350K
> inbox.comp.version-control.git.300000    =>    250,001..300K
> ...

Now, I'm thinking more along the lines of:

inbox.comp.version-control.git.7    =>    350,001..400K
inbox.comp.version-control.git.6    =>    300,001..350K
inbox.comp.version-control.git.5    =>    250,001..300K
inbox.comp.version-control.git.4    =>    200,001..250K
inbox.comp.version-control.git.3    =>    150,001..200K
inbox.comp.version-control.git.2    =>    100,001..150K
inbox.comp.version-control.git.1    =>     50,001..100K
inbox.comp.version-control.git.0    =>          1..50K

Since bigger numbers are harder-to-read and memorize.
But LKML is currently up to 72...

      reply	other threads:[~2020-06-04  8:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-19  9:00 MUA and client-side limits w.r.t. IMAP Eric Wong
2020-06-04  8:57 ` Eric Wong [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

  List information: https://public-inbox.org/README

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

  git send-email \
    --in-reply-to=20200604085723.GA11779@dcvr \
    --to=e@yhbt.net \
    --cc=meta@public-inbox.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 read-only IMAP folder(s) and NNTP newsgroup(s).