From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38223 Path: main.gmane.org!not-for-mail From: Benjamin Rutt Newsgroups: gmane.emacs.gnus.general Subject: Re: *Server* buffer problems when adding server parameters Date: Thu, 23 Aug 2001 23:03:45 -0500 Organization: Gnus Information Center Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174123 21254 80.91.224.250 (21 Oct 2002 04:22:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:22:03 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 9701 invoked from network); 24 Aug 2001 04:03:48 -0000 Original-Received: from quimby.gnus.org (195.204.10.139) by gnus.org with SMTP; 24 Aug 2001 04:03:48 -0000 Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id GAA30314 for ding@gnus.org; Fri, 24 Aug 2001 06:03:45 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-NNTP-Posting-Host: 63.89.210.211 Original-X-Trace: quimby.gnus.org 998625824 23397 63.89.210.211 (24 Aug 2001 04:03:44 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 24 Aug 2001 04:03:44 GMT User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 27 Xref: main.gmane.org gmane.emacs.gnus.general:38223 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38223 Lars Magne Ingebrigtsen writes: > Have a peek at the select method of these groups. It probably has the > entire old method stuffed in there, while you want it to have just the > string "archive". Hmm, I think it does only contain the string "archive", if I wrote the following test correctly. I added the remove-dupes call since it would have been redundant to post 4 copies of the same select method. (gnus-remove-duplicates (mapcar 'gnus-find-method-for-group '("nnfolder+archive:saved-articles" "nnfolder+archive:sent-mail-old" "nnfolder+archive:sent-mail" "nnfolder+archive:sent-news"))) ==> ((nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t))) -- Benjamin