all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: help-gnu-emacs@gnu.org
Subject: Re: Read/process mbox file in Gnus
Date: Fri, 06 Nov 2020 12:19:57 +0000	[thread overview]
Message-ID: <87d00qr82a.fsf@ucl.ac.uk> (raw)
In-Reply-To: 87h7q2ix32.fsf@gmail.com

On Friday,  6 Nov 2020 at 11:44, Robert Pluim wrote:
> Iʼm told that Gnus' maildir support is not great (Iʼve never tried it
> myself)

In some cases, gnus nnmaildir requires O(n^3) or even O(n^4) time in
visiting a maildir group where n is the number of messages.  Anything
over a few hundred and it can take minutes to enter the
group.  Something to do with sequencing the emails; IIRC it uses time
stamps to determine whether to re-sequence or not.

I really like maildir as I read my emails on several different
systems.  I use unison to keep everything in sync.  Unfortunately, this
triggers the above problem.

So I switched to nnml, because of the above, with splitting and careful
naming of groups to include system names, then using virtual groups to
put all together.  Sounds messy but it works.

(my groups have 10s of thousands of emails)

-- 
Eric S Fraga via Emacs 28.0.50 & org 9.4 on Debian bullseye/sid




  reply	other threads:[~2020-11-06 12:19 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-05 16:58 Read/process mbox file in Gnus Skip Montanaro
2020-11-06  1:45 ` Eric Abrahamsen
2020-11-06 10:44   ` Robert Pluim
2020-11-06 12:19     ` Eric S Fraga [this message]
2020-11-06 13:09       ` Skip Montanaro
2020-11-06 13:27         ` Eric S Fraga
2020-11-06 16:27           ` Eric Abrahamsen
2020-11-06 18:40         ` Skip Montanaro
2020-11-09 13:40           ` Eric S Fraga
2020-11-06 15:34     ` Colin Baxter
2020-11-06 16:22       ` Robert Pluim
2020-11-06 18:03         ` Colin Baxter

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=87d00qr82a.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=help-gnu-emacs@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.