Gnus development mailing list
 help / color / mirror / Atom feed
From: David Moore <dmoore@UCSD.EDU>
Subject: Re: Multiple nnml hierarchies, with separate procmail spools
Date: 07 Nov 1996 10:57:58 -0800	[thread overview]
Message-ID: <rveni53f7t.fsf@sdnp5.ucsd.edu> (raw)
In-Reply-To: Sten Drescher's message of 07 Nov 1996 10:03:57 -0600

Sten Drescher <sten.drescher@tivoli.com> writes:
> >>>>> Lars Magne Ingebrigtsen writes:
> LMI> Sten Drescher <sten.drescher@tivoli.com> writes:
> 
> LMI> Ah.  So you basically want to have `nnmail-procmail-directory' be
> LMI> a list of directories?  Or do you need something more advanced
> LMI> than that?
> 
> 	More advanced.  I understand what your to be suggestion is for
> everything from all the directories in the nnmail-procmail-directory
> list would go into the (single) nnml-directory.  What I need is for
> mail from nnmail-procmail-directory-1 (~/Mail) needs to go into
> nnml-directory-1 (~/Mail), and mail from nnmail-procmail-directory-2
> (~/Tivoli/mail) needs to go into nnml-directory-2 (~/Tivoli/Mail).


	Hmm, could you overbind nnmail-procmail-directory in the
secondary select method?  Mayhaps it'd need to be defvoo'd rather than
defvar'd.

	Something like this rather untested code.

(setq
 gnus-secondary-select-methods
 '((nnml "email-1"
    (nnml-directory "~/Mail")
    (nnmail-procmail-directory "~/Mail"))
   (nnml "email-2"
    (nnml-directory "~/Tivoli/Mail")
    (nnmail-procmail-directory "~/Tivoli/Mail")))
 )

-- 
David Moore <dmoore@ucsd.edu>       | Computer Systems Lab      __o
UCSD Dept. Computer Science - 0114  | Work: (619) 534-8604    _ \<,_
La Jolla, CA 92093-0114             | Fax:  (619) 534-1445   (_)/ (_)
<URL:http://oj.egbt.org/dmoore/>    | Solo Furnace Creek 508 -- 1996!


  parent reply	other threads:[~1996-11-07 18:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-11-06 19:09 Sten Drescher
1996-11-06 22:02 ` Lars Magne Ingebrigtsen
1996-11-06 21:48   ` Scott Blachowicz
1996-11-07  1:35   ` Sten Drescher
1996-11-08  4:50     ` Lars Magne Ingebrigtsen
1996-11-07 16:03       ` Sten Drescher
1996-11-07 18:31         ` Sudish Joseph
1996-11-07 19:46           ` Hrvoje Niksic
1996-11-07 18:57         ` David Moore [this message]
1996-11-08  1:30           ` Lars Magne Ingebrigtsen
1996-11-08 17:09             ` Sten Drescher
1996-11-08 21:54               ` Sten Drescher
     [not found]       ` <vafbud927gg.fsf@totally-fudged-out-message-id>
1996-11-07 16:35         ` Kai Grossjohann
1996-11-07 19:43           ` Sten Drescher

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=rveni53f7t.fsf@sdnp5.ucsd.edu \
    --to=dmoore@ucsd.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).