From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69238 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Issue with nnml backend and gnus-group-get-new-news() Date: Mon, 30 Nov 2009 10:53:21 +0100 Message-ID: <87bpik2vam.fsf@thinkpad.tsdh.de> References: <38b2ab8a0911300136v4593c4b6y41a072ea0f606475@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259574826 12965 80.91.229.12 (30 Nov 2009 09:53:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Nov 2009 09:53:46 +0000 (UTC) Cc: ding@gnus.org To: Francis Moreau Original-X-From: ding-owner+M17643@lists.math.uh.edu Mon Nov 30 10:53:38 2009 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 1NF2ws-0008K2-DU for ding-account@gmane.org; Mon, 30 Nov 2009 10:53:38 +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 1NF2wh-0001KY-1T; Mon, 30 Nov 2009 03:53:27 -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 1NF2wf-0001KF-C4 for ding@lists.math.uh.edu; Mon, 30 Nov 2009 03:53:25 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1NF2wd-0005If-Mq for ding@lists.math.uh.edu; Mon, 30 Nov 2009 03:53:24 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1NF2wc-0002VD-00 for ; Mon, 30 Nov 2009 10:53:23 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 944887894B5B; Mon, 30 Nov 2009 10:53:22 +0100 (CET) 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 13672-06; Mon, 30 Nov 2009 10:53:22 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (unknown [141.26.94.103]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 0B4A178810D5; Mon, 30 Nov 2009 10:53:21 +0100 (CET) Mail-Copies-To: never In-Reply-To: <38b2ab8a0911300136v4593c4b6y41a072ea0f606475@mail.gmail.com> (Francis Moreau's message of "Mon, 30 Nov 2009 10:36:10 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -5.5 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69238 Archived-At: Francis Moreau writes: Hi Francis, > I'm using nnml backend for my emails which are stored in /var/spool > directory. > > When using gnus-group-get-new-news() with a prefix, Gnus moves the > emails from the spool directory to the temporary Incoming files but it > forgets to split the email after that. So IOW all emails fetched with > 'C-u 2 g' never reached any groups, they seem to be just deleted ! Hm, could you please provide the relevant parts of your config? I think that maybe your splitting rules don't match anything, and so all your mails end up in some "misc" group you probably aren't subscribed to. In *Group* hit ^ to get to the server buffer, and there hit RET on your nnml backend. Check for unsubscribed groups there. Bye, Tassilo