From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16323 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.user Subject: Re: Some Gnus Registry questions Date: Mon, 10 Jun 2013 08:55:54 +0200 Message-ID: <87k3m2ihdx.fsf@thinkpad.tsdh.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1370847391 23025 80.91.229.3 (10 Jun 2013 06:56:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Jun 2013 06:56:31 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Jun 10 08:56:32 2013 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ulw1m-00084t-VP for gegu-info-gnus-english@m.gmane.org; Mon, 10 Jun 2013 08:56:31 +0200 Original-Received: from localhost ([::1]:59626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulw1m-0000EA-Lt for gegu-info-gnus-english@m.gmane.org; Mon, 10 Jun 2013 02:56:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulw1P-0008Eu-Ky for info-gnus-english@gnu.org; Mon, 10 Jun 2013 02:56:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ulw1O-0001HB-Op for info-gnus-english@gnu.org; Mon, 10 Jun 2013 02:56:07 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:34637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulw1O-0001Gz-Hr for info-gnus-english@gnu.org; Mon, 10 Jun 2013 02:56:06 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ulw1M-0007nV-7O for info-gnus-english@gnu.org; Mon, 10 Jun 2013 08:56:04 +0200 Original-Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Jun 2013 08:56:04 +0200 Original-Received: from tsdh by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Jun 2013 08:56:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: tsdh.uni-koblenz.de User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:Igs+lhUu5oJ0MTewg4Z3ToEtlb4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16323 Archived-At: Ted Zlatanov writes: Hi Ted, > TH> 2) The default value of `gnus-registry-track-extra' is (subject sender > TH> recipient). When looking at the gnus registry eioio file, I can see > TH> that especially the subject tracking is responsible for a very large > TH> portion. Now the question is: do I actually need that? > > Probably no, if you never search by subject. I sometimes search by subject, but then it's with nnir on nnimap groups. > If you split by subject with the registry, then yes. > > TH> I don't use client-side splitting, so I think the only position where > TH> I use the registry is for referring articles (^) and gathering > TH> threads (A T), right? And since I also use > > TH> (setq gnus-summary-thread-gathering-function > TH> 'gnus-gather-threads-by-references) > > TH> I probably don't need the registry tracking subjects, right? > > Correct. I wonder if it could figure this out automatically. > > TH> In the same sense, do I actually need sender and recipient tracking? > TH> For article referring and thread gathering, I think only the > TH> Message-Id is needed, right? > > Correct. Thanks for the confirmation! Bye, Tassilo