很久很久很久之前就支持...lihn 写了:mutt支持回话模式吗?就像outlook 2010里面的。把一个主题的邮件按一个回话显示。不用每次都去找了
用mutt和gmail打造舒服的电子邮件环境
- adam8157
- 帖子: 2794
- 注册时间: 2009-03-05 16:31
- 联系:
Re: 用mutt和gmail打造舒服的电子邮件环境
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
- roylez
- 帖子: 1928
- 注册时间: 2005-10-04 10:59
- 来自: 上海
Re: 用mutt和gmail打造舒服的电子邮件环境
这么老的帖子,你还来喷。E神你牛。
✡ 弄个dropbox空间来备份文件或者做私人代码服务器?
✡ 配置:[url]git://github.com/roylez/dotfiles.git[/url]
✡ 主页:http://roylez.heroku.com
✡ 各种稀奇玩意儿:http://dooloo.info
✡ 配置:[url]git://github.com/roylez/dotfiles.git[/url]
✡ 主页:http://roylez.heroku.com
✡ 各种稀奇玩意儿:http://dooloo.info
- IvanHan0511
- 帖子: 79
- 注册时间: 2009-08-25 21:06
- 来自: 魔王寨
Re: 用mutt和gmail打造舒服的电子邮件环境
主席终于现身了。
.请问你现在已经改用fetchmail了并一直用呢吗?
.使用pop3还是imap呢,你的使用感受有什么可以分享的吗?
.希望你能看到这个贴。
以上
.请问你现在已经改用fetchmail了并一直用呢吗?
.使用pop3还是imap呢,你的使用感受有什么可以分享的吗?
.希望你能看到这个贴。
以上
渐渐地开始真正了解Ubuntu精神了
- 自由建客
- 帖子: 13468
- 注册时间: 2008-07-30 23:21
- 系统: Debian stable AMD64
Re: 用mutt和gmail打造舒服的电子邮件环境
这……代码: 全选
set mbox="+inbox" # 收件箱是 ~/.mail/inbox set record="+inbox" # 发件箱是 ~/.mail/inbox set postponed="+inbox" # 草稿箱是 ~/.mail/inbox
- roylez
- 帖子: 1928
- 注册时间: 2005-10-04 10:59
- 来自: 上海
Re: 用mutt和gmail打造舒服的电子邮件环境
收发都在一块,thread显示,多好自由建客 写了:这……代码: 全选
set mbox="+inbox" # 收件箱是 ~/.mail/inbox set record="+inbox" # 发件箱是 ~/.mail/inbox set postponed="+inbox" # 草稿箱是 ~/.mail/inbox
✡ 弄个dropbox空间来备份文件或者做私人代码服务器?
✡ 配置:[url]git://github.com/roylez/dotfiles.git[/url]
✡ 主页:http://roylez.heroku.com
✡ 各种稀奇玩意儿:http://dooloo.info
✡ 配置:[url]git://github.com/roylez/dotfiles.git[/url]
✡ 主页:http://roylez.heroku.com
✡ 各种稀奇玩意儿:http://dooloo.info
- liangyongsheng1990
- 帖子: 171
- 注册时间: 2008-11-05 17:37
Re: 用mutt和gmail打造舒服的电子邮件环境
我用offlineimap+mutt,终于能收邮件了,花了好长时间,弄懂一个问题,就是offlineimap的目录和mutt的目录的对应,mutt配置文件中的和offlineimap配置文件中的要对应,网上不同的地方用的目录不同,这两个一定要对应,offlineimap的帮助文档很好,可以作为教程,另外用网易邮箱的,126,163,yeah.net 可以支持ssl,ssh和普通的端口不同,比如
可参考http://help.163.com/10/1111/15/6L7HMASV00753VB8.html,还有offlineimap可以设置收到邮件提醒,有新邮件时播放定义的声音文件是不错的选择,像手机一样,我是这么做的,在.offlineimaprc中然后建立~/.bin/notifysync.sh文件(每次offlineimap检测邮件都执行这个程序),.bin是我存放自己定义的非手动运行的程序的目录,
就是INBOX中有新邮件时,播放这个文件,如果没有的时候就不播放。
代码: 全选
set mbox_type=Maildir
set folder=$HOME/.mail
set spoolfile=~/.mail/INBOX
代码: 全选
localfolders = ~/.mail
代码: 全选
[Repository ****_remote]
type = IMAP
remotehost = imap.126.com
ssl = yes
#remoteport = 143 #这个是没有开启ssl的
remoteport = 993 #这个开启了
remoteuser = *************
remotepass = ************
maxconnections = 2
folderfilter = lambda foldername: foldername in ['INBOX', 'Sent']
代码: 全选
postsynchook = ~/.bin/notifysync.sh > /dev/null
代码: 全选
#!/bin/sh
if $( ls .mail/INBOX/new/* >/dev/null 2>1 )
then mplayer /usr/share/sounds/speech-dispatcher/test.wav
fi
希望大家在问题解决之后能够在标题处添加已解决
南无阿弥陀佛
南无阿弥陀佛