LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1205|回复: 3

mutt实用的技巧,mutt的爱好者请一起共享

[复制链接]
发表于 2006-11-8 19:29:43 | 显示全部楼层 |阅读模式
我先说说,并问一个问题。
1.热键绑定fetchmail,
在~.muttrc加入

  1. #key binding fetchmail
  2. macro index    G "!fetchmail -v\n"   "Invoke fetchmail"
  3. macro pager    G "!fetchmail -v\n"   "Invoke fetchmail"
复制代码

以后就可以打开mutt后随时按ctrl+g接收新邮件,不需要把fetchmail作为常驻进程或先运行fetchmail收邮件再开mutt了。

2.热键绑定进入inbox,:ask mutt需要按c选择邮箱,不知道有没有方法绑定热键快速进入inbox,知道的请告知:)

3.在firefox新建标签中打开html附件,而且查看附件时不会锁住mutt。
定义mailcap,关联mailcap文件,在muttrc中加入

  1. # ext app to view attachment
  2. set mailcap_path="~/.mutt/mailcap"
复制代码

创建~/.mutt/mailcap,加入
  1. text/html; firefox %s; firefox -a firefox -remote 'openURL(file://%s, new-tab)'; copiousoutput
复制代码

相类似还可以定义很多mailcap,例如用oOo打开word文档:

  1. application/msword; ooffice -writer %s; copiousoutput
复制代码
发表于 2006-11-9 09:12:51 | 显示全部楼层
2.热键绑定进入inbox, mutt需要按c选择邮箱,不知道有没有方法绑定热键快速进入inbox,知道的请告知:)

c> # to inbox
c< # to outbox
回复 支持 反对

使用道具 举报

发表于 2006-11-9 11:35:59 | 显示全部楼层
Post by dreamawake

2.热键绑定进入inbox,:ask mutt需要按c选择邮箱,不知道有没有方法绑定热键快速进入inbox,知道的请告知:)


还可以用 Macro:
macro index,pager ,1 'c>'

c> 收件箱
c< 发件箱
c! 默认邮箱
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-10 01:11:39 | 显示全部楼层
谢谢楼上二位,现在开inbox方便多了,
再共享一下我的mutt配色方案
  1. # Color Setting
  2. color hdrdefault black        cyan
  3. color quoted     red          white
  4. color signature  brightblack  white
  5. color indicator  brightwhite  red
  6. color attachment black        green
  7. color error      red          white
  8. color message    blue         white
  9. color search     brightwhite  magenta
  10. color status     brightyellow blue
  11. color tree       red          white
  12. color normal     blue         white
  13. color tilde      green        white
  14. color bold       brightyellow white
  15. color markers    red          white
复制代码



回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表