From f829012a953914b799973f373f8633d0d89aaabf Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 22 Sep 2004 04:41:15 +0000 Subject: [PATCH] Synch to No Gnus 200409220440. --- lisp/ChangeLog | 5 +++++ lisp/gnus-msg.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b24f86e..128943f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-09-22 Katsumi Yamaoka + + * gnus-msg.el (gnus-setup-message): Put article numbers into the + X-Draft-From header even if those articles aren't quoted. + 2004-09-21 Kevin Greiner * gnus-int.el (gnus-servers-that-use-local-marks): New variable. diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 7174b20..2116a1a 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -445,7 +445,7 @@ Thank you for your help in stamping out bugs. (not (string= ,group ""))) (push (cons (intern gnus-draft-meta-information-header) - (gnus-inews-make-draft ,yanked)) + (gnus-inews-make-draft (or ,yanked ,article))) message-required-headers)) (unwind-protect (progn -- 1.7.10.4