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: Mon, 24 May 2004 09:56:25 -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 1085439913 9253 80.91.224.253 (24 May 2004 23:05:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 23:05:13 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 25 01:04:58 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 1BSOV7-00072W-00 for ; Tue, 25 May 2004 01:04:57 +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 1BSOU9-0006AV-I6 for geh-help-gnu-emacs@m.gmane.org; Mon, 24 May 2004 19:03:57 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BSOPc-0005Xj-Fp for help-gnu-emacs@gnu.org; Mon, 24 May 2004 18:59:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BSKr7-0006YC-1Z for help-gnu-emacs@gnu.org; Mon, 24 May 2004 15:12:01 -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 1BSIlE-0000dS-0a for help-gnu-emacs@gnu.org; Mon, 24 May 2004 12:57:12 -0400 Original-Received: from sj-core-4.cisco.com (171.68.223.138) by sj-iport-5.cisco.com with ESMTP; 24 May 2004 09:56:09 -0700 Original-Received: from mira-ptlm-a.cisco.com (IDENT:mirapoint@mira-ptlm-a.cisco.com [64.101.14.99]) by sj-core-4.cisco.com (8.12.10/8.12.6) with ESMTP id i4OGuRVh013596; Mon, 24 May 2004 09:56:28 -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 ACI10775; Mon, 24 May 2004 09:56:25 -0700 (PDT) Original-To: Kai Grossjohann In-Reply-To: (Kai Grossjohann's message of "Sun, 23 May 2004 12:55:18 +0200") 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:18708 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18708 Kai Grossjohann writes: Nothing happens. ||Rich > Richard Wellum 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. > > What happens when you type `t' while viewing a message? > > Kai