diff options
author | xorcc <46181536+xorcc@users.noreply.github.com> | 2019-09-25 18:35:45 +0000 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-09-25 14:35:45 -0400 |
commit | ed0a0b35c417dd6e0b043fbd468811fc172ba577 (patch) | |
tree | 46a76feff11080f64ad838d8d960e6fd3a1571b5 /share | |
parent | 04c029545f33fc13cd9cd1834ea1c3472e70b152 (diff) |
macro index O runs mbsync, not offlineimap (#294)
Diffstat (limited to 'share')
-rw-r--r-- | share/mutt-wizard.muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index ad4d2fe..03154e3 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -62,7 +62,7 @@ bind editor <Tab> complete-query macro index,pager a "|abook --add-email\n" 'add sender to abook' macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read" -macro index O "<shell-escape>mailsync -Va<enter>" "run offlineimap to sync all mail" +macro index O "<shell-escape>mailsync -Va<enter>" "run mbsync to sync all mail" macro index \Cf "<enter-command>unset wait_key<enter><shell-escape>read -p 'Enter a search term to find with notmuch: ' x; echo \$x >~/.cache/mutt_terms<enter><limit>~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;s/\^id:// for@a;$,=\"|\";print@a' | perl -le '@a=<>; chomp@a; s/\\+/\\\\+/ for@a;print@a' \`\"<enter>" "show only messages matching a notmuch pattern" macro index A "<limit>all\n" "show all messages (undo limit)" |