Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Memnon Anon <gegendosenfleisch@googlemail.com>
To: info-gnus-english@gnu.org
Subject: Re: Hiding long headers
Date: Sat, 27 Mar 2010 19:18:57 +0000 (UTC)	[thread overview]
Message-ID: <87mxxtd1i6.fsf@mean.albasani.net> (raw)
In-Reply-To: <86ljdfatrw.fsf@soton.ac.uk>

Samuel Sinayoko <s.sinayoko@soton.ac.uk> writes:

> Dear list,
>
> I'm a new user of Gnus. I'm getting more comfortable with it but am
> having problems hiding long headers. After looking at the manual I've
> added this to my .gnus file:
>
> (setq gnus-treat-hide-boring-headers 'head)
> (setq gnus-boring-article-headers '(empty followup-to reply-to long-to))
>
> However it had no effect. I also realised that I am not able to hide
> headers at all (W W h). I have checked that
>
> gnus-show-all-headers's value is nil
>
> Has anyone had the same problem? Thanks for your help!
>
> Sam

Not sure it helps you, but here are my settings:

;; Pretty self-explanatory
(setq gnus-visible-headers "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\
|^Followup-To:\\|^Reply-To:\\|^Summary:\\|^Keywords:\\|^To:\\|^[BGF]?Cc:\\
|^Posted-To:\\|^Mail-Copies-To:\\|^Mail-Followup-To:\\|^Apparently-To:\\
|^Gnus-Warning:\\|^Resent-From:\\|^X-Sent:\\|^User-Agent:\\|^X-Mailer:\\
|^X-Newsreader:")
(setq gnus-sorted-header-list '("^From:" "^Subject:" "^Summary:"
"^Keywords:" "^Newsgroups:" "^Followup-To:" "^To:" "^Cc:" "^Date:"
"^User-Agent:" "^X-Mailer:" "^X-Newsreader:"))

So, I only see those headers interesting to me. If I ever need to know
the rest, "t" toggles display of all headers.

hth memnon

  parent reply	other threads:[~2010-03-27 19:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-26 17:15 Samuel Sinayoko
2010-03-27 15:25 ` Harry Putnam
2010-03-27 19:18 ` Memnon Anon [this message]
2010-03-28 10:09   ` Samuel Sinayoko

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=87mxxtd1i6.fsf@mean.albasani.net \
    --to=gegendosenfleisch@googlemail.com \
    --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).