From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31474 Path: main.gmane.org!not-for-mail From: "Bjørn Mork" Newsgroups: gmane.emacs.gnus.general Subject: Re: fetching mail for multiple servers Date: 20 Jun 2000 15:55:13 +0200 Organization: DoD 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: 8bit X-Trace: main.gmane.org 1035167880 14219 80.91.224.250 (21 Oct 2002 02:38:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:38:00 +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 91F7ED051E for ; Tue, 20 Jun 2000 09:50:42 -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 IAC15072; Tue, 20 Jun 2000 08:50:28 -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:49:42 -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 IAA02400 for ; Tue, 20 Jun 2000 08:49:31 -0500 (CDT) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by mailhost.sclp.com (Postfix) with ESMTP id D686FD051E for ; Tue, 20 Jun 2000 09:50:03 -0400 (EDT) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id PAA01475 for ding@gnus.org; Mon, 19 Jun 2000 15:51:46 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 29 Original-NNTP-Posting-Host: pc195.npt.no Original-X-Trace: quimby.gnus.org 961422706 25329 62.92.34.195 (19 Jun 2000 13:51:46 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 19 Jun 2000 13:51:46 GMT User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31474 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31474 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > That's what I meant. Like so: > > (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")))))) > > 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. > > Coming to think of it, it might be necessary to also allow > nnmail-split-fancy as server parameter, too. Something similar would also be useful for nnimap. I was a bit surprised when my work mail was split according to my home mail splitting rules a few months ago, although I probably shouldn't have been. Solved it by doing server based splitting on both imap servers, but I don't think that's always an option(?) Bjørn