From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13922 Path: news.gmane.org!not-for-mail From: "Peter G" Newsgroups: gmane.emacs.gnus.user Subject: Gnus registry permanence and spam-log-to-registry Date: Mon, 22 Mar 2010 10:01:53 +0100 Organization: SunSITE.dk - Supporting Open source Message-ID: <87tys8lofy.fsf@nifty.my-fqdn.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273155064 21922 80.91.229.12 (6 May 2010 14:11:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 May 2010 14:11:04 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu May 06 16:11:03 2010 connect(): No such file or directory Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OA1n4-0004V2-S6 for gegu-info-gnus-english@m.gmane.org; Thu, 06 May 2010 16:11:03 +0200 Original-Received: from localhost ([127.0.0.1]:55099 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OA1n4-0007LX-0i for gegu-info-gnus-english@m.gmane.org; Thu, 06 May 2010 10:11:02 -0400 Original-Path: usenet.stanford.edu!goblin2!goblin.stu.neva.ru!news.net.uni-c.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-No-Archive: yes Cancel-Lock: sha1:fn0f8YuzXNaLQ2s+W/vdq4eclSk= Original-Lines: 53 Original-NNTP-Posting-Host: 130.226.178.140 Original-X-Trace: news.sunsite.dk DXC=jRS0VN4m_?2N=S_a\VX>h; YSB=nbEKnk; STbna90FD[26[AkZLk9fg2Kd@3gI:7X37SW1796=T`]>RdW1>bBfh05EP\bRO^IdF8 Original-X-Complaints-To: staff@sunsite.dk Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84157 X-Mailman-Approved-At: Wed, 05 May 2010 21:10:54 -0400 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org X-Gmane-Expiry: 2010-05-20 Xref: news.gmane.org gmane.emacs.gnus.user:13922 Archived-At: I'm trying to set up the spam.el package in my .gnus.el, so that I'm going to have simple spam-handling. My current setup is almost working, save for the simple problem that everytime I first start up gnus in emacs, I'm being interactively prompted whether i eant to "enable the gnus registry" and that I have to look into 'gnus-registry-install' if I want it to be set permanent. Problem is, I already have set 'gnus-registry-install'. So what am I missing? Relevant part of .gnus.el: (require 'gnus-registry) (gnus-registry-initialize) (setq gnus-registry-install t gnus-registry-max-entries 20000) (require 'spam) (spam-initialize) (setq spam-split-group "nnimap+HOME:INBOX.spam" spam-use-spamassassin-headers t spam-use-bogofilter t spam-log-to-registry t gnus-spam-process-newsgroups '(("nnimap+.*" ((spam spam-use-bogofilter)))) gnus-spam-newsgroup-contents '(("nnimap+HOME:INBOX.spam" gnus-group-spam-classification-spam)) spam-mark-only-unseen-as-spam t spam-mark-ham-unread-before-move-spam-from-group t gnus-ham-process-destinations '(("nnimap+HOME:INBOX.spam" "nnimap+HOME:INBOX")) gnus-spam-process-destinations '(("nnimap+.*" "nnimap+HOME:INBOX.Trash"))) (setq nnimap-split-rule 'nnimap-split-fancy ;; understand what this does before you copy it to your own setup! nnimap-split-fancy '(| ;; trace references to parents and put in their group (: gnus-registry-split-fancy-with-parent) ;; note that spam by default will go to `nnimap+HOME:INBOX.spam' (: spam-split))) -- Mvh./Regards, Peter. Please, do not toppost.