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: Tue, 25 May 2004 07:11:55 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <86iselccpw.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 1085462319 12922 80.91.224.253 (25 May 2004 05:18:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 May 2004 05:18:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Kai Grossjohann Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 25 07:18:27 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 1BSUKZ-00043J-00 for ; Tue, 25 May 2004 07:18:27 +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 1BSUFx-0000fV-L9 for geh-help-gnu-emacs@m.gmane.org; Tue, 25 May 2004 01:13:41 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BSUF1-0000NY-8Y for help-gnu-emacs@gnu.org; Tue, 25 May 2004 01:12:43 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BSUES-0000Ax-H8 for help-gnu-emacs@gnu.org; Tue, 25 May 2004 01:12:39 -0400 Original-Received: from [195.129.12.212] (helo=emr1.eu.uu.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSUES-0000A3-2M for help-gnu-emacs@gnu.org; Tue, 25 May 2004 01:12:08 -0400 Original-Received: from imr0.eu.uu.net ([146.188.96.37]) by emr1.eu.uu.net with esmtp id 1BSUEJ-0004Ea-Sq; Tue, 25 May 2004 05:11:59 +0000 Original-Received: from localhost ([127.0.0.1]) by imr0.eu.uu.net with esmtp id 1BSUEJ-0002sA-Ln; Tue, 25 May 2004 05:11:59 +0000 Original-Received: from lgen1.lnd.ops.eu.uu.net ([62.191.128.29] helo=amr.eu.uu.net) by imr0.eu.uu.net with esmtp id 1BSUEJ-0002s5-6M; Tue, 25 May 2004 05:11:59 +0000 Original-Received: from rumba.de.uu.net.mci.com (dhcp-213.de.uu.net [139.4.37.213] (may be forged)) by amr.eu.uu.net (8.12.10/8.12.10) with ESMTP id i4P5BvMc027864; Tue, 25 May 2004 05:11:58 GMT SSL encryption with TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 SMTP AUTH used user=kgrossjo AuthMechanisms=LOGIN (envelope-from kai@emptydomain.de) Original-To: Richard Wellum In-Reply-To: (Richard Wellum's message of "Mon, 24 May 2004 09:56:25 -0700") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) 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:18715 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18715 Richard Wellum writes: > Kai Grossjohann writes: > >> What happens when you type `t' while viewing a message? > > Nothing happens. Hm. Please view a message and then switch to the *Article* buffer and then repeat C-h v gnus-visible-headers RET -- perhaps the value of this variable got b0rked somewhere along the way. What happens when you type C-u g while viewing a message? That surely should produce *some* kind of change, especially if the message in question is a mimey multipart thingy. Kai