[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gnus registry permanence and spam-log-to-registry
From: |
Ted Zlatanov |
Subject: |
Re: Gnus registry permanence and spam-log-to-registry |
Date: |
Tue, 04 May 2010 15:47:24 -0000 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.91 (gnu/linux) |
On Mon, 22 Mar 2010 08:05:44 -0500 Ted Zlatanov <tzz@lifelogs.com> wrote:
TZ> On Mon, 22 Mar 2010 10:01:53 +0100 "Peter G" <nyhedsgrupper@gmx.com> wrote:
PG> Relevant part of .gnus.el:
PG> (require 'gnus-registry)
PG> (gnus-registry-initialize)
PG> (setq gnus-registry-install t
PG> gnus-registry-max-entries 20000)
TZ> It's because of this code in gnus-registry.el:
TZ> (when (or (eq gnus-registry-install t)
TZ> (gnus-registry-install-p))
TZ> (gnus-registry-initialize))
p.s. also, you shouldn't run gnus-registry-initialize twice; it's run
automatically for you when you load the library.