[Mew-dist 2910] order of multiple headers

TSUMURA Tomoaki ( 津邑公暁 ) tsumura at example.com
1997年 11月 6日 (木) 20:56:26 JST


つむら@京大 です。

例えば、Received: を mew-field-visible に設定したときに
(ふつう しませんけど...)、message buffer 内で 各 Received: が
original とは逆順に表示されますが、これは仕様ですか?

original と同じ順で表示されたほうがいいと思うのですが。
私は 周りとの関連がよく分かっていないので、そうした場合に
何か不都合が生じるのであれば この mail は無視してください。

# ただ単に multiple な X-Face を original の順で表示してほしい
# だけだったりする...。
--
``The paths of glory lead but to the grave.''
                                    津邑 公暁@情報工学専攻.京大
                                      tsumura at example.com
                    http://www.lab3.kuis.kyoto-u.ac.jp/~tsumura/


こうでしょうか?

--- mew-decode.el.org	Thu Nov  6 20:47:59 1997
+++ mew-decode.el	Thu Nov  6 20:48:13 1997
@@ -767,7 +767,7 @@
 	    (if (null (string-match visible-regex key))
 		(setq others (concat others line))
 	      (setq n (mew-member-case-equal key mew-field-visible))
-	      (aset visible n (concat line (aref visible n)))
+	      (aset visible n (concat (aref visible n) line))
 	      ))
 	  ))
       (and (not mew-field-other-visible) others (insert others))



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