From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27342 Path: main.gmane.org!not-for-mail From: dave-mlist@bfnet.com Newsgroups: gmane.emacs.gnus.general Subject: best setup for qmail and gnus Date: 30 Nov 1999 19:08:02 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035164383 24035 80.91.224.250 (21 Oct 2002 01:39:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:39:43 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA27786 for ; Tue, 30 Nov 1999 19:13:00 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id SAB22242; Tue, 30 Nov 1999 18:12:33 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 30 Nov 1999 18:12:08 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id SAA08274 for ; Tue, 30 Nov 1999 18:11:59 -0600 (CST) Original-Received: from knave.rad.directint.net (knave.rad.directint.net [207.168.228.90]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id TAA27775 for ; Tue, 30 Nov 1999 19:11:31 -0500 (EST) Original-Received: (qmail 12569 invoked by uid 2001); 1 Dec 1999 00:08:02 -0000 Original-To: ding@gnus.org In-Reply-To: Rene Matteau's message of "30 Nov 1999 15:58:16 -0500" Original-Lines: 26 X-Mailer: Gnus v5.7/Emacs 20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27342 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27342 OK, I've been fighting with my old qmail/procmail/gnus configuration for too long, and now I'm ready to scrap the whole thing and start anew. I'd like to get rid of procmail completely. I want to keep qmail separating my mail --- I get mail addressed to dave-@bfnet.com and qmail is smart enough to separate that into a Maildir called ~/Mail//Maildir. Next, I want gnus to slurp the mail out of Maildir. Here is my current test setup: (setq mail-sources '((maildir :path "/home/dave/Mail/test/Maildir/new"))) (setq gnus-select-method '(nnml "private")) (setq gnus-secondary-select-methods nil) Here are my questions: 0. Can anyone out there using qmail and gnus send me thier config? 1. What use is the string "private" in the gnus-select-method? 2. Should I set mail-sources to a function that looks for ~/Mail/*/Maildir and returns a list of (maildir) sources with their various paths, or is there a better way? Dave