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,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20492 invoked from network); 21 Mar 2023 17:15:27 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 21 Mar 2023 17:15:27 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pefa2-000Jvd-DM for ml@inbox.vuxu.org; Tue, 21 Mar 2023 12:15:26 -0500 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96) (envelope-from ) id 1pefa2-001u20-0N for ml@inbox.vuxu.org; Tue, 21 Mar 2023 12:15:26 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1pefZz-001u1t-1d for ding@lists.math.uh.edu; Tue, 21 Mar 2023 12:15:23 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pefZu-000Juv-1M for ding@lists.math.uh.edu; Tue, 21 Mar 2023 12:15:23 -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=qdO84XMLHzSWORUtATPjt0hcpgnyXB2kGUO/FWqLT3o=; b=IrmMIxSwGZVLAYYU339BxA7YgS o9W6RiC67NuQ9GP/XvrerJjGwrJvr4kYIq3l+zgHuuvWUfUvpq5fZwJqrOwlaN04TyKOQ/GlDPbB7 1+ho/+Q7OCI8cK+tAviKrXbqffF6uwcjyxM9tksS1TpN/sQEiq9IbjRyEEzpLzPa/UOA=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pefZk-0001lw-UR for ding@gnus.org; Tue, 21 Mar 2023 18:15:12 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1pefZh-0004JN-CN for ding@gnus.org; Tue, 21 Mar 2023 18:15:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Emanuel Berg Subject: Re: downscore a subject temporarily Date: Tue, 21 Mar 2023 18:14:58 +0100 Message-ID: <87bkkmqb59.fsf@dataswamp.org> References: <87y1nqrbe8.fsf@dataswamp.org> <875yaugi8s.fsf@igel.home> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:IO5YpUkdSX3fBQVGDxyI7R4Kz9M= Mail-Copies-To: never List-ID: Precedence: bulk Andreas Schwab wrote: >> I tried to use `gnus-summary-lower-score' but it's a lot of >> keys to hit: first a key for that function, then s for the >> subject, then e for exact match, then t for temporary ... > > For a temporary score two keys are enough (L S), or three if > you need exact match (L s E) or customize > gnus-score-default-type and/or gnus-score-default-header. You mean like this? (setq gnus-score-default-type 'e) (setq gnus-score-default-header 's) It's still 3 keys, L t RET - it's better (thanks), but it's still too much. Why isn't there a proper interface so you can use a custom Lisp function? Something like (gnus-summary-downscore-article-at-point 'subject 'exact 'temporary) PS. Is that the best way to block a thread on something you don't care about BTW? Maybe it should be based on a reference to a mail/post (article) instead? But recall that subjects sometimes change, and you want to give them a new chanse, if that happens. As in Subject: Really interesting stuff (was: Uninteresting stuff) -- underground experts united https://dataswamp.org/~incal