[Mew-dist 15213] Re: thread feature
Hideyuki SHIRAI ( 白井秀行 )
shirai at example.com
2000年 11月 29日 (水) 18:48:11 JST
もう一つ。
thread 側で 't' を押したときに、
(1) sub part だと message がわからないので、いちいち聞かれる。
(2) (point-max) だと folder 名がわからないので、いちいち聞かれる。
という問題があります。folder 名の処理がこれでいいのかわからない
のでパッチにはしませんが、
(defun mew-summary-make-thread (&optional arg)
<<snip>>
(interactive "P")
(cond
((mew-virtual-p)
(let ((msg (mew-summary-message-number))
(fld (or (mew-summary-folder-name) (substring (buffer-name) 1)))
<<snip>>
(mew-summary-goto-folder nil fld)
(setq mew-summary-buffer-disp-msg mew-summary-jump-message-then-display)
(if msg (mew-summary-jump-message msg))))
な感じかしら?
## じゃ、さっきのパッチは自信があるかというと ^^;;;
## thread 側の mew-summary-buffer-folder-cache-time の処理が甘い
## と思う。mark とか region 指定の時は nil にしておかないといけ
## ませんね。
あと、もう一つ。
(3) thread 作るときは summary は事前に完成しているのが前提だと思
うから、(mew-summary-exclusive-p) を入れておいた方がいいと思い
ます。だけど、完成途中の summary でも動いた方がいいのかな?
--
白井秀行 (mailto:shirai at example.com)
Mew-dist メーリングリストの案内