[Mew-dist 08467] X-Newsgroups 付きの記事への返信

INOUE Hiroyuki ( 井上 裕之 ) ino at example.com
1999年 4月 5日 (月) 11:24:11 JST


井上と申します。

Mew から NetNews に投稿した記事の控えを Dcc: 等で自分宛に送った場合、
控えではヘッダ中の Newsgroups: が X-Newsgroups: に変換されますよね。
で、この控え記事に対して返信したとき、現状ではドラフトのヘッダに
Newsgroups: が自動挿入されません。

elisp はわからないなりに、以下の様なアドホックな(気がする)変更を
して使っています。

--- mew-summary.el.ORG  Sat Apr  3 11:41:02 1999
+++ mew-summary.el      Sat Apr  3 11:41:05 1999
@@ -1078,7 +1078,8 @@
            (setq to (mew-header-parse-address-list mew-noreplyto-to-list))
            (setq cc (mew-header-parse-address-list mew-noreplyto-cc-list))))))
        (setq newsgroups (or (mew-header-get-value mew-followup-to:)
-                            (mew-header-get-value mew-newsgroups:)))
+                            (mew-header-get-value mew-newsgroups:)
+                            (mew-header-get-value (concat "X-" mew-newsgroups:))))
        (if (and newsgroups (mew-case-equal newsgroups "poster"))
            (setq newsgroups nil))
        (setq subject (mew-header-get-value mew-subj:))

自動挿入されてくれた方がちょっとだけうれしいと思うのですが、いかが
でしょうか。

-- 
いのうえ ひろゆき <ino at example.com>



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