From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31473 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: fetching mail for multiple servers Date: 20 Jun 2000 06:23:19 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035167879 14218 80.91.224.250 (21 Oct 2002 02:37:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:37:59 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id C082DD051E for ; Tue, 20 Jun 2000 09:46:29 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id IAC14871; Tue, 20 Jun 2000 08:42:50 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 20 Jun 2000 08:42:00 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA02319 for ; Tue, 20 Jun 2000 08:41:49 -0500 (CDT) Original-Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by mailhost.sclp.com (Postfix) with SMTP id 85E25D051E for ; Tue, 20 Jun 2000 09:42:23 -0400 (EDT) Original-Received: (qmail 18213 invoked from network); 20 Jun 2000 13:42:22 -0000 Original-Received: from adsl-117-113.ln.networkone.net (HELO reader.ptw.com) (209.144.117.113) by mail.networkone.net with SMTP; 20 Jun 2000 13:42:22 -0000 Original-Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id GAA20336; Tue, 20 Jun 2000 06:42:20 -0700 X-Authentication-Warning: reader.ptw.com: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Tue, 20 Jun 2000 14:12:15 +0200" User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5 Original-Lines: 39 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31473 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31473 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > > That looks very useful. Its not clear from your post though, as to > > what will happen with the splitting. Is it possible to make this > > works so that each server can have its own split code too? >=20 > That's what I meant. Like so: >=20 > (setq gnus-secondary-select-methods > '((nnml "work" > (nnml-directory "~/workmail/") > (nnmail-split-methods '(("" "mail.foo"))) > (mail-sources '((pop :server "work.pop.server")))) > (nnml "play" > (nnml-directory "~/privatemail/") > (nnmail-split-methods '(("" "mail.bar"))) > (mail-sources '((pop :server "private.pop.server")))))) >=20 > Here, all mail from work.pop.server will go to nnml+work:mail.foo, > whereas mail from private.pop.server will go to nnml+play:mail.bar. >=20 > Coming to think of it, it might be necessary to also allow > nnmail-split-fancy as server parameter, too. >=20 Oh-boy, that would be cool to the max.. Not as ultimately cool as nnir was but still significant coolness.... he he. Probably would require that split-fancy be allowed too. While were on nnml-split-fancy .. Is it really required for the code you wrote concerning splitting conversations? Message-ID: