你的 .muttrc 里有什么?
我刚刚开始使用 mutt(一开始是慢慢地剥离自己的 GUI 应用程序,最终我只是被困在终端窗口中),虽然我已经设法从我的 IMAP 服务器获取邮件,但还是有一些问题。我想做的自定义,主要是:
获取今天的邮件。
将所有内容保留在服务器上
不要在本地磁盘上保存任何内容
不要询问我是否要创建
$USER/Mail
文件夹。由于我也有常规邮件客户端,因此 mutt 只是从终端检查邮件的一种简单方法。
我不只是在这里问一个问题,我想我应该尝试找出更多关于你们可能拥有的一些很酷的技巧、配色方案和配置设置的信息,我可以在我的中使用它们。
I've just begun using mutt (what started out as slowly stripping myself of GUI applications, ended up with me just being holed inside a terminal window), and while I've managed to fetch my mail from my IMAP server, there are some customizations I'd like to do, mainly:
Fetch today's mail.
Leave everything on server
Don't save anything ever on local disk
Don't ask if I want to create a
$USER/Mail
folder. Since I also have my regular mail client, mutt is just an easy way to check mail from the terminal.
Instead of just asking a question here, I thought I'd try to find out more about some cool tricks, color schemes, and config settings you guys might have, that I can use in mine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下是我对您的自定义的看法:
muttrc
中,确保正确设置您的folder
变量。如果我没记错的话$USER/Mail
是默认值。如果您设置正确,mutt 不会在每次启动时要求您创建它。这里是我的 mutt 配置的一些摘录:
以及我的配色方案:
希望有帮助!
Here's what I can think of re your customizations:
muttrc
, make sure to set yourfolder
variable correctly. If I remember correctly$USER/Mail
is the default value. If you set it correctly mutt won't ask you to create it every time you start it.And here are some excerpts from my mutt config:
And my color scheme:
Hope that helps!
我意识到这现在已经非常旧了,但是请查看Offlineimap 以将本地Maildir 设置后台同步到某处的IMAP 帐户。
http://offlineimap.org/
另外,日光配色方案也相当不错:
http://ethanschoonover.com/solarized
I realize this is super old now but check out offlineimap for background syncing of a local Maildir setup to an IMAP account somewhere.
http://offlineimap.org/
Also, the solarized color schemes are quite nice:
http://ethanschoonover.com/solarized