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:10:03 -0700 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 1085164164 8977 80.91.224.253 (21 May 2004 18:29:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 May 2004 18:29:24 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 21 20:29: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 1BREla-0005el-00 for ; Fri, 21 May 2004 20:29: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 1BREkG-0000Gk-6x for geh-help-gnu-emacs@m.gmane.org; Fri, 21 May 2004 14:27:48 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BREjK-0008Qx-QZ for help-gnu-emacs@gnu.org; Fri, 21 May 2004 14:26:50 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BREi6-0007GK-IF for help-gnu-emacs@gnu.org; Fri, 21 May 2004 14:26:08 -0400 Original-Received: from [171.68.10.87] (helo=sj-iport-5.cisco.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BREi1-000743-5A for help-gnu-emacs@gnu.org; Fri, 21 May 2004 14:25:34 -0400 Original-Received: from sj-core-3.cisco.com (171.68.223.137) by sj-iport-5.cisco.com with ESMTP; 21 May 2004 11:08:24 -0700 Original-Received: from mira-ptlm-a.cisco.com (IDENT:mirapoint@mira-ptlm-a.cisco.com [64.101.14.99]) by sj-core-3.cisco.com (8.12.10/8.12.6) with ESMTP id i4LIA6fS026993; Fri, 21 May 2004 11:10:09 -0700 (PDT) Original-Received: from irp-view5.cisco.com.cisco.com (irp-view5.cisco.com [171.70.65.142]) by mira-ptlm-a.cisco.com (MOS 3.4.6-GR) with ESMTP id ACH83656; Fri, 21 May 2004 11:10:03 -0700 (PDT) Original-To: "Edward O'Connor" In-Reply-To: (Edward O'Connor's message of "Fri, 21 May 2004 11:51:44 -0500") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (usg-unix-v) 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:18654 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18654 Edward O'Connor writes: >> 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 No effect on my mail :-(. ||Rich BTW: If I select from the menu-bar, "treatment hide headers" - that gets the effect I am looking for....