[Gnus] Set upper limit for registry size

This commit is contained in:
Daniel - 2017-09-02 13:35:33 +02:00
parent f72acff3b1
commit f11fe8f4a2
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

2
gnus
View File

@ -251,7 +251,7 @@
("^nnir" t)
("^nnmaildir" t)
("INBOX$" t))
gnus-registry-max-entries nil
gnus-registry-max-entries 40000
gnus-registry-track-extra '(sender subject recipient)
gnus-registry-cache-file (expand-file-name "gnus.registry.eioioi"
emacs-d))