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: Re: How to hide Gnus email headers? Date: Fri, 21 May 2004 11:08:17 -0700 Organization: Cisco Systems Inc. Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085163503 7037 80.91.224.253 (21 May 2004 18:18:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 May 2004 18:18:23 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 21 20:18:14 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 1BREaz-0004nN-00 for ; Fri, 21 May 2004 20:18:14 +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 1BREZH-0000kn-GM for geh-help-gnu-emacs@m.gmane.org; Fri, 21 May 2004 14:16:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!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:xqC5QA/NrhNvLcIdw40qr8fw3Yc= Cache-Post-Path: sj-nntpcache-3!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: 30 Original-Xref: shelby.stanford.edu gnu.emacs.help:123354 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:18653 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18653 Giorgos Keramidas writes: > Richard Wellum writes: >> >> 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? > > Try using a list of headers rather than a regexp that matches all. > 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:")) > > and it works like a charm. > > - Giorgos Sorry has no effect on my mail at all :-(. ||Rich