From c9f997d74e49065a9c6057235b39d5854009b0a9 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 22 Jan 1999 08:23:41 +0000 Subject: [PATCH] * 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'. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. -- 1.7.10.4