From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5793 Path: main.gmane.org!not-for-mail From: Mark Eichin Newsgroups: gmane.emacs.gnus.general Subject: Re: multiple pop servers? Date: 29 Mar 1996 02:54:48 -0500 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146345 1427 80.91.224.250 (20 Oct 2002 20:39:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:39:05 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id AAA04740 for ; Fri, 29 Mar 1996 00:17:05 -0800 Original-Received: from cygnus.com (cygnus.com [140.174.1.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Fri, 29 Mar 1996 08:54:42 +0100 Original-Received: from tweedledumb.cygnus.com (tweedledumb.cygnus.com [192.80.44.1]) by cygnus.com (8.6.12/8.6.9) with SMTP id XAA16978; Thu, 28 Mar 1996 23:54:39 -0800 Original-Received: from maneki-neko.cygnus.com by tweedledumb.cygnus.com (4.1/4.7) id AA28252; Fri, 29 Mar 96 02:54:36 EST Original-Received: by maneki-neko.cygnus.com; (8.6.12/1.1.8.2/20Sep95-0235PM) id CAA10156; Fri, 29 Mar 1996 02:54:49 -0500 Original-To: Lars Magne Ingebrigtsen In-Reply-To: Lars Magne Ingebrigtsen's message of 29 Mar 1996 05:49:29 +0000 Original-Lines: 15 X-Mailer: September Gnus v0.59/Emacs 19.30 Xref: main.gmane.org gmane.emacs.gnus.general:5793 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5793 > whole bunch of "po:whatever" files in `nnmail-spool-file', and then > check the names of the spool files and set MAILHOST for each pop Hmm, that'd work, I'd just have it set to '("po:me/server1/file1" "po:me/server2/file2") and then pick those apart to set MAILHOST and the real spool name and the local name (or would the localname already be handled?)... > For instance, I could add a `nnmail-move-inbox-hook' that would be run > before fetching `inbox'. Would that do the trick? I'm not quite clear how this would work. Where would it be called from? I can look at that and see if I can come up with a hook I could use...