|
如图,标题乱码,但是打开邮件后内容中文又显示正常...
.muttrc配置如下:
set charset="utf-8"
set assumed_charset="utf-8:gb2312:gb18030:gbk"
set send_charset="gb2312:utf-8:us-ascii:iso-8859-1"
set locale="zh_CN.UTF-8"
charset-hook !utf-8 gb2312
系统ubuntu的UTF8编码,发在ubuntu论坛貌似没人知道..:help
不知道.mailcap有没有影响,一起贴上来
cat .mailcap :
application/msword; wvHtml --charset=gb2312 %s - | lynx --dump -stdin;
nametemplate=%s.html; copiousoutput
#text/html; lynx --dump %s; nametemplate=%s.html; copiousoutput
text/html; w3m -dump -I %{charset} -T text/html %s; copiousoutput
application/pdf; acroread %s
image/jpeg; eog %s
image/gif; eog %s &
image/GIF; eog %s &
image/JPG; eog %s &
image/jpg; eog %s & |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|