- 刚刚发现esmtp一直没有记log。原因是esmtprc中~符号不能表示home。所以在.muttrc中改为:
set sendmail="/usr/bin/esmtp -v -X $HOME/Logs/.esmtplog" - 将set mbox_type=maildir改为 set mbox_type=mbox
- 为了能够正确显示中文的日期,set locale="zh_CN"是错误的,而应该是:
set locale="zh_CN.UTF-8" - 重新定义index_format:
set index_format="%4C %Z %{%b %d} %-15.15L (%4c)%X %s" - 重新定义folder_format:
set folder_format="%2C %t %N %F %2l %-8.8u %-8.8g %10s %d %f" - 重新定义attach_format:
set attach_format="%u%D%I %t%2n %T%.40d%> [%.7m/%.10M, %.6e%?C?, %C?, %s] "
没有评论:
发表评论