info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hiding long headers


From: Memnon Anon
Subject: Re: Hiding long headers
Date: Sat, 27 Mar 2010 19:18:57 +0000 (UTC)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]