Increase Gnus registry size

Hitting the limits.
This commit is contained in:
Daniel Borchmann 2025-03-07 17:29:11 +01:00
parent 0ba2fc5fd7
commit 575eb0e600
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -1791,7 +1791,7 @@ Note that this workaround is incomplete, as explained in this comment."
("^nnir" t) ("^nnir" t)
("^nnmaildir" t) ("^nnmaildir" t)
("INBOX$" t)) ("INBOX$" t))
gnus-registry-max-entries 5000 gnus-registry-max-entries 10000
gnus-registry-track-extra '(sender subject recipient) gnus-registry-track-extra '(sender subject recipient)
gnus-registry-cache-file (expand-file-name "gnus.registry.eioioi" gnus-registry-cache-file (expand-file-name "gnus.registry.eioioi"
emacs-d))) emacs-d)))