浏览代码

mutt update command now no longer relative

tags/v3.1
Luke Smith 6 年前
父节点
当前提交
a83cde97a4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      muttrc

+ 2
- 2
muttrc 查看文件

@@ -54,8 +54,8 @@ set include # include message in replies
macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read"

#sync email
macro index O "<shell-escape>offlineimap<enter>" "run offlineimap to sync all mail"
macro index o "<shell-escape>offlineimap -qf INBOX<enter>" "run offlineimap to sync inbox"
macro index O "<shell-escape>$HOME/.config/mutt/etc/mailsync.sh<enter>" "run offlineimap to sync all mail"
macro index o "<shell-escape>$HOME/.config/mutt/etc/mailsync.sh -qf INBOX<enter>" "run offlineimap to sync inbox"

#copy/move dialogs
macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"


正在加载...
取消
保存