summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-03-13 16:50:50 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-03-13 16:50:50 -0400
commita0943929f6b8e926a5bd6401440a2332142641f2 (patch)
tree7e21dabc0ac506afdd9c6d9cc0559841b6312d88
parentf8d1dec1224e68163554e217d6f4967a4bb4a1c6 (diff)
o binding fix
-rw-r--r--muttrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/muttrc b/muttrc
index d2f3d7d..22afb2b 100644
--- a/muttrc
+++ b/muttrc
@@ -62,8 +62,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>$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"
+macro index O "<shell-escape>$HOME/.config/mutt/bin/mailsync<enter>" "run offlineimap to sync all mail"
+macro index o "<shell-escape>$HOME/.config/mutt/bin/mailsync -qf INBOX<enter>" "run offlineimap to sync inbox"
# Notmuch searching
macro index \Cf "<enter-command>unset wait_key<enter><shell-escape>read -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms<enter><limit>~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"<enter>" "show only messages matching a notmuch pattern"