From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84946 Path: news.gmane.org!not-for-mail From: jenia.ivlev@gmail.com (jenia.ivlev) Newsgroups: gmane.emacs.gnus.general Subject: Re: How do you use gnus? really. Date: Tue, 16 Sep 2014 10:15:49 -0400 Message-ID: <8761gnps6i.fsf@gmail.com> References: <87iokrfjxy.fsf@gmail.com> <87mwa2y0g9.fsf@topper.koldfront.dk> <87egvexzzn.fsf@topper.koldfront.dk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1410877043 5286 80.91.229.3 (16 Sep 2014 14:17:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Sep 2014 14:17:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33190@lists.math.uh.edu Tue Sep 16 16:17:15 2014 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 1XTtZC-0002GI-QO for ding-account@gmane.org; Tue, 16 Sep 2014 16:17:15 +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 1XTtY5-0003aW-Vu; Tue, 16 Sep 2014 09:16:06 -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 1XTtY4-0003aL-5h for ding@lists.math.uh.edu; Tue, 16 Sep 2014 09:16:04 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XTtY2-000636-Ds for ding@lists.math.uh.edu; Tue, 16 Sep 2014 09:16:03 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XTtY0-0004AL-E9 for ding@gnus.org; Tue, 16 Sep 2014 16:16:00 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XTtY0-0001sh-Cm for ding@gnus.org; Tue, 16 Sep 2014 16:16:00 +0200 Original-Received: from modemcable112.235-178-173.mc.videotron.ca ([173.178.235.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Sep 2014 16:16:00 +0200 Original-Received: from jenia.ivlev by modemcable112.235-178-173.mc.videotron.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Sep 2014 16:16:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: modemcable112.235-178-173.mc.videotron.ca User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:q7zB8YDBs0V5+9GRbIxjGAUwqhc= X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84946 Archived-At: Thanks a lot. I tried doing: ;; Keep enough entries to have a good hit rate when referring to an ;; article using the registry. Use long group names so that Gnus ;; knows where the article is. (setq gnus-registry-max-entries 2500) (gnus-registry-initialize) (setq gnus-refer-article-method '(current (nnregistry) (nnweb "gmane" (nnweb-type gmane)))) Its from "9.18.2 Fetching by Message-ID Using the Registry" from GNUS' manual. After sending this message, Ill see if it work or not.