From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: irek Newsgroups: gmane.emacs.help Subject: Fixed order of headers in Rmail messages Date: Wed, 09 Feb 2022 22:43:46 +0100 Message-ID: <87czjvyaul.fsf@mother.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9053"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Feb 09 22:44:51 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nHule-0002B3-J6 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 09 Feb 2022 22:44:50 +0100 Original-Received: from localhost ([::1]:34632 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nHuld-0007Rx-0m for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 09 Feb 2022 16:44:49 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:34436) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nHukm-0007Rl-On for help-gnu-emacs@gnu.org; Wed, 09 Feb 2022 16:43:56 -0500 Original-Received: from mxcwn02.webd.pl ([194.181.228.14]:46274) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nHukk-0004i3-Ge for help-gnu-emacs@gnu.org; Wed, 09 Feb 2022 16:43:56 -0500 Original-Received: from wn02.int.webd ([192.168.101.102] helo=wn02.webd.pl) by mta01.webd.pl with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1nHukg-0005IP-Bx for help-gnu-emacs@gnu.org; Wed, 09 Feb 2022 22:43:50 +0100 Original-Received: from [192.168.101.231] (port=38976 helo=mta01.int.webd) by wn02.webd.pl with esmtp (Exim 4.93) (envelope-from ) id 1nHukg-00063z-7c for help-gnu-emacs@gnu.org; Wed, 09 Feb 2022 22:43:50 +0100 X-Quarantine-ID: X-Virus-Scanned: amavisd-new at mxwn02.webd.pl Original-Received: from wn02.webd.pl ([192.168.101.102]) by mta01.int.webd (mxwn02.webd.pl [192.168.101.200]) (amavisd-new, port 10024) with ESMTP id Cx4PGyZrUymk for ; Wed, 9 Feb 2022 22:43:47 +0100 (CET) Original-Received: from public-gprs206802.centertel.pl ([46.134.147.19]:6523 helo=mother) by wn02.webd.pl with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1nHukd-0006Zi-N0 for help-gnu-emacs@gnu.org; Wed, 09 Feb 2022 22:43:47 +0100 Received-SPF: pass client-ip=194.181.228.14; envelope-from=mail@gumen.pl; helo=mxcwn02.webd.pl X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:135872 Archived-At: Hello. Each Rmail message have headers printed in different order. Reason for that is obvious but I was looking for convenient way to have chosen headers always in the same order in all messages. I don't see any Rmail variable or function that could help with sorting except for `rmail-show-message-hook' that could be used to modify each message when displayed but that's not the way I would like to go. Maybe I missed something or maybe there is a way to do this on movemail level or other mailutils program. I was looking there but couldn't find anything. Any ideas or suggestions?