diff options
Diffstat (limited to '')
-rw-r--r-- | muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ bind index \Cn toggle-new 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>clear && mbsync fastmailchannel && notmuch new <enter>" "run offlineimap to sync all mail" +macro index O "<shell-escape>clear && mbsync fastmailchannel && mrlnotmuch.sh <enter>" "run offlineimap to sync all mail" # update notmuch macro index V "<shell-escape>notmuch new<enter>" |