From: yamaoka Date: Thu, 18 Apr 2002 23:07:35 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_6-02-quimby~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6319919b1827047c469963bf5af00e0ca1a16b24;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 731a201..6483ffd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-04-18 Josh Huber + + * message.el (message-gen-unsubscribed-mft): accept a prefix + argument so CC can be included with C-u C-c C-f C-a + 2002-04-17 Kai Gro,A_(Bjohann From Ted Zlatanov . diff --git a/lisp/message.el b/lisp/message.el index c297963..cba3cc5 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -2229,7 +2229,7 @@ in the current mail buffer, and appends the current user-mail-address. If the optional argument `include-cc' is non-nil, the addresses in the Cc: header are also put into the MFT." - (interactive) + (interactive "P") (message-remove-header "Mail-Followup-To") (let* ((cc (and include-cc (message-fetch-field "Cc"))) (tos (if cc