linux - 如何在 Wanderlust 中查看备用 mime 内容

标签 linux emacs imap mime

<分区>

如何在 Wanderlust 中查看备用 mime 内容?

我所有的邮件都是以 HTML 版本发送的,有时我宁愿看到纯文本版本,即使我不想完全失去查看 HTML 版本的能力。

最佳答案

我有(在 ~/.wl 中)

(setq mime-view-type-subtype-score-alist
  '(((text . plain) . 4)
    ((text . enriched) . 3)
    ((text . html) . 2)
    ((text . richtext) . 1)))

设置默认优先级(我更喜欢纯文本,但如果大多数时候你想要 html,只需更改值)。

然后,当我想查看替代版本时,我会显示所有消息部分(在摘要缓冲区中)

C-c m runs the command wl-summary-toggle-mime-buttons

显示为 [1 <text/plain; UTF-8 (7bit)>][2 <text/html; UTF-8 (quoted-printable)>]

跳转到消息缓冲区,并将光标放在适当的按钮上,

C-c C-t C-c runs the command mime-preview-toggle-content

切换特定部分的显示。

关于linux - 如何在 Wanderlust 中查看备用 mime 内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10993009/

相关文章:

exchange-server - 如何通过 IMAP 抑制已读回执?

linux - 通过bash查找特定文件的数量

python - 使用 AUTH=NTLM 针对 Exchange imap 服务器验证 imaplib.IMAP4_SSL

python - apt-get purge 做了什么?

python - 如何将 Emacs Flymake 模式用于带有 pyflakes 和 pylint 检查代码的 python?

windows - Windows 中的 Emacs

Emacs Erlang 模式缩进两倍 erlang-indent-level 指定

email - 使用 IMAP 获取邮件,获取已删除的邮件

linux - 创建将基于来自 webform 的值构建子域 (linux/whm/cpanel) 的脚本

linux - GitHub 看不到的 jupyter notebooks