From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72583 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: splitting for dunces Date: Tue, 05 Oct 2010 09:09:40 +0200 Message-ID: <87wrpxyv2j.fsf@thinkpad.tsdh.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1286263029 9958 80.91.229.12 (5 Oct 2010 07:17:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Oct 2010 07:17:09 +0000 (UTC) Cc: ding@gnus.org To: "Austin F. Frank" Original-X-From: ding-owner+M20956@lists.math.uh.edu Tue Oct 05 09:17:08 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P31lr-0001cz-Ms for ding-account@gmane.org; Tue, 05 Oct 2010 09:17:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P31lC-0004va-D2; Tue, 05 Oct 2010 02:16:26 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P31eh-0004tb-HG for ding@lists.math.uh.edu; Tue, 05 Oct 2010 02:09:43 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P31eg-0006iL-HQ for ding@lists.math.uh.edu; Tue, 05 Oct 2010 02:09:43 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P31ef-0002DJ-00 for ; Tue, 05 Oct 2010 09:09:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 5E39778274EA; Tue, 5 Oct 2010 09:09:41 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00830-01; Tue, 5 Oct 2010 09:09:40 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) by deliver.uni-koblenz.de (Postfix) with ESMTP id B254878274DA; Tue, 5 Oct 2010 09:09:40 +0200 (CEST) In-Reply-To: (Austin F. Frank's message of "Mon, 04 Oct 2010 17:09:08 -0400") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72583 Archived-At: "Austin F. Frank" writes: Hi Austin, > OK, then I might not be quite the dunce I thought I was. Hopefully > this is a legitimate bug report. No, I'm sorry. ;-) > #v+ > (add-to-list 'gnus-secondary-select-methods > '(nnimap "dc" > (nnimap-address "localhost") > (nnimap-stream shell) > (nnimap-shell-program "/opt/local/sbin/dovecot --exec-mail imap") > (nnimap-nov-is-evil nil) > (nnimap-inbox "INBOX") > (nnimap-split-methods > '(| (any "user2@example.*" "mail.personal") ^ That quote is wrong. The whole '(nnimap ...) method is already quoted. Bye, Tassilo