Gnus development mailing list
 help / color / mirror / Atom feed
From: Kevin Greiner <kgreiner@xpediantsolutions.com>
Subject: Re: nnml pseudo-agentized?
Date: Wed, 30 Apr 2003 08:21:49 -0500	[thread overview]
Message-ID: <uade8glxu.fsf@xpediantsolutions.com> (raw)
In-Reply-To: <84issw30sc.fsf@lucy.is.informatik.uni-duisburg.de> (Kai =?iso-8859-1?q?Gro=DFjohann's?= message of "Wed, 30 Apr 2003 09:24:51 +0200")

kai.grossjohann@gmx.net (Kai Großjohann) writes:

> This morning, when I was sitting in the train, Gnus couldn't open the
> nnml server.  It seems that the nnml server is denied when Gnus is
> unplugged.  I can still read nnml when plugged, though.

I just fixed a bug in gnus-open-server.  If you debug it, you should
be able to see what is going wrong.  I suspect that the new code
doesn't understand that some backends are always plugged since they
don't require network connections.

In fact, I believe that the change should be at the '(not
gnus-plugged)' condition.  One fix would be to change it to 
"(not (or gnus-plugged (memq (car gnus-command-method) '(nnml))))".
Seems simple except that I don't know which backends go into the list
with nnml.

I'm going to be travelling much of today.  Kai please make this, or a
similar, change to get this working.

Kevin



  reply	other threads:[~2003-04-30 13:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-30  7:24 Kai Großjohann
2003-04-30 13:21 ` Kevin Greiner [this message]
2003-04-30 16:32   ` Kai Großjohann
2003-04-30 21:42     ` Kai Großjohann
2003-05-01  7:05       ` Lars Magne Ingebrigtsen

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=uade8glxu.fsf@xpediantsolutions.com \
    --to=kgreiner@xpediantsolutions.com \
    /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).