From: shigeki@mediawars.ne.jp (Shigeki UNO)
Subject: Re: How to hide Gnus email headers?
Date: Sat, 22 May 2004 17:03:58 +0900 [thread overview]
Message-ID: <86hdu8anwx.fsf@mediawars.ne.jp> (raw)
In-Reply-To: y5aur7te1jnr.fsf@irp-view5.cisco.com
Richard Wellum <rwellum@cisco.com> writes:
> Hi,
>
> Using Gnus to view my mail, I am trying to avoid seeing the unnecessary
> headers each time. I have the following line in my .gnus:
>
> (setq gnus-visible-headers "^From:\\|^Subject:\\|^Cc:\\|^To:")
>
> But doesn't seem to help - I still see everything.
>
> Any ideas where I am going wrong?
>
> Thanks...
>
> ||Rich
The following is what I'm setting up in my ~/.emacs file.
;;mail
(setq message-required-mail-headers
'(From Date Subject X-Mailer User-Agent Message-ID Organization))
;;news
(setq message-required-news-headers
'(From Date Newsgroups Subject X-Newsreader User-Agent Message-ID Xref Organization))
(setq gnus-visible-headers
(list
"To:"
"Cc:"
"Reply-To:"
"From:"
"Subject:"
"Newsgroups:"
"Followup-To:"
"Date:"
"Organization:"
"Organisation:"
"X-Mailer:"
"X-Newsreader:"
"User-Agent:"
))
(setq gnus-ignored-headers "^References:\\|^Xref:")
HTH,
---
Shigeki UNO
next prev parent reply other threads:[~2004-05-22 8:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-21 4:36 How to hide Gnus email headers? Richard Wellum
2004-05-21 9:00 ` Markus Knittig
2004-05-21 9:09 ` Giorgos Keramidas
2004-05-21 16:51 ` Edward O'Connor
2004-05-21 18:08 ` Richard Wellum
[not found] ` <mailman.6706.1085159510.1061.help-gnu-emacs@gnu.org>
2004-05-21 18:10 ` Richard Wellum
2004-05-22 8:03 ` Shigeki UNO [this message]
2004-05-22 11:55 ` Xavier Maillard
2004-05-23 10:55 ` Kai Grossjohann
[not found] ` <mailman.6961.1085377531.1061.help-gnu-emacs@gnu.org>
2004-05-24 16:56 ` Richard Wellum
2004-05-25 5:11 ` Kai Grossjohann
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86hdu8anwx.fsf@mediawars.ne.jp \
--to=shigeki@mediawars.ne.jp \
/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 read-only IMAP folder(s) and NNTP newsgroup(s).