all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Edward O'Connor <ted@oconnor.cx>
Subject: Re: How to hide Gnus email headers?
Date: Fri, 21 May 2004 11:51:44 -0500	[thread overview]
Message-ID: <86hdu9g1un.fsf@rakim.cfhp.org> (raw)
In-Reply-To: m3fz9u6ta6.fsf@orion.daedalusnetworks.priv

> 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	other threads:[~2004-05-21 16:51 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 [this message]
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
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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86hdu9g1un.fsf@rakim.cfhp.org \
    --to=ted@oconnor.cx \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.