R.A. Epigonos et al.

[wanderlust] 本文がtext/html; shift_jis (quoted-printable)なメールの全文表示

よくわからないけど、wanderlustで本文が表示されない問題が解決する場合があったのでメモっておく。

以下のようにするとよろし。最初のC-uはuniversal-argumentね。

C-u C-c C-v C-c

もしくはメールが表示されているwindowで以下のようにする。

M-x mime-preview-show-content

どうやら問題はメールのサイズが大きすぎて、これを全部フェッチしていないことが問題のようだ。fetchするメールのサイズはelmo-message-fetch-thresholdで指定されており、30000バイトがデフォルト。いちいちフェッチするか、フェッチするメールのサイズの上限をとるかすればよい。例えば以下のような設定を記入することで上限を撤廃できる。

(setq elmo-message-fetch-threshold nil)
(setq elmo-message-fetch-confirm nil)

関係がありそうな文献を以下にあげておく。

リファレンス

  1. mail.wanderlust.general.japanese: Re: Only showing headers.... - msg#00082 - OSDir
  2. Only showing headers....
  3. wanderlust "C-c C-v C-c" - Google 検索
  4. base64 + Shift_JIS なメール - defiantの日記
  5. wanderlust shift_jis - Google 検索
  6. mail.wanderlust.general.japanese: Re: sjis を base64 encode したメールの文字化け - msg#00037 - OSDir
  7. Wanderlust
  8. Wanderlust その 4
  9. Japanese discussion of the Wanderlust mail/news reader for Emacs/XEmacs
  10. mime-preview-show-content - Google 検索
  11. Linux環境設定な日々(2003-06-24)
  12. elmo-message-fetch-threshold elmo-message-fetch-confirm nil - Google 検索

ソーシャルブックマーク

  1. はてなブックマーク
  2. Google Bookmarks
  3. del.icio.us

ChangeLog

  1. Posted: 2010-01-03T05:41:20+09:00
  2. Modified: 2010-01-03T05:41:20+09:00
  3. Generated: 2023-08-27T23:09:12+09:00