help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to hide Gnus email headers?


From: Edward O'Connor
Subject: Re: How to hide Gnus email headers?
Date: Fri, 21 May 2004 11:51:44 -0500
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix)

> In my .gnus file I have:
> 
>     ;; The headers that are shown for messages or news-articles.
>     (setq gnus-visible-headers '("^From:" "^Date:" "^Subject:" "^To:" "^Cc:"
>       "^Followup-To:" "^Reply-To:" "^Newsgroups:"))
>     ;; The order of headers shown in article buffers.
>     (setq gnus-sorted-header-list '("^Date:" "^From:" "^Reply-To:"
>                                     "^Followup-To:" "^Subject:"
>                                     "^To:" "^Cc:" "^Newsgroups:"))

Why not just this?

(setq gnus-sorted-header-list '("^Date:" "^From:" "^Reply-To:"
                                "^Followup-To:" "^Subject:"
                                "^To:" "^Cc:" "^Newsgroups:"))
(setq gnus-visible-headers gnus-sorted-header-list)


Ted

-- 
Edward O'Connor
ted@oconnor.cx





reply via email to

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