From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/41151 Path: main.gmane.org!not-for-mail From: "Jason R. Mastaler" Newsgroups: gmane.emacs.gnus.general Subject: mail-sources: one server, two mailboxes ? Date: Sat, 29 Dec 2001 21:43:18 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035176592 4614 80.91.224.250 (21 Oct 2002 05:03:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:03:12 +0000 (UTC) Return-Path: Original-Received: (qmail 16172 invoked from network); 30 Dec 2001 04:44:15 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 30 Dec 2001 04:44:15 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16KXp3-0003OD-00; Sat, 29 Dec 2001 22:43:45 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 29 Dec 2001 22:43:37 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id WAA01102 for ; Sat, 29 Dec 2001 22:43:26 -0600 (CST) Original-Received: (qmail 16145 invoked by alias); 30 Dec 2001 04:43:24 -0000 Original-Received: (qmail 16141 invoked from network); 30 Dec 2001 04:43:23 -0000 Original-Received: from localhost (HELO nightshade.la.mastaler.com) (jason@127.0.0.1) by localhost with SMTP; 30 Dec 2001 04:43:23 -0000 Original-Received: (qmail 58175 invoked by uid 666); 30 Dec 2001 04:43:20 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Mail-Copies-To: never X-Face: "Whz7py/hGVg+:}u&Q$/5z>j)gy%qNRX{j]0xGF&?Z"^b3`[6dY'^jSDlZDHh$m1~YX6U3J 1gOce%&je3)lVMOa/P,=9Kj:lmZb6]1hMmam*SW$GrVPa>b05y9/svb[uX.i><]^; iE1^(p_*=eLQJ6g$[aOX9I#`DCP\^O=RR:7|95hZ Original-Lines: 23 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence, i386-unknown-freebsd4.4) X-Delivery-Agent: TMDA/0.43+ (Python 2.2; freebsd-4.4-RELEASE-i386) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:41151 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:41151 I'm looking for suggestions here. On my mail server which I access remotely over the Internet, incoming mail is written to one of two mailboxes; one for mailing lists, and a second for everything else. I need a way for Gnus running on my workstation to fetch mail from both of these mailboxes. I do have ssh access to the server, so that isn't a problem, but it seems like the Mail Source Specifiers for remote mail fetching (pop, imap) assume one mailbox. I can't find a way to specify multiple mailboxes with these. I installed Tramp and set mail-sources to fetch mail from a Maildir on the server (using ssh) like so: (setq mail-sources '((maildir :path "/[jason@a.mx.mastaler.com]~/Maildir/" :subdirs ("new" "cur" "list/new" "list/cur")))) But this is abysmally slow as each message in the Maildir is downloaded and then unlinked one by one. Any other ideas?