From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from mx1.math.uh.edu (mx1.math.uh.edu [129.7.128.32]) by inbox.vuxu.org (Postfix) with ESMTP id 45A172162B for ; Sun, 28 Jan 2024 15:39:54 +0100 (CET) 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.97.1) (envelope-from ) id 1rU6K9-000000011ZR-1BqR for ml@inbox.vuxu.org; Sun, 28 Jan 2024 08:39:53 -0600 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.97.1) (envelope-from ) id 1rU6K8-00000003xHN-2yAJ for ml@inbox.vuxu.org; Sun, 28 Jan 2024 08:39:52 -0600 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.97.1) (envelope-from ) id 1rU6K6-00000003xHE-01D5 for ding@lists.math.uh.edu; Sun, 28 Jan 2024 08:39:50 -0600 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.97.1) (envelope-from ) id 1rU6Jz-000000011Yu-1qzW for ding@lists.math.uh.edu; Sun, 28 Jan 2024 08:39:44 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc: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=geTZx6eFZE+5x9xHUtBu33IUAqwG/peozxyZsZD1h7g=; b=db38w3xPQjoDvUh838/fhfLdBn cos3vswmZG+JfF9t3frJw5RObuI5OR6urKPiMi0IrtwStU2RY/J1c0fBIIffTsKFa6Ai5gmkEyYs+ zj2R4vUo7hnjXh22cxPdAllufKGDOOMfbl4TSYC7WM6U6E0vOIc/ybEVw/vtL4s4MXk8=; 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 1rU6Jr-0004n5-4b for ding@gnus.org; Sun, 28 Jan 2024 15:39:38 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1rU6Jo-0003vc-LC for ding@gnus.org; Sun, 28 Jan 2024 15:39:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Re: Displaying stuff from spamassassin headers in the summary buffer? Date: Sun, 28 Jan 2024 06:39:25 -0800 Message-ID: <877cjtmsiq.fsf@ericabrahamsen.net> References: <87zfwqcrd3.fsf@dod.no> <87r0i273uq.fsf@igel.home> <87v87ec7fx.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:Rr6PG4QLVIl9S7cyZsI8CkjREWs= List-ID: Precedence: bulk Steinar Bang writes: >>>>>> Andreas Schwab : > >> On Jan 28 2024, Steinar Bang wrote: >>> Right now I have to do C-u g to see these headers in the raw message. > >> t runs the command gnus-summary-toggle-header (found in >> gnus-summary-mode-map), which is an interactive byte-compiled Lisp >> function in ‘gnus-sum.el’. > >> It is bound to t and W t. There's also `gnus-visible-headers', if you want to always see the result in the article buffer. > When you say this, I think I actually knew this and had forgotten > it... I wonder of how I landed on 'C-u g'? > > Maybe I was told the previous time I asked this quesetion? (I miss > gmane's xapien search from 'G G'...) > > But anyway: what I really-really-want is to have spam-tagged articles be > flagged, highlighted some way in the summary buffer by the spam score. > > I think the concensus the last time I was "no" since the spamassassin > headers weren't in the set cached for use in the summary buffer, so the > entire article must be loaded and parsed. I believe you could add your desired header to the `gnus-extra-headers' variable, and get it from there?