From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22830 invoked from network); 16 Jun 2020 19:08:52 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 16 Jun 2020 19:08:52 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1jlGwe-0002ao-Ll; Tue, 16 Jun 2020 14:08:28 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jlGwa-0002Y6-ER for ding@lists.math.uh.edu; Tue, 16 Jun 2020 14:08:24 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jlGwY-00Dw6W-NW for ding@lists.math.uh.edu; Tue, 16 Jun 2020 14:08:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=yTx7mdAP8Ga9DCKNFgChy0GmkLLcZJXPQcP5Wp4klUc=; b=W/yCWEf2DokG5l3jePmjuUeiiv /9tds6OomvaYKweYVXmYlNuCdQwX6iXko4u3IJMHHFJ9gzHr/C35Ypsw688TrLOZIDagRsOYbo06M 7eGOMzBVWOIYsS3Q/1O3yQgOnjymPrAK39qNSm+QKNr8ejRkoxoqDTo/Sbs4WgrkVVPw=; Received: from ciao.gmane.io ([159.69.161.202]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jlGwQ-0001Sn-UG for ding@gnus.org; Tue, 16 Jun 2020 21:08:18 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jlGwQ-000UOV-D1 for ding@gnus.org; Tue, 16 Jun 2020 21:08:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Ted Zlatanov Subject: Re: How about gnus-registry-precious-only-p? Date: Tue, 16 Jun 2020 19:08:08 +0000 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: <87blmifkxe.fsf@ericabrahamsen.net> <87ftb0l17v.fsf@ericabrahamsen.net> <87pn9yc19p.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:9P7gOSJ5+b+M4SEMiR3qe2AZPR0= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never List-ID: Precedence: bulk On Tue, 16 Jun 2020 11:29:38 -0700 Eric Abrahamsen wrote: EA> Actually, thinking more about it, your point here is important -- it's EA> probably best to explicitly check the value of EA> `gnus-registry-extra-entries-precious'. Also, the good thing about EA> `gnus-registry-register-message-ids' is that it fully populates the EA> entries with sender, subject, etc. Relying on other manual functions to EA> create entries may fail to do that, and that information is important to EA> have. EA> I'm leaning towards having `gnus-registry-register-message-ids' do its EA> thing no matter what, and then deleting the entries when leaving the EA> *Summary* buffer. If the user adds precious data to any of the entries EA> while in the summary, they won't be deleted. OK. For large groups, this gets slow in my experience. Could we register the articles when adding the marks or when leaving the summary? Ted