From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Wellum Newsgroups: gmane.emacs.help Subject: How to hide Gnus email headers? Date: Thu, 20 May 2004 21:36:08 -0700 Organization: Cisco Systems Inc. Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085114895 17006 80.91.224.253 (21 May 2004 04:48:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 May 2004 04:48:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 21 06:48:10 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BR1x4-0005Fd-00 for ; Fri, 21 May 2004 06:48:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BR1vo-0006oq-Sk for geh-help-gnu-emacs@m.gmane.org; Fri, 21 May 2004 00:46:53 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!ihnp4.ucsd.edu!newsfeed.berkeley.edu!ucberkeley!sn-xit-02!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (usg-unix-v) Cancel-Lock: sha1:vugi0OICI39x+2Xf6aR/fvaUvBs= Cache-Post-Path: sj-nntpcache-5!unknown@irp-view5.cisco.com X-Cache: nntpcache 2.4.0b2 (see http://www.nntpcache.org/) Original-X-Complaints-To: abuse@supernews.com Original-Lines: 14 Original-Xref: shelby.stanford.edu gnu.emacs.help:123338 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18636 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18636 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