Gnus development mailing list
 help / color / mirror / Atom feed
From: Benjamin Rutt <brutt+news@bloomington.in.us>
Subject: Re: *Server* buffer problems when adding server parameters
Date: Thu, 23 Aug 2001 23:03:45 -0500	[thread overview]
Message-ID: <m3vgje3xzy.fsf@brutt.maplenet.net> (raw)
In-Reply-To: <m3bsl690va.fsf@quimbies.gnus.org>

Lars Magne Ingebrigtsen <larsi@gnus.org> 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


  reply	other threads:[~2001-08-24  4:03 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-22 19:55 Benjamin Rutt
2001-08-23 16:50 ` Lars Magne Ingebrigtsen
2001-08-24  4:03   ` Benjamin Rutt [this message]
2001-08-24  9:43     ` Kai Großjohann
2001-08-24 16:09       ` Benjamin Rutt
2001-08-24 13:56     ` Lars Magne Ingebrigtsen
2001-08-24 16:07       ` Benjamin Rutt
2001-08-24 16:41         ` Lars Magne Ingebrigtsen
2001-08-24 16:52           ` Benjamin Rutt
2001-08-24 18:36             ` Benjamin Rutt
2001-08-24 22:32               ` Kai Großjohann
2001-08-24 22:51                 ` Lars Magne Ingebrigtsen
2001-08-24 22:27           ` Kai Großjohann
2001-08-24 22:50             ` Lars Magne Ingebrigtsen
2001-08-24 22:53               ` Paul Jarc
2001-08-24 23:00                 ` Lars Magne Ingebrigtsen
2001-08-24 23:12                   ` Paul Jarc
2001-08-24 23:20                     ` Lars Magne Ingebrigtsen
2001-08-24 23:31                       ` Paul Jarc
2001-08-24 23:46                         ` Lars Magne Ingebrigtsen
2001-08-24 23:53                           ` Paul Jarc
2001-08-25  0:11                             ` Lars Magne Ingebrigtsen
2001-08-25  5:21                               ` Paul Jarc
2001-08-26 16:28               ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3vgje3xzy.fsf@brutt.maplenet.net \
    --to=brutt+news@bloomington.in.us \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).