[Mew-dist 15357] mew-summary-display-asis

INOUE Tomohiro tinoue at example.com
2000年 12月 8日 (金) 22:47:13 JST


こんにちは、井上です。

summary mode の ',' (mew-summary-display-asis) ですが、
名前からしてできればヘッダの MIME decode をする前の状態を
見せて欲しいと思うのですが、どうでしょうか。

IM の頃はあきらめていたのですが、今では可能ですよね。
#もちろん C-x C-f でファイルを覗いてもいいんですが、いつも
#mew-summary-trace-directory が nil なもので少し面倒なんです。


(defun mew-summary-display-raw (fld msg &optional size)
  "DIsplay the message specified by FLD and MSG as is.
If SIZE is specified, truncates it with the size.
This function doesn't create a cache."
  ;; message buffer
  (mew-elet
   (mew-summary-display-preamble)
   (mew-insert-message fld msg mew-cs-autoconv size)
   (condition-case nil
       (progn
;;;;;;;;;(mew-decode-rfc822-header) ;; xxx limit..
;;;;;;;;;(mew-decode-syntax-arrange-warning)
	 (mew-header-goto-end)
	 (mew-header-arrange (point-min) (point))
	 (setq mew-decode-syntax (mew-decode-syntax-rfc822)))
     (error ()))
   (mew-summary-display-postscript 'no-hook)))


変数を導入してパッチにしようかとも思いましたが、どこまで
コメントアウトすべきかちょっと分かりませんでした。

---
         井上 知洋




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