Robert Pluim wrote:

> In a temp buffer, no, but you can access the article buffer
> using eg `gnus-with-article' or `gnus-with-article-buffer',
> or even `gnus-with-article-headers' if you only care about
> the headers.

You mean like this?

(defun gnus-article-header-value (hdr)
  "Get the value of HDR for the current article."
  (with-current-buffer gnus-original-article-buffer
    (gnus-fetch-field hdr) ))

:)

More:
  https://dataswamp.org/~incal/emacs-init/gnus/article.el

-- 
underground experts united
https://dataswamp.org/~incal


Reply via email to