diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-11 19:57:50 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-11 19:57:50 +0100 |
commit | 63258e3ed08858cc8ba38b7398dc0f2aac72ed35 (patch) | |
tree | 7eaebf0df9c4bb4693eacd0c1b15e26d2803afca | |
parent | d2cd14ed5f409ac8d4ec263e55f702ce7f25acea (diff) |
clear screen and run notmuch when you update
Diffstat (limited to '')
-rw-r--r-- | muttrc_fastmail_may22 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muttrc_fastmail_may22 b/muttrc_fastmail_may22 index 66aef88..33501dc 100644 --- a/muttrc_fastmail_may22 +++ b/muttrc_fastmail_may22 @@ -140,7 +140,7 @@ bind index,pager @ compose-to-sender 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>mbsync fastmailchannel <enter>" "run offlineimap to sync all mail" +macro index O "<shell-escape>clear && mbsync fastmailchannel && notmuch new <enter>" "run offlineimap to sync all mail" # update notmuch macro index V "<shell-escape>notmuch new<enter>" |