From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10650 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: nnmail-spool-file should be a list... Date: 08 Apr 1997 14:13:55 -0700 Sender: wmperry@kramer.in.aventail.com Message-ID: <86wwqdw73g.fsf@kramer.in.aventail.com> References: <86ybatw9jd.fsf@kramer.in.aventail.com> Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035150484 25585 80.91.224.250 (20 Oct 2002 21:48:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:48:04 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id OAA18437 for ; Tue, 8 Apr 1997 14:22:52 -0700 Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Tue, 8 Apr 1997 23:13:59 +0200 Original-Received: (qmail 22610 invoked by uid 504); 8 Apr 1997 21:11:30 -0000 Original-Received: (qmail 22607 invoked from network); 8 Apr 1997 21:11:29 -0000 Original-Received: from newman.aventail.com (HELO newman) (root@199.238.236.1) by claymore.vcinet.com with SMTP; 8 Apr 1997 21:11:29 -0000 Original-Received: from kramer.in.aventail.com.aventail.com (wmperry@kramer [192.168.1.12]) by newman (8.6.12/8.6.9) with SMTP id NAA23276 for ; Tue, 8 Apr 1997 13:41:08 -0700 Original-To: ding@gnus.org Errors-to: wmperry@aventail.com X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 You should be able to specify multiple spool files, ala VM. I would > propose renaming nnmail-spool-file -> nnmail-spool-files, ala > vm-spool-files. I get mail from several places, and currently I can't get > to all of it from within Gnus. > > I'd like to be able to say: > > (setq nnmail-spool-files '("po:wmperry@aventail.com" > "po:wmperry@cs.indiana.edu" > "/var/spool/mail/wmperry")) > > To get mail from my aventail account, my ISP account, and the local spool > file. This would entail changes to the pop support to cache passwords > based on username/host. > > It actually looks like nnmail is already smart enough to deal with multiple > spool files, just nnmail-get-spool-files needs to have new code to deal > with nnmail-spool-files being a list. > > Anybody want to hack on this? I might get to it this weekend otherwise. Duh, it can be a list. But I still need to hack the pop support to have some way to specify the host for pop retrieval. Or am I overlooking something there as well. -Bill P.