Gnus development mailing list
 help / color / mirror / Atom feed
From: Samuel Tardieu <sam@inf.enst.fr>
Subject: Re: Two NNTP servers in different modes
Date: 01 Feb 1996 14:32:55 +0100	[thread overview]
Message-ID: <qw67my7xjaw.fsf@gargantua.enst.fr> (raw)
In-Reply-To: larsi@ifi.uio.no's message of 30 Jan 1996 17:29:55 +0100

>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

Lars> Samuel Tardieu <sam@inf.enst.fr> writes:

>> I would want to set "news.ext.jussieu.fr" (the good one) as my
>> default NNTP server *but* I want the news I post to go through
>> "news.enst.fr" (the slow one). To make this story short, I want to
>> read my news from a server and post on another one.
>> 
>> Is there a simple way of setting things like this with September
>> Gnus ?

Lars> Just set `gnus-post-method' to an nntp method pointing to
Lars> "news.enst.fr".
 
Hmmm... This works when posting from within a group, not when pressing
`a' in the *Group* buffer (gnus-newsgroup-name seems to be nil so
gnus-post-method is called with nil as group name and it returns
gnus-select-method, even if gnus-post-method is set).

Maybe the (cond ...) in gnus-msg.el (gnus-post-method) should have:

  ((null group-method) (or gnus-post-method gnus-select-method))

instead of

  ((null group-method) gnus-select-method)

?

  Sam
--
"La cervelle des petits enfants, ca doit avoir comme un petit gout de noisette"
                                                       Charles Baudelaire


      reply	other threads:[~1996-02-01 13:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-01-28 14:18 Samuel Tardieu
1996-01-30 16:29 ` Lars Magne Ingebrigtsen
1996-02-01 13:32   ` Samuel Tardieu [this message]

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=qw67my7xjaw.fsf@gargantua.enst.fr \
    --to=sam@inf.enst.fr \
    /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).