From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M\. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: rmail-toggle-header problem Date: Fri, 20 Feb 2009 10:35:00 +0100 Message-ID: <1235122500.408378.2753.nullmailer@beryx.hq.kred> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1235122592 30815 80.91.229.12 (20 Feb 2009 09:36:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Feb 2009 09:36:32 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, handa@m17n.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 20 10:37:47 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LaRpL-000836-17 for ged-emacs-devel@m.gmane.org; Fri, 20 Feb 2009 10:37:47 +0100 Original-Received: from localhost ([127.0.0.1]:45655 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaRo0-0001FU-Qh for ged-emacs-devel@m.gmane.org; Fri, 20 Feb 2009 04:36:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LaRmp-0000oJ-K0 for emacs-devel@gnu.org; Fri, 20 Feb 2009 04:35:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LaRmn-0000nc-BG for emacs-devel@gnu.org; Fri, 20 Feb 2009 04:35:10 -0500 Original-Received: from [199.232.76.173] (port=54373 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaRmn-0000nP-4t for emacs-devel@gnu.org; Fri, 20 Feb 2009 04:35:09 -0500 Original-Received: from hq.kreditor.se ([213.136.42.58]:2584 helo=auxid.hq.kred) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LaRmj-0005yD-Fu; Fri, 20 Feb 2009 04:35:05 -0500 Original-Received: by auxid.hq.kred (Postfix, from userid 118) id BA4BB137A3D7; Fri, 20 Feb 2009 10:35:02 +0100 (CET) Original-Received: from beryx.hq.kred (unknown [10.16.0.106]) by auxid.hq.kred (Postfix) with SMTP id 985C1137A35E; Fri, 20 Feb 2009 10:35:02 +0100 (CET) Original-Received: (nullmailer pid 2754 invoked by uid 1000); Fri, 20 Feb 2009 09:35:00 -0000 In-reply-to: message from Eli Zaretskii on Fri, 20 Feb 2009 10:29:04 +0200 Original-References: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109246 Archived-At: But the original pre-mbox Rmail would always yank the full headers when you did that after expanding the headers with rmail-toggle-header. And I find that very convenient, because sometimes I do need to cite all the headers of a message. An important case in point is when I'm talking to some sysadmin about a problem in mail transport and want to show them a message as evidence. Agreed, it is also intuitive. rmail will yank what it shown, this makes very much sense.