From: yamaoka Date: Fri, 22 Jan 1999 08:23:41 +0000 (+0000) Subject: * lisp/message.el (message-reply): Get the references from `In-Reply-To' field X-Git-Tag: pgnus-ichikawa-199901221900 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c9f997d74e49065a9c6057235b39d5854009b0a9;p=elisp%2Fgnus.git- * lisp/message.el (message-reply): Get the references from `In-Reply-To' field if there were no references and `In-Reply-To' field looks promising. (message-yank-original): Try to fetch ID from `In-Reply-To' field if `References' field does not exist. (message-yank-original): Use `std11-narrow-to-header' instead of `message-narrow-to-head'. --- diff --git a/ChangeLog b/ChangeLog index 2b09ba6..51ed9b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 1999-01-22 Katsumi Yamaoka + * lisp/message.el (message-reply): Get the references from + `In-Reply-To' field if there were no references and `In-Reply-To' + field looks promising. + (message-yank-original): Try to fetch ID from `In-Reply-To' field + if `References' field does not exist. + (message-yank-original): Use `std11-narrow-to-header' instead of + `message-narrow-to-head'. + +1999-01-22 Katsumi Yamaoka + * lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from `gnus-current-headers' instead of article header.