On Tue, Apr 09 2019, Damien Collard wrote:
> Hello,
>
> I want to access the value of header 'Message-ID' but it seems not to be
> possible when it's hidden, which is the case by default as it's
> classified as a "boring" header.
>
> Is there a way I can access the hidden headers without changing the
> headers shown?
>
> Damien
>

Hellow Damien^^^

It's mine: ~/.gnus

#+BEGIN_SRC: elisp
(setq gnus-visible-headers
      '("^From:"
        "^Newsgroups:"
        "^Subject:"
        "^Date:"
        "^To:"
        "^Cc:"
        "^Organization:"
        "^Followup-To:"
        "^Mail-Followup-To:"
        "^Reply-To:"
        "^Posted-To:"
        "^Resent-From:"
        "^Resent-To:"
        "^Message-ID:"
        "^X-Newsreader:"
        "^User-Agent:"
        "^X-Mailer:"
        "^X-Envelope-From:"
        "^X-Google-Original-From:"
        "^X-Injected-Via-Gmane:"))
#+END_SRC

Sincerely, Byung-Hee from South Korea.

-- 
^고맙습니다 _地平天成_ 감사합니다_^))//


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to