GNU bug report logs - #5555
23.1.92; mail-archive-file-name not working

Previous Next

Package: emacs;

Reported by: Warren Dodge <warren.l.dodge <at> tektronix.com>

Date: Wed, 10 Feb 2010 01:23:02 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: 5555 <at> debbugs.gnu.org
Subject: bug#5555: 23.1.92; mail-archive-file-name not working
Date: Thu, 11 Feb 2010 14:59:37 -0500
How about something like the following.

(I'm not sure if it will put the FCC file in the same directory as
mail-mode used to.)


*** lisp/gnus/message.el	2010-01-17 23:49:27 +0000
--- lisp/gnus/message.el	2010-02-11 19:54:01 +0000
***************
*** 1178,1185 ****
    :link '(custom-manual "(message)Message Headers")
    :type 'message-header-lines)
  
! (defcustom message-default-mail-headers ""
    "*A string of header lines to be inserted in outgoing mails."
    :group 'message-headers
    :group 'message-mail
    :link '(custom-manual "(message)Mail Headers")
--- 1178,1190 ----
    :link '(custom-manual "(message)Message Headers")
    :type 'message-header-lines)
  
! (defcustom message-default-mail-headers
!   (if (and (boundp 'mail-archive-file-name)
! 	   (stringp mail-archive-file-name))
!       (format "FCC: %s\n" mail-archive-file-name)
!     "")
    "*A string of header lines to be inserted in outgoing mails."
+   :version "23.2"
    :group 'message-headers
    :group 'message-mail
    :link '(custom-manual "(message)Mail Headers")




This bug report was last modified 15 years and 98 days ago.

Previous Next


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