From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69239 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.gnus.general Subject: Re: Issue with nnml backend and gnus-group-get-new-news() Date: Mon, 30 Nov 2009 11:33:08 +0100 Message-ID: <38b2ab8a0911300233x3de8d5e6hb1ab52551af51f65@mail.gmail.com> References: <38b2ab8a0911300136v4593c4b6y41a072ea0f606475@mail.gmail.com> <87bpik2vam.fsf@thinkpad.tsdh.de> 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 1259577276 21239 80.91.229.12 (30 Nov 2009 10:34:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Nov 2009 10:34:36 +0000 (UTC) Cc: ding@gnus.org To: Tassilo Horn Original-X-From: ding-owner+M17644@lists.math.uh.edu Mon Nov 30 11:34:29 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 1NF3a3-0000fS-SK for ding-account@gmane.org; Mon, 30 Nov 2009 11:34:08 +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 1NF3Zg-0001Xq-DQ; Mon, 30 Nov 2009 04:33:44 -0600 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 1NF3Zd-0001XZ-JW for ding@lists.math.uh.edu; Mon, 30 Nov 2009 04:33:41 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1NF3Zc-0004yC-5I for ding@lists.math.uh.edu; Mon, 30 Nov 2009 04:33:41 -0600 Original-Received: from mail-fx0-f228.google.com ([209.85.220.228]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1NF3Zb-00032K-00 for ; Mon, 30 Nov 2009 11:33:39 +0100 Original-Received: by fxm28 with SMTP id 28so2908191fxm.5 for ; Mon, 30 Nov 2009 02:33:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=o/3Pu/EGE4kmL3ytwUQukWigrLrUYetQOJZ+Ve9IchM=; b=m2gVTWQuQBHUQr8TFJdLh7hmqG89eE99/PbJt+vZygCBPe0Sb+HQilFO9+6nV4AFoF /9iNYUb5RKhy5VOgpairbSYU5fiMxYIPfMl7Fty98N1CGfrH+eBB92VmPmh7eGZ0RJDU /d3tNuPe7esIHeqn+UxlUsZCpM38QB8xM3Kls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=dwRXpWIQ2dx674ouNHaynqlLP8s0BPaDI70UjKqXGQvVcxRjbFvSuNs56Eml5YfuHm l7WULd4TFnYdKwd2jb4alMCUo5ngdWU676/eglEpxnMrWSNZHCQLft1zOX4eBkqp4a80 jNPK6RmnM3SaJkD+i6pBUgoH06qKVd41gjxjk= Original-Received: by 10.239.170.34 with SMTP id q34mr384753hbe.3.1259577188682; Mon, 30 Nov 2009 02:33:08 -0800 (PST) In-Reply-To: <87bpik2vam.fsf@thinkpad.tsdh.de> X-Spam-Score: -3.2 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69239 Archived-At: Hi Tassilo, On Mon, Nov 30, 2009 at 10:53 AM, Tassilo Horn wro= te: > Francis Moreau writes: > > Hm, could you please provide the relevant parts of your config? Sure, it's quite simple: (setq nnmail-split-methods ("save.wyplay.bugs" "^From: bugzilla-daemon@.*") ("Inbox" ""))) > 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. Hm, I don't think so since they work as expected if I call gnus-group-get-new-news() _without_ prefix. Could you give it a try and see if it works as exepcted on your side ? > In > *Group* hit ^ to get to the server buffer, and there hit RET on your > nnml backend. =A0Check for unsubscribed groups there. There's no 'misc' group in the nnml server. Thanks --=20 Francis