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

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

Re: User-Agent X-Mailer headers in normal article view


From: Damien Wyart
Subject: Re: User-Agent X-Mailer headers in normal article view
Date: Wed, 29 Sep 2004 16:48:39 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3

* Lars Tobias Børsting <larstobi@itea.ntnu.no> in gnu.emacs.gnus:
> I often find it useful to see which user agent the mail has been sent
> with. Therefore I would like to get the article buffer to display the
> User-Agent and the X-Mailer headers in the normal article view. Is
> this easy to do? Any suggestions?

You have to tune the gnus-visible-headers variable, for example :

(setq gnus-visible-headers
 '("^From:\\|^Organization:\\|^To:\\|^Cc:\\|^Reply-To:\\|^Subject:\\|^Sender:"
   "^Newsgroups:.+[,]+.*$"
   "^X-Mailer:\\|^X-Newsreader:\\|^User-Agent:\\|^X-Posting-Agent:"
   "^Followup-To:\\|^Date:"
   ))

-- 
DW

reply via email to

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