[Mew-dist 06422] Re: "In-Reply-To" and "References" fields

Han Yeongsu yons at example.com
1998年 9月 14日 (月) 13:12:24 JST


はん@図研といいます。

Fri, 11 Sep 1998 18:03:34 +0900 の
Mito <mit at example.com> さんのメール

> r などで reply する場合は、元のメッセージの References に、
> 元のメッセージの Message-Id をくっつけたものを References に
> します。
> 
> In-Reply-To には元のメッセージの Message-Id だけをつけます。
> 
> C-c C-y の場合は元のメッセージの References は見ません。
> draft の References に元のメッセージの Message-Id を追加する
> だけです。
> In-Reply-To は変化しません。

感謝です!
まえからほしいと思っていた機能でしたが、試したところ期待通りの
動作をしてくれます。

それと mew-gnus.el の場合 in-reply-to を取り込んでくれないので、
すこし(1文字)修正があります。

--
  韓 英樹 (mailto:yons at example.com)

-------------- next part --------------
--- mew-gnus.el~	Mon Sep 14 12:19:31 1998
+++ mew-gnus.el	Mon Sep 14 12:32:19 1998
@@ -137,7 +137,7 @@
 	  distribution (gnus-fetch-field "Distribution")
 	  in-reply-to (mew-header-get-value mew-message-id:)
 	  references (mew-header-get-value mew-references:))
-    (if (and in-reply-to (string-match "<[^\t >]>" in-reply-to))
+    (if (and in-reply-to (string-match "<[^\t >]+>" in-reply-to))
 	(setq in-reply-to (mew-match 0 in-reply-to))
       (setq in-reply-to nil))
     (if in-reply-to


Mew-dist メーリングリストの案内