From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7842 Path: main.gmane.org!not-for-mail From: mmoll@gs236.sp.cs.cmu.edu Newsgroups: gmane.emacs.gnus.general Subject: archiving messages using gnus-bbdb Date: 08 Sep 1996 14:45:50 -0400 Sender: mmoll@gs236.sp.cs.cmu.edu Message-ID: Reply-To: mmoll+@cs.cmu.edu NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035148099 8712 80.91.224.250 (20 Oct 2002 21:08:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:08:19 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id MAA13339 for ; Sun, 8 Sep 1996 12:01:37 -0700 Original-Received: from gs236.sp.cs.cmu.edu (GS236.SP.CS.CMU.EDU [128.2.213.41]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Sun, 8 Sep 1996 20:46:01 +0200 Original-Newsgroups: gnu.emacs.gnus Original-To: ding@ifi.uio.no Original-Lines: 33 X-Newsreader: Gnus v5.2.40/XEmacs 19.14 Posted-To: gnu.emacs.gnus Source-Info: Sender is really mmoll@gs236.sp.cs.cmu.edu Xref: main.gmane.org gmane.emacs.gnus.general:7842 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7842 The following message is a courtesy copy of an article that has been posted as well. Hi, I am trying to get the gnus-bbdb-split-method to work. This is the relevant code from my .gnus: (setq gnus-message-archive-method '(nnfolder "archive" (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t) (nnfolder-active-file "~/Mail/archive/active") (nnfolder-directory "~/Mail/archive")) gnus-message-archive-group "outbox" gnus-summary-respool-default-method '("nnfolder+archive" mail respool address)) gnus-valid-select-methods (cons '("nnfolder+archive" mail respool address) gnus-valid-select-methods)) (require 'gnus-bbdb) (setq nnmail-split-methods 'gnus-bbdb-split-method gnus-bbdb-split-default-group "others") If I type "B r" (respool article), I get the following error: nnfolder+archive does not support article copying What am I doing wrong? It would be nice, if I would not have to choose a select method at all, but would only have to confirm the folder that the gnus-bbdb-split-method has found. -- Mark Moll