如今,越来越多的 HTML 电子邮件被取消。不幸的是,由于mutt的内部分页器会覆盖来自外部工具的颜色代码,因此通过elinks使mutt呈现彩色 html仅部分起作用。为了克服这个问题,我使用了外部寻呼机:
在我的.mailcap 中
text/html; elinks -dump -dump-color-mode 3 \
dump-charset utf-8 -default-mime-type text/htm %s; \
copiousoutput
Run Code Online (Sandbox Code Playgroud)
并在.muttrc
set pager=more
auto_view text/html
Run Code Online (Sandbox Code Playgroud)
但是,现在寻呼机不显示任何非 html 电子邮件,这使其无法使用。
我想知道是否有办法
我正在bash-3.2通过 cygwin使用shell 尝试在我的系统上安装elinks浏览器。我正在按照此文档进行安装。
我正在执行以下命令:
./configure && make && make install
Run Code Online (Sandbox Code Playgroud)
设置失败说:
error: C preprocessor "/lib/cpp" fails sanity check
Run Code Online (Sandbox Code Playgroud)
我该怎么办?