From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Fixed order of headers in Rmail messages Date: Thu, 10 Feb 2022 14:03:16 +0200 Message-ID: <83tud7szcr.fsf@gnu.org> References: <87czjvyaul.fsf@mother.org> <87r18btf7f.fsf@gnu.org> <834k57upvw.fsf@gnu.org> <87mtizt8sk.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27392"; 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 Thu Feb 10 13:12: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 1nI8JR-00070m-SZ for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 10 Feb 2022 13:12:38 +0100 Original-Received: from localhost ([::1]:55364 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nI8JQ-0000nu-JU for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 10 Feb 2022 07:12:36 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50070) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nI8AU-0004Es-TN for help-gnu-emacs@gnu.org; Thu, 10 Feb 2022 07:03:32 -0500 Original-Received: from [2001:470:142:3::e] (port=54454 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nI8AU-0003bm-7H for help-gnu-emacs@gnu.org; Thu, 10 Feb 2022 07:03:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=ftRXVuMpeWX+Ya9SkHjfQHLUSpxxXU8dYeuIpyqgy3E=; b=ADZxVRchikTA aq99978ifMDbz0DlwDHO78yV9/0rOsNDIGEMFFrtpqSoZlcyPmkR3BoAIzc2nW8//oStJr25HwcHu K66V1VPj6FBiViSoNiVnbEvhQzoFq9BlGcWlCFhLfvDGLEaqlW98TBXJFm/Ot8K9UZ81L9Pi5fZRG wTeV6lqecg0wuQqDMzz2rjeBqFf/78/4/5hwzkgRF/orb5ZeLVV8VplWii2tc11fuHSF6SgF+Pb7k gjlebHPRu789kzFFREiqSecdusb1a0Aw5tjLsQOTGSiNIJedOvqNPyDP6UIwJFmdLmLG9tGSbQnwN Si/LGhEbtlEEE0Q+9FgTuw==; Original-Received: from [87.69.77.57] (port=4248 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nI8AS-0006uV-QQ for help-gnu-emacs@gnu.org; Thu, 10 Feb 2022 07:03:21 -0500 In-Reply-To: <87mtizt8sk.fsf@gnu.org> (message from Tassilo Horn on Thu, 10 Feb 2022 09:37:43 +0100) 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:135883 Archived-At: > From: Tassilo Horn > Cc: help-gnu-emacs@gnu.org > Date: Thu, 10 Feb 2022 09:37:43 +0100 > > Ah, alright, I didn't know that has changed but simply assumed it's > still the case because buffer-file-name in an Rmail buffer is the mbox > file. That's because we use buffer-swap-text there.