all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Is there a quick way in Gnus to open Maildir and read it?
@ 2019-07-18 12:21 Jean Louis
  2019-07-22 17:03 ` Eric S Fraga
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Louis @ 2019-07-18 12:21 UTC (permalink / raw)
  To: GNU Emacs Help

Hello,

I am using Maildirs on my system. And I have 47682 various maildirs,
each belong to one email in the ordered way like:

~/Maildir/email1@example.com
~/Maildir/email2@example.com
~/Maildir/email3@example.com
~/Maildir/email4@example.com

and so on.

Gnus offers nice interface and functions which I would like to use
while reading email. Even though I like MH-E and Rmail more, they both
do not offer Maildir support.

I have made settings as following.

'(gnus-secondary-select-methods
   '((nnmaildir ""
	(directory "/home/data1/protected/Maildir/"))))
	
 '(gnus-select-method '(nnimap "my.imap"))

Now, I do not need to susbcribe to 47682 Maildirs at once, as under
~/Maildir I have cur, new, tmp and that is the Maildir I would like to
read as only one.

However, after setting the above, Gnus started doing something since
yesterday, and I still do not know what it is, it is maybe indexing or
setting up something, I do not know, process is still running for many
hours.

I think that this is bug.

What I think is that Gnus is now recursively visiting all Maildirs
instead of using just the main one.

Maybe there shall be option for the user to customize Gnus so that it
stops doing this recursively.

I have filed this as bug.

And my other question is, is there a way to quickly access
Maildir/email2@example.com by using Gnus? Some function maybe to just
write the email address or fetch it from database, and to open the
Maildir with nnmaildir?

Jean




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Is there a quick way in Gnus to open Maildir and read it?
  2019-07-18 12:21 Is there a quick way in Gnus to open Maildir and read it? Jean Louis
@ 2019-07-22 17:03 ` Eric S Fraga
  0 siblings, 0 replies; 2+ messages in thread
From: Eric S Fraga @ 2019-07-22 17:03 UTC (permalink / raw)
  To: help-gnu-emacs

I cannot help you directly with your queries regarding maildir access
via gnus except to say that the maildir implementation in gnus is very
slow (e.g. group access scales badly with the number of articles within
a group).

I switched to nnml for this reason.

YMMV, of course.
-- 
Eric S Fraga via Emacs 27.0.50 & org 9.2.4 on Debian 9.9




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-22 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-18 12:21 Is there a quick way in Gnus to open Maildir and read it? Jean Louis
2019-07-22 17:03 ` Eric S Fraga

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.