Gnus development mailing list
 help / color / mirror / Atom feed
From: Ching-Mo Chang <chang@wsu.edu>
Cc: ding@ifi.uio.no
Subject: Re: Using just the secondary method?
Date: 02 May 1996 12:38:55 -0800	[thread overview]
Message-ID: <changk9yu24kg.fsf@wsu.edu> (raw)
In-Reply-To: Juri Pakaste's message of 02 May 1996 21:06:34 +0300

>>>>> "Juri" == Juri Pakaste <cyteen@avalon.icon.fi> writes:

 Juri> Is there a way to tell sgnus to use just the secondary select
 Juri> method when starting up and when fetching new articles? The
 Juri> primary method is nntp, which isn't always available (I use
 Juri> PPP) and when it is, it isn't exactly fast over the 16800
 Juri> link. But AFAIK I always have to use it when I want to read
 Juri> mail, as I use nnml as the secondary select method.

I just define an elisp function which set `nnml' as the primary method 
and use a different startup file as follow:

(defun gm ()
   "Use `GNUS' to read mail."
   (interactive)
   (setq gnus-startup-file "~/gnus-startup/private"
	 gnus-select-method
	 '(nnml "private"
		(nnml-directory "~/Mail")
		(nnml-active-file "~/Mail/active")
		(nnml-newsgroups-file "~/Mail/.group-description")
		(nnml-get-new-mail t)
		;;(nnml-nov-is-evil nil)
		;;(nnml-prepare-save-mail-hook )
		))
   (gnus))

to read mail, of course that I also define some other functons to read
news from different nntp servers. I am using PPP too.

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


      parent reply	other threads:[~1996-05-02 20:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-05-02 18:06 Juri Pakaste
1996-05-02 19:28 ` David Kegedal
1996-05-05 10:16   ` Juri Pakaste
1996-05-05 12:40     ` Per Abrahamsen
1996-05-07 20:21       ` Dave Goldberg
1996-05-02 20:38 ` Ching-Mo Chang [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=changk9yu24kg.fsf@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).