Re: Displaying stuff from spamassassin headers in the summary buffer?
Eric Abrahamsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.general |
|---|---|
| Message-ID | <[email protected]> |
Steinar Bang <[email protected]> writes: >>>>>> Andreas Schwab <[email protected]>: > >> 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?