瀏覽代碼

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"


Loading…
取消
儲存