From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66040 Path: news.gmane.org!not-for-mail From: Michael Sperber Newsgroups: gmane.emacs.gnus.general Subject: Re: Patch submission: Allow group-local mail sources for nnmail Date: Fri, 04 Jan 2008 08:24:19 +0100 Message-ID: References: <86y7b7xeqp.fsf@lifelogs.com> <86r6gyvlj4.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1199431528 8583 80.91.229.12 (4 Jan 2008 07:25:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jan 2008 07:25:28 +0000 (UTC) Cc: ding@gnus.org To: Ted Zlatanov Original-X-From: ding-owner+M14533@lists.math.uh.edu Fri Jan 04 08:25:48 2008 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.50) id 1JAgw6-0001Vm-Ms for ding-account@gmane.org; Fri, 04 Jan 2008 08:25:47 +0100 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 1JAguq-0004nD-Lf; Fri, 04 Jan 2008 01:24:28 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JAgum-0004mx-QZ for ding@lists.math.uh.edu; Fri, 04 Jan 2008 01:24:24 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JAgul-00038f-O2 for ding@lists.math.uh.edu; Fri, 04 Jan 2008 01:24:24 -0600 Original-Received: from h615406.serverkompetenz.net ([81.169.143.132]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JAgul-0006Lc-00 for ; Fri, 04 Jan 2008 08:24:23 +0100 Original-Received: from h615406.serverkompetenz.net (localhost [127.0.0.1]) by h615406.serverkompetenz.net (Postfix) with ESMTP id 76D6C171DE; Fri, 4 Jan 2008 08:24:21 +0100 (MET) Original-Received: from valmont.local (p5B204E56.dip.t-dialin.net [91.32.78.86]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by h615406.serverkompetenz.net (Postfix) with ESMTP id 411B5171DB; Fri, 4 Jan 2008 08:24:21 +0100 (MET) Original-Received: by valmont.local (Postfix, from userid 2246) id DFF15491F72; Fri, 4 Jan 2008 08:24:19 +0100 (CET) In-Reply-To: <86r6gyvlj4.fsf@lifelogs.com> (Ted Zlatanov's message of "Thu, 03 Jan 2008 11:58:23 -0600") User-Agent: Gnus/5.110007 (No Gnus v0.7) XEmacs/21.5-b28 (darwin) X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66040 Archived-At: Ted Zlatanov writes: > On Thu, 03 Jan 2008 15:12:46 +0100 Michael Sperber wrote:=20 > > MS> Thanks for the review - is this better? > > Looks great. Could you add an example of a mail-source use to the > manual, as both the actual setting you'd use, and what it does? Like so? --snip-- The @code{mail-sources} is global for all mail groups. You can specify an additional mail source for a particular group by including the @code{group} mail specifier in @code{mail-sources}, and setting a @code{mail-source} group parameter (@pxref{Group Parameters}) specifying a single mail source. When this is used, @code{mail-sources} is typically just @code{(group)}; the @code{mail-source} parameter for a group might look like this: @lisp (mail-source . (file :path "home/user/spools/foo.spool") (group) @end lisp This means that the group's (and only this group's) messages will be fetched from the spool file @code{home/user/spools/foo.spool}. --snip-- --=20 Cheers =3D8-} Mike Friede, V=F6lkerverst=E4ndigung und =FCberhaupt blabla