From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16328 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.user Subject: Re: Some Gnus Registry questions Date: Thu, 13 Jun 2013 08:08:40 +0200 Message-ID: <87li6e4k5z.fsf@thinkpad.tsdh.de> References: <87k3m2ihdx.fsf@thinkpad.tsdh.de> 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 1371103740 10511 80.91.229.3 (13 Jun 2013 06:09:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2013 06:09:00 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Jun 13 08:09:01 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 1Un0iR-0005Pm-BE for gegu-info-gnus-english@m.gmane.org; Thu, 13 Jun 2013 08:08:59 +0200 Original-Received: from localhost ([::1]:42834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un0iQ-0006G2-Sd for gegu-info-gnus-english@m.gmane.org; Thu, 13 Jun 2013 02:08:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un0iN-0006Fv-F9 for info-gnus-english@gnu.org; Thu, 13 Jun 2013 02:08:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Un0iM-0002ob-Dn for info-gnus-english@gnu.org; Thu, 13 Jun 2013 02:08:55 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:35805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un0iM-0002oL-7R for info-gnus-english@gnu.org; Thu, 13 Jun 2013 02:08:54 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Un0iK-0005Lw-Ns for info-gnus-english@gnu.org; Thu, 13 Jun 2013 08:08:52 +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 ; Thu, 13 Jun 2013 08:08:52 +0200 Original-Received: from tsdh by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Jun 2013 08:08:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 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:IvfhwS3QVAAb1qIh9x4Q92Mcg9U= 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:16328 Archived-At: Tassilo Horn writes: >> 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! Ok, so now I've set gnus-registry-track-extra to nil in order to make the registry only track message ids. That works fine for new articles, but is there a way to remove the sender, recipients, and subjects from old articles that are already contained in the registry? `gnus-registry-remake-db' looks like it will erase all information, so I've not tried that so far. Bye, Tassilo