经过多天的摸索,终于得到了一个令自己称心满意的邮件客户端了,贴图庆祝 ^^
其它一些问题
如果你在fetchmail的日志中看到以下错误信息
fetchmail: 正在读取信息[email protected]:232 of 464 (5862 octets) procmail: Renaming bogus mailbox "/var/mail/sun" info "/var/mail/BOGUS.sun.M"
procmail: Couldn't create "/var/mail/sun"
fetchmail: not flushed
解决办法是,把/var/mail/sun的所有者改为执行procmail的用户,例如我的用户是sun,执行
$ sudo chown -R sun /var/mail/sun
参考 http://wwww.kumgangwien.at/INFO/Mail-Archives/procmail/Sep-2006/msg00049.html
-
2007-3-9
完整配置清单:http://people.openrays.org/~s5unty/mutt/ -
2013-3-21
https://github.com/s5unty/dotfiles/tree/master/mutt