Gnus development mailing list
 help / color / mirror / Atom feed
From: Jack Vinson <vinson@unagi.cis.upenn.edu>
Subject: Re: Different values of mail-sources for different nnml backends?
Date: 15 Jul 1999 10:42:58 -0500	[thread overview]
Message-ID: <wk3dypyl4t.fsf@chevax.ecs.umass.edu> (raw)
In-Reply-To: Paul Stodghill's message of "14 Jul 1999 10:44:43 -0400"

>>>>> "PS" == Paul Stodghill <stodghil@CS.Cornell.EDU> writes:

PS> Is it possible to have different values of `mail-sources' associated with
PS> different nnml backends?

Yes.  Well, not exactly....

I assume you keep all your mail (once it arrives) in the same place?  I
have just started doing this.  The simplest thing is to have a different
mail-sources variable at your different locations.  You needn't really have
two different nnml servers.  

Here is what I do:
On my slow connection (where I only want to read personal mail), I just
want to read from my personal address.
(setq mail-sources '((pop :server "chevax.ecs.umass.edu"
			  :user "jvinson"
			  )
		     )

On my faster connection, I simply have both 
(setq mail-sources '((pop :server "chevax.ecs.umass.edu"
			  :user "jvinson"
			  )
		     (pop :server "unagi.cis.upenn.edu"
			  :user "vinson"
			  )
		     )

In either situation, all of the nnml groups appear as accessible, it just
that from home, I don't get anything from my UPenn address (where I receive
mailing list mail).

The info node Getting Mail under Select Methods gives a more detail about
all the possibilities for mail-sources.

What I want to try is making my primary select-method be nnml.  And make
nntp a secondary method.  I would like to be able to ONLY read mail while
ignoring everything else.  Will that completely hose my current settings?
I currently do this with C-u 2 gnus-group-get-new-news.  My mail groups
are at level 1 or 2.


-- 
Jack Vinson <jvinson@chevax.ecs.umass.edu>
Zippy: Being a BALD HERO is almost as FESTIVE as a TATTOOED KNOCKWURST.



      parent reply	other threads:[~1999-07-15 15:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-07-14 14:44 Paul Stodghill
1999-07-14 15:41 ` Kai Großjohann
1999-07-15 15:42 ` Jack Vinson [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=wk3dypyl4t.fsf@chevax.ecs.umass.edu \
    --to=vinson@unagi.cis.upenn.edu \
    /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).