From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.help Subject: Re: How to hide Gnus email headers? Date: Sun, 23 May 2004 12:55:18 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <86smdr76qx.fsf@rumba.de.uu.net> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085377677 29853 80.91.224.253 (24 May 2004 05:47:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 05:47:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 24 07:47:51 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 1BS8JS-0000Lr-00 for ; Mon, 24 May 2004 07:47:51 +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 1BS8Hm-000724-Rs for geh-help-gnu-emacs@m.gmane.org; Mon, 24 May 2004 01:46:06 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BS8H9-00070e-Ay for help-gnu-emacs@gnu.org; Mon, 24 May 2004 01:45:27 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BS8Gb-0006s8-Jf for help-gnu-emacs@gnu.org; Mon, 24 May 2004 01:45:24 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BS8Gb-0006s0-Ci for help-gnu-emacs@gnu.org; Mon, 24 May 2004 01:44:53 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by mx20.gnu.org with esmtp (Exim 4.34) id 1BS8DS-0007qz-Mo for help-gnu-emacs@gnu.org; Mon, 24 May 2004 01:41:39 -0400 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BS8D8-0005Fq-00 for ; Mon, 24 May 2004 07:41:18 +0200 Original-Received: from pd9e1e40e.dip.t-dialin.net ([217.225.228.14]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 May 2004 07:41:18 +0200 Original-Received: from kai by pd9e1e40e.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 May 2004 07:41:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 15 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd9e1e40e.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:cVyLOEQNtH3DC0P1y2QC37pYxR4= 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:18685 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18685 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