Gnus development mailing list
 help / color / mirror / Atom feed
From: Matt Swift <swift@alum.mit.edu>
Subject: tip if you have weird extra servers in the Server buffer
Date: Tue, 16 Nov 1999 06:52:28 GMT	[thread overview]
Message-ID: <m2wvrj7wtm.fsf@swift.shore.net> (raw)



I was seeing weird stuff like this in my Server buffer of 0.98:

     {nnml:mail} (closed)
     {nnml:mail+nnml+mail:lppl} (opened)
     {nnml:mail+nnml+mail:mail.misc} (opened)
     {nnml:mail+nnml+mail:maybe-dupes} (opened)
     {nnml:mail+nnml+mail:tex} (opened)
     {nnml:mail+nnml+mail:texfonts} (opened)
     {nnml:mail+nnml+mail:texindex} (opened)
     {nnml:mail+nnml+mail:vfinst} (opened)
     {nnml:mail} (opened)


I tracked it down, and this is a result of having subscribed groups to
nnml+mail but with different group options.

For example:

gnus-find-method-for-group("nnml+mail:ctan-ann")
  -> (nnml "mail" (nnml-use-long-file-names t))

gnus-find-method-for-group("nnml+mail:vfinst")
  -> (nnml "mail+nnml+mail:vfinst" (nnml-address "mail") (nnml-use-long-file-names t) (nnml-get-new-mail nil))


Those two results should be parallel.  

I'm not sure exactly how I got things into this state, but I'm
guessing that I edited the virtual server and added the
nnml-get-new-mail specification after already having a couple of
groups.

To solve the problem, I edited the .newsrc.eld file by hand to make
the method for each group the same.

I'm not submitting this as a bug because I'm guessing that editing a
v. server's parameters after there are already subscribed groups in it
is one of those "features" of Gnus that I'm supposed to know better
than to ever use...  Also, I don't have the energy today to go confirm
that is the cause.  But this information may help someone seeing
similar garbage in the Server buffer.


             reply	other threads:[~1999-11-16  6:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-16  6:52 Matt Swift [this message]
1999-11-16  8:20 ` Matt Swift
1999-11-16 11:05 ` Simon Josefsson
     [not found]   ` <jas@pdc.kth.se>
1999-11-22  3:06     ` group and method variables still a deep mystery to me Matt Swift
1999-11-22 18:41       ` Simon Josefsson

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=m2wvrj7wtm.fsf@swift.shore.net \
    --to=swift@alum.mit.edu \
    /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).