From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81635 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Restrict nnir in gnus-refer-article-method to subscribed groups Date: Thu, 22 Mar 2012 20:47:54 +0100 Message-ID: <87fwd0h0yd.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1332445704 9337 80.91.229.3 (22 Mar 2012 19:48:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2012 19:48:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29915@lists.math.uh.edu Thu Mar 22 20:48:20 2012 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 1SAnzf-00012J-N8 for ding-account@gmane.org; Thu, 22 Mar 2012 20:48:20 +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 1SAnzQ-0007Ga-7Q; Thu, 22 Mar 2012 14:48:04 -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 1SAnzO-0007GN-Iw for ding@lists.math.uh.edu; Thu, 22 Mar 2012 14:48:02 -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 1SAnzN-0000zT-BX for ding@lists.math.uh.edu; Thu, 22 Mar 2012 14:48:02 -0500 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1SAnzL-00061i-FK for ding@gnus.org; Thu, 22 Mar 2012 20:47:59 +0100 Original-Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id A22A1207CA for ; Thu, 22 Mar 2012 15:47:56 -0400 (EDT) Original-Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute4.internal (MEProxy); Thu, 22 Mar 2012 15:47:56 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id :mime-version:content-type; s=smtpout; bh=IoIifHBHyhII4b2RihxfZu yMTWc=; b=mYDg+EPL7SRYYTDLlxmt2aGfwpuBDNhFKJF6s2IM9k0AvKaNZF3+Ez cCrtDDKJyjqy1Q5D8jyi2efxXomSF7xjQWpzKW+PgGZedTQIIW7j8kV3iFc4aODp I3uy1ugfBW9hFXNJn5fvxA4fjbGblZpareGdbrZrKpZCXmpcX6lQ8= X-Sasl-enc: uB597oHmJqrfhAzYOABRUTdLvYphHmH/LamWIhp/sYGe 1332445676 Original-Received: from thinkpad.tsdh.de (91-67-11-43-dynip.superkabel.de [91.67.11.43]) by mail.messagingengine.com (Postfix) with ESMTPSA id F36BD8E00CC for ; Thu, 22 Mar 2012 15:47:55 -0400 (EDT) User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.94 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81635 Archived-At: Hi! I have (nnir) in my `gnus-refer-article-method', and basically that does it's job very well. But one minor annoyance is that it'll search each and every group on a server, no matter its subscription level. On my university IMAP server, the complete newsgroup hierarchy is mirrored under nnimap+Uni:Shared Folders/, so referring to some article on that server will search thru a few dozens of groups, although I'm only subscribed to ~10 groups. Is there a way to restrict the search to only subscribed groups? Bye, Tassilo