diff options
Diffstat (limited to '')
-rw-r--r-- | muttrc_may2022 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/muttrc_may2022 b/muttrc_may2022 index 38d0f93..fb59bbf 100644 --- a/muttrc_may2022 +++ b/muttrc_may2022 @@ -181,7 +181,8 @@ source ~/.mutt/colours # Define colours. auto_view text/html # # Sync email -macro index O "<shell-escape>offlineimap protonmail<enter>" "run offlineimap to sync all mail" +#macro index O "<shell-escape>offlineimap protonmail<enter>" "run offlineimap to sync all mail" +macro index O "<shell-escape>mbsync matthewlemonproton<enter>" "run offlineimap to sync all mail" # get an email from mutt to taskwarrior macro index T "<pipe-message>mutt2task.py<enter> <move-message>/INBOX.Archive<enter>" |