summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-11 19:57:50 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-11 19:57:50 +0100
commit63258e3ed08858cc8ba38b7398dc0f2aac72ed35 (patch)
tree7eaebf0df9c4bb4693eacd0c1b15e26d2803afca
parentd2cd14ed5f409ac8d4ec263e55f702ce7f25acea (diff)
clear screen and run notmuch when you update
Diffstat (limited to '')
-rw-r--r--muttrc_fastmail_may222
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>"