all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: 5555@debbugs.gnu.org
Subject: bug#5555: 23.1.92; mail-archive-file-name not working
Date: Thu, 11 Feb 2010 14:59:37 -0500	[thread overview]
Message-ID: <p4d40bfsra.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <55zl3hy2ex.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed\, 10 Feb 2010 02\:29\:10 -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")






  reply	other threads:[~2010-02-11 19:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-10  1:21 bug#5555: 23.1.92; mail-archive-file-name not working Warren Dodge
2010-02-10  7:29 ` Glenn Morris
2010-02-11 19:59   ` Glenn Morris [this message]
2010-02-12  5:24     ` Glenn Morris
2010-02-12 17:29       ` Warren Dodge
2010-02-16  2:49     ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=p4d40bfsra.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=5555@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.