Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: 황병희 <soyeomul@red-october.yw.doraji.xyz>
To: info-gnus-english@gnu.org
Subject: Re: Accessing hidden headers
Date: Wed, 10 Apr 2019 11:55:05 +0900	[thread overview]
Message-ID: <87ef6ar2ly.fsf@delta.birch.chromebook> (raw)
In-Reply-To: <m2k1g363lw.fsf@gandi.net>

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

  parent reply	other threads:[~2019-04-10  2:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-09  7:26 Damien Collard
2019-04-09  7:31 ` Alberto Luaces
2019-04-09  8:05   ` Damien Collard
2019-04-09 18:17     ` Eric Abrahamsen
2019-04-10  5:42       ` Damien Collard
2019-04-10  2:55 ` 황병희 [this message]
2019-04-10  5:49   ` Damien Collard
2019-04-10  5:55     ` Damien Collard
2019-04-10  5:50   ` Damien Collard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ef6ar2ly.fsf@delta.birch.chromebook \
    --to=soyeomul@red-october.yw.doraji.xyz \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).