summaryrefslogtreecommitdiff
path: root/muttrc
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-06-08 11:41:57 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-06-08 11:41:57 -0400
commita83cde97a4b5903feabfaf695a3200a4e473b47d (patch)
treeeab38d7dd18dd5ce0ee33a0163058cb9a51d936a /muttrc
parentd5f6a3b12f2ffd290fabdd4126005e3fc5ddd55a (diff)
mutt update command now no longer relative
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/muttrc b/muttrc
index 86ce61f..6f945bc 100644
--- a/muttrc
+++ b/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"