[Mew-dist 06964] Re: mew-1.94b2 and im-104
Murata Takashi
Takashi.Murata at example.com
1998年 11月 24日 (火) 21:00:15 JST
村田@NSGです。
(setq mew-decode-quoted t)
しても、"" の中を decode してくれませんでしたので、修正です。
┌───────────── 村田 隆 / Takashi.Murata at example.com ┐
└ 日本システム技術(株) 技術部 Tel:03-3503-8736 Fax:03-3580-7806 ┘
*** mew-scan.el- Tue Nov 24 15:53:45 1998
--- mew-scan.el Tue Nov 24 20:50:50 1998
***************
*** 130,137 ****
(if (< (window-width) 80)
80
(window-width))))
! (format "--mimedecodequoted" (if mew-decode-quoted
! "yes" "no"))
(append mew-prog-im-arg ;; xxx
(cond
((string-match mew-prog-imget prog)
--- 130,137 ----
(if (< (window-width) 80)
80
(window-width))))
! (format "--mimedecodequoted=%s" (if mew-decode-quoted
! "yes" "no"))
(append mew-prog-im-arg ;; xxx
(cond
((string-match mew-prog-imget prog)
Mew-dist メーリングリストの案内