Gnus development mailing list
 help / color / mirror / Atom feed
From: Ching-Mo Chang <chang@wsu.edu>
Cc: ding@ifi.uio.no
Subject: Re: Changing 'primary' server, in an easy way!
Date: Mon, 22 Apr 96 09:17:36 -0700	[thread overview]
Message-ID: <9604221617.AA0057@twarp.wsu.edu> (raw)
In-Reply-To: <lvd9507nwq.fsf@pt.hk> (message from Andrew Eskilsson on 22 Apr 1996 08:50:28 +0200)

>>>>> "Andrew" == Andrew Eskilsson <mpt95aes@pt.hk-r.se> writes:

 Andrew> p.s. BTW why do we distinguish between foreign and 'local'
 Andrew> servers, why not do all servers (groups) 'foreign'?

And why not

	when gnus startup, I see

nntp: news.wsu.edu	wsunews		My main News server		

nntp: news.ifcss.org	ifcssnews	A server for chinese news groups

nnml: private		privatemail	My mail groups

 ..     ..               .....      

 ..     ..               .....      

So when I choose the first entry, gnus will start nntp to get news from
`news.wsu.edu' according the `wsunews.eld' startup file. And when I choose
the third entry, it will just go get my newly arrived mail and open my
mail groups according the `privatemail.eld' startup file.

Right now I am using

(defun wsu ()
   "Use `news.wsu.edu' as NNTP server for gnus."
   (interactive)
   (setq gnus-select-method '(nntp "news.wsu.edu" "119"))
   (setq gnus-startup-file "~/gnus-startup/wsu")
   (my-gnus-quick-start)
   (gnus))

for each nntp server.

-- 
Ching-Mo Chang <chang@wsu.edu> <chang@theta.math.wsu.edu>


  reply	other threads:[~1996-04-22 16:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-04-22  6:50 Andrew Eskilsson
1996-04-22 16:17 ` Ching-Mo Chang [this message]
1996-04-22 18:15   ` 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=9604221617.AA0057@twarp.wsu.edu \
    --to=chang@wsu.edu \
    --cc=ding@ifi.uio.no \
    /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).