diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-06-08 11:41:57 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-06-08 11:41:57 -0400 |
commit | a83cde97a4b5903feabfaf695a3200a4e473b47d (patch) | |
tree | eab38d7dd18dd5ce0ee33a0163058cb9a51d936a /muttrc | |
parent | d5f6a3b12f2ffd290fabdd4126005e3fc5ddd55a (diff) |
mutt update command now no longer relative
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |