Gnus development mailing list
 help / color / mirror / Atom feed
From: Rich Pieri <rich.pieri@PrescientTech.com>
Subject: Re: Separating news and mail stuff completely?
Date: 30 Dec 1996 10:23:03 -0500	[thread overview]
Message-ID: <x7zpyw9huw.fsf@gkar.asds.com> (raw)
In-Reply-To: Kai Grossjohann's message of 29 Dec 1996 21:52:30 +0100

-----BEGIN PGP SIGNED MESSAGE-----

>>>>> "KG" == Kai Grossjohann
>>>>> <grossjohann@charly.informatik.uni-dortmund.de> writes:

KG> I vaguely recall somebody having talked about two separate news/mail
KG> environments in Gnus in different directories.  I'm trying to do
KG> something similar: separate the news (NNTP) and mail (nnml) stuff as
KG> completely as possible.

Can be done quite easilly, actually; I have been doing it all along.
The trick is to maintain separate .newsrc files (.newsrc for mail,
.newsrc-server for news), and use "correct" values for
gnus-select-method.  I use a set of foo-gnus functions to Do The Right
Thing for me (rat:gnus is just a wrapper which does a bit of other
housekeeping for me):

(defun mail-gnus ()
  (interactive)
  (setq gnus-select-method '(nnml ""))
  (rat:gnus t))
(defun ccs-gnus ()
  (interactive)
  (setq gnus-select-method '(nntp "news.ccs.neu.edu"))
  (rat:gnus nil))

To "convert" an existing setup, I think the easiest thing to do is to
copy .newsrc and .newsrc.eld to .newsrc-server and .newsrc-server.eld.
Then start Gnus with each value of gnus-select-menthod and delete the
groups you don't want.  This is a lot easier than editing a .eld file by
hand.

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3a
Charset: noconv

iQCVAwUBMsfeW56VRH7BJMxHAQFf6wP/foWoXCIKFv47GqhYo+S91LB/EvNRNnVO
TFDIhbxMgAdKgI3Q9OjoDc9V4AR5xFarYxB+prAJPj8BLCFWD2p17IAJtLLEq5se
xWwCi9ZL40xYwK0JveOTtncZe8Owg6yplg9wYo4kcTh/LP3ocqIIziyyth3WDP2p
iy5OQAZsFSQ=
=b42k
-----END PGP SIGNATURE-----
-- 
Rich Pieri <rich.pieri@prescienttech.com> | Do not taunt Happy Fun Ball.
Prescient Technologies, Inc.              | 
A Stone & Webster Company                 | 
I speak for myself, not PTI or SWEC       | 


      reply	other threads:[~1996-12-30 15:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-12-29 20:52 Kai Grossjohann
1996-12-30 15:23 ` Rich Pieri [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=x7zpyw9huw.fsf@gkar.asds.com \
    --to=rich.pieri@prescienttech.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).