From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83742 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: group in the mail-sources could not get mails Date: Tue, 20 Aug 2013 14:14:00 +0900 Organization: Emacsen advocacy group Message-ID: References: <87zjsei0if.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1376975738 2378 80.91.229.3 (20 Aug 2013 05:15:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Aug 2013 05:15:38 +0000 (UTC) Cc: ding@gnus.org To: Yong Original-X-From: ding-owner+M31998@lists.math.uh.edu Tue Aug 20 07:15:39 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VBeI7-0003H3-DI for ding-account@gmane.org; Tue, 20 Aug 2013 07:15:39 +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 1VBeGs-00068N-Tl; Tue, 20 Aug 2013 00:14:22 -0500 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 1VBeGq-00068B-3c for ding@lists.math.uh.edu; Tue, 20 Aug 2013 00:14:20 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1VBeGm-0001GC-DP for ding@lists.math.uh.edu; Tue, 20 Aug 2013 00:14:17 -0500 Original-Received: from mail-hampton.hostforweb.net ([216.246.15.223] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1VBeGk-0002i3-MR for ding@gnus.org; Tue, 20 Aug 2013 07:14:14 +0200 Original-Received: from localhost ([127.0.0.1]:55210) by hampton.hostforweb.net with smtp (Exim 4.80.1) (envelope-from ) id 1VBeGc-002UKT-TO; Tue, 20 Aug 2013 00:14:07 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130008 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.8) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:gLDNsnDxhv9noTLgF2u7IKLN4KQ= X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: root X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.8 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.4877 Ham tokens: 0.000-173--1293h-0s--0d--H*u:Emacs, 0.000-126--944h-0s--0d--H*u:Gnus, 0.000-126--944h-0s--0d--H*UA:Gnus, 0.000-2291--17217h-2s--0d--H*UA:Emacs, 0.000-11--79h-0s--0d--UD:el Spam tokens: 0.995-1--0h-3s--0d--HX-AntiAbuse:gnus.org, 0.995-13051--400h-54060s--0d--H*r:quimby.gnus.org, 0.992-12264--586h-51646s--0d--H*Ad:D*gnus.org, 0.991-7541--405h-31937s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.990-13007--750h-55292s--0d--H*RU:quimby.gnus.org Autolearn status: ham 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4877] List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83742 Archived-At: Yong wrote: > I use maildrop to deliver my mails to maildir directories, > and use nnml as mail backend in Gnus. > Because maildrop had taken care of the mail splitting, > I don't want Gnus to splitting mails again. > So I set the mail-sources variable to "group" in .gnus.el: > (setq mail-sources '((group))) > then use "G p" in the *Group* buffer to set the parameter of the group > where I want my mails to go: > ((mail-source . (maildir :path "/path/to/maildir"))) > However, this group can't get the mails. As far as I read the code in question[1], this feature will work if and only if you use `gnus-group-get-new-news-this-group' (M-g) for a group that has the `mail-source' group parameter. The code requires the group name to get the group parameter, however there is no opportunity to pass the group name to the code if you use `gnus-group-get-new-news' (g). So, we can call this a bug. I have no idea to fix it, though. [1] nnmail-get-new-mail-1 > And when I use "G c" to see the group parameters, I got: > Unknown entries: > INS DEL Lisp expression: > (mail-source maildir :path "/path/to/maildir") This is not a real problem. It's only that `G c' doesn't know such a parameter. > BTW, if I just use > (setq mail-sources '((maildir :path "/path/to/maildir"))) > then Gnus get the mails normally. Exactly.