unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Jean Louis <bugs@gnu.support>
To: Eric Abrahamsen <eric@ericabrahamsen.net>
Cc: 36714@debbugs.gnu.org
Subject: bug#36714: 27.0.50; Gnus nnmaildir taking long time to recursively visit sub-Maildirs
Date: Thu, 18 Jul 2019 22:48:41 +0200	[thread overview]
Message-ID: <20190718204841.GB6908@protected.rcdrun.com> (raw)
In-Reply-To: <87k1cf2jqh.fsf@ericabrahamsen.net>

* Eric Abrahamsen <eric@ericabrahamsen.net> [2019-07-18 22:04]:
> I'm assuming your value of `gnus-check-new-newsgroups' is at its default
> of 'ask-server. Try setting it to nil. That will (should) at least
> prevent Gnus from scanning all the folders at startup. It doesn't solve
> the underlying problem, but in your case it
> might avoid it.

Thank you.

I did try to set it to nil, it is set. However,
"Checking new news" is seen and Gnus is working
with hard disk.

So it does not prevent it to scan Maildirs.

gnus-select-method is a variable defined in ‘gnus.el’.
Its value is (nnmaildir "" (directory "~/Maildir"))

> The final setup you want is to be subscribed to the main folder, but
> unsubscribed from the sub maildirs. The question is, can you get to the
> point where you can do that without first having Gnus spend hours
> scanning a million directories. Try the above fix and see if Gnus will
> show you all the other (unwanted) directories.

It does not work.

> We're talking about two different things here. One is defining each of
> the maildirs as a separate server. So:
> 
>  '(gnus-secondary-select-methods
>     '(
>     (nnmaildir email1
>  	(directory /home/data1/protected/Maildir/email1@example.com/))
>     (nnmaildir email2
>  	(directory /home/data1/protected/Maildir/email2@example.com/))
>     (nnmaildir email3
>  	(directory /home/data1/protected/Maildir/email3@example.com/))))
> 
> Etc.
> 
> The other thing you want -- quick switching to a particular group -- can
> certainly be done, but will require a little bit of elisp. Something
> like (totally untested):
> 
> (let* (( email "ss@rcdrrun.com")
>        (account (car-safe (split-string email @))))
>   (when account
>     (gnus-group-read-group
>      nil t (concat nnmaildir+ account :INBOX))))

I will try that, but I cannot get it without
starting to run or index whatever.

I was thinking that gnus-secondary-select-methods
has to be set before I start reading the folder,
and that above looks that you think that way.

I have tried this

(let* ((email "person@example.com")
	(gnus-secondary-select-methods '((nnmaildir email (directory (concat "~/Maildir/" email))))))
   (gnus-group-read-group nil t (concat "nnmaildir+" email :INBOX)))


but I am getting this below and I used real email
address. Do I need to assign the group somehow?

Debugger entered--Lisp error: (error "Couldn’t activate group nnmaildir+person@example.com: No such group: nnmaildir+person@example.com")
  signal(error ("Couldn’t activate group nnmaildir+person@example.com: No such group: nnmaildir+person@example.com"))
  error("Couldn't activate group %s: %s" "nnmaildir+person@example.com" "No such group: nnmaildir+person@example.com")
  gnus-select-newsgroup("nnmaildir+person@example.com" nil :INBOX)
  gnus-summary-read-group-1("nnmaildir+person@example.com" nil t nil nil :INBOX)
  gnus-summary-read-group("nnmaildir+person@example.com" nil t nil nil nil :INBOX)
  gnus-group-read-group(nil t "nnmaildir+person@example.com" :INBOX)

Jean





  reply	other threads:[~2019-07-18 20:48 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-18 12:20 bug#36714: 27.0.50; Gnus nnmaildir taking long time to recursively visit sub-Maildirs Jean Louis
2019-07-18 19:00 ` Eric Abrahamsen
2019-07-18 19:43   ` Jean Louis
2019-07-18 20:03     ` Eric Abrahamsen
2019-07-18 20:48       ` Jean Louis [this message]
2019-07-19  0:27         ` Eric Abrahamsen
2019-07-19  6:15           ` Jean Louis
2019-07-19 17:23             ` Eric Abrahamsen
2019-07-19 17:31               ` Jean Louis
2019-07-19 18:49                 ` Eric Abrahamsen
2019-07-22  8:44               ` Jean Louis
2019-07-22 17:40                 ` Eric Abrahamsen
2019-07-23  7:30                   ` Jean Louis
2019-07-24 18:18                     ` Eric Abrahamsen
2019-07-24 18:25                       ` Eric Abrahamsen
2019-07-22  8:34           ` Basil L. Contovounesios
2019-07-22 17:21             ` Eric Abrahamsen
2019-07-22 17:41             ` Eric Abrahamsen
2019-07-23  7:37               ` Jean Louis

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://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=20190718204841.GB6908@protected.rcdrun.com \
    --to=bugs@gnu.support \
    --cc=36714@debbugs.gnu.org \
    --cc=eric@ericabrahamsen.net \
    /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 public inbox

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

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