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: Re: Fixed order of headers in Rmail messages Date: Thu, 10 Feb 2022 08:17:56 +0100 Message-ID: <87a6ezxk9n.fsf@mother.org> References: <83czjvuufk.fsf@gnu.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="26628"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Feb 10 08:45:38 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 1nI493-0006g7-35 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 10 Feb 2022 08:45:37 +0100 Original-Received: from localhost ([::1]:40858 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nI491-0006yg-KT for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 10 Feb 2022 02:45:35 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:32802) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nI3id-0000IW-GL for help-gnu-emacs@gnu.org; Thu, 10 Feb 2022 02:18:32 -0500 Original-Received: from mxcwn02.webd.pl ([194.181.228.14]:61613) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nI3ia-00041w-BK; Thu, 10 Feb 2022 02:18:18 -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 1nI3iK-0003k5-QT; Thu, 10 Feb 2022 08:18:00 +0100 Original-Received: from [192.168.101.231] (port=49430 helo=mta01.int.webd) by wn02.webd.pl with esmtp (Exim 4.93) (envelope-from ) id 1nI3iK-00012R-LF; Thu, 10 Feb 2022 08:18:00 +0100 X-Quarantine-ID: <62QsUgUrp8pz> 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 62QsUgUrp8pz; Thu, 10 Feb 2022 08:17:58 +0100 (CET) Original-Received: from [85.128.106.18] (port=34240 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 1nI3iI-000101-1Z; Thu, 10 Feb 2022 08:17:58 +0100 In-Reply-To: <83czjvuufk.fsf@gnu.org> (message from Eli Zaretskii on Thu, 10 Feb 2022 08:06:39 +0200) 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:135876 Archived-At: Eli Zaretskii writes: > I don't think we have such a feature, no. Ok, so I didn't miss anything. > The place to add it would be in the function rmail-copy-headers, which > copies the headers from the original message to the view buffer. Oh great, thanks. I will try to elegantly modify/advice this function. > I don't know about these, but I very much doubt that those utilities > would rewrite messages they copy. I though so too. Anyway rmail-copy-headers function should be enough. Thanks.