Gnus development mailing list
 help / color / mirror / Atom feed
From: Kevin Greiner <kgreiner@xpediantsolutions.com>
Subject: Re: agent issues in 5.10.2
Date: Tue, 15 Jul 2003 17:46:52 -0500	[thread overview]
Message-ID: <uel0rs90j.fsf@xpediantsolutions.com> (raw)
In-Reply-To: <87he5nzjnb.fsf@goldfish.local>

NAGY Andras <nagya@inf.elte.hu> writes:

> It appears that the list of agentized servers is stored in
> News/agent/lib/servers as well as in the variable
> gnus-agent-covered-methods in .newsrc.eld.  Why this redundancy?

The agentized servers were first stored in lib/servers then they were
added to .newsrc.eld but lib/servers took precidence.  I was starting
to work on merging the two when 5.10 was released so the changes have
been put on hold (They're not even finished right now).

> Also, the actual parameters for the agentized servers
> (e.g. nntp-port-number et al), which are set in .gnus, are also stored
> in the variable gnus-agent-covered-methods in .newsrc.eld (and
> sometimes in lib/servers too).  Again, why this redundancy?

That was a mistake. Again, the code to fix this is in the works.

> If something is redundant, one day it will get inconsistent.  It
> happened to me that after changing a parameter (irrelevant to the
> server's identity) of a server in .gnus, it resulted in a new entry
> for the same server with the new configuration in lib/servers, in
> addition to the previous configuration.

Right.  I've run into it myself.  It's quite annoying.

> What is the `outgoing counterpart' of the `:plugged t' setting in mail
> source specifiers?  I.e. how can Gnus be configured to send mail even
> if in unplugged state (my MTA does queuing, so Gnus doesn't have to) ?

There isn't one.  Several work-arounds exist.  I believe that the
following is the simpliest.  Simply put it at the end of your gnus
start-up file.

(defun gnus-agent-send-mail ()
 (funcall gnus-agent-send-mail-function)
)

Kevin



  parent reply	other threads:[~2003-07-15 22:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-15 19:15 NAGY Andras
2003-07-15 21:44 ` Xavier Maillard
2003-07-15 22:46 ` Kevin Greiner [this message]
2003-07-17 20:56   ` NAGY Andras

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=uel0rs90j.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).