GNU bug report logs - #13401
24.2.92; Mail mode in Emacs FAQ

Previous Next

Package: emacs;

Reported by: Xue Fuqiao <xfq.free <at> gmail.com>

Date: Thu, 10 Jan 2013 12:41:01 UTC

Severity: minor

Tags: fixed

Found in version 24.2.92

Fixed in version 27.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Xue Fuqiao <xfq.free <at> gmail.com>
Cc: Glenn Morris <rgm <at> gnu.org>, 13401 <at> debbugs.gnu.org
Subject: bug#13401: 24.2.92; Mail mode in Emacs FAQ
Date: Mon, 23 Sep 2019 18:44:02 +0200
Xue Fuqiao <xfq.free <at> gmail.com> writes:

> On Fri, 11 Jan 2013 01:38:06 -0500
> Glenn Morris <rgm <at> gnu.org> wrote:
>
>> But mail-default-headers is for Mail mode too, so it doesn't seem any
>> better in this regard.
>
> IIRC `mail-archive-file-name' is only for Mail mode.

I think this has been fixed at some point in the eight years since it
was reported:

(defcustom message-default-mail-headers
  ;; Ease the transition from mail-mode to message-mode.  See bugs#4431, 5555.
  (concat (if (and (boundp 'mail-default-reply-to)

[...]

	  (if (and (boundp 'mail-archive-file-name)
		   (stringp mail-archive-file-name))
	      (format "Fcc: %s\n" mail-archive-file-name))
	  mail-default-headers)

So I think the FAQ is OK as it is, and I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 5 years and 238 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.