From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: karl@freefriends.org (Karl Berry) Newsgroups: gmane.emacs.help Subject: reordering rmail headers? Date: Fri, 24 Aug 2012 21:40:11 GMT Message-ID: <201208242140.q7OLeB6K007208@freefriends.org> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1345847527 19798 80.91.229.3 (24 Aug 2012 22:32:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Aug 2012 22:32:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 25 00:32:08 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T52QB-00030z-OH for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Aug 2012 00:32:07 +0200 Original-Received: from localhost ([::1]:38938 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T52Q9-0003Oa-Un for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Aug 2012 18:32:05 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T52A1-0002JM-PD for help-gnu-emacs@gnu.org; Fri, 24 Aug 2012 18:15:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T529z-0001Md-Nf for help-gnu-emacs@gnu.org; Fri, 24 Aug 2012 18:15:25 -0400 Original-Received: from frenzy.freefriends.org ([66.54.153.139]:43520 helo=freefriends.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T529z-0001MZ-G5 for help-gnu-emacs@gnu.org; Fri, 24 Aug 2012 18:15:23 -0400 X-Envelope-From: karl@freefriends.org X-Envelope-To: Original-Received: from freefriends.org (localhost [127.0.0.1]) by freefriends.org (8.14.5/8.14.5) with ESMTP id q7OLeBZq007209 for ; Fri, 24 Aug 2012 15:40:11 -0600 Original-Received: (from nobody@localhost) by freefriends.org (8.14.5/8.14.5/submit) id q7OLeB6K007208; Fri, 24 Aug 2012 21:40:11 GMT X-Authentication-Warning: frenzy.freefriends.org: nobody set sender to karl@freefriends.org using -f X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.54.153.139 X-Mailman-Approved-At: Fri, 24 Aug 2012 18:32:02 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86499 Archived-At: Using emacs 24.1 ... When reading a message in rmail, is there a way to specify the display ordering of the headers? (Like vm-visible-headers in vm, for anyone who might be familiar with that). It appears that rmail displays the headers in the same order as the original message (after filtering by rmail-ignored-headers, etc.). Which makes sense in its way, but I'd rather see the headers in the order I like, not what the sender used :). I looked around in rmail*.el and the rmail chapter in the manual, but didn't see anything. Got lost tracing the sources :(. (I came across Noah's old mail-reorder-headers.el, but that is about outgoing mail.) Thanks, Karl