diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-08 11:05:10 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-08 11:05:10 +0100 |
commit | 28ebc3f3d41b24791aefe12bb356ceed5aa8a6bc (patch) | |
tree | 59e6464dd09863d4fb4d23cdea72ebd353553c96 /muttrc | |
parent | d3a90ec63fb67aa103be3017c8300f44a995500d (diff) |
Don't check Google for new mail
Diffstat (limited to '')
-rw-r--r-- | muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ bind index <space> collapse-thread 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 -a<enter>" "run mbsync to sync all mail" +macro index O "<shell-escape>clear && mbsync purelymailchannel<enter>" "run mbsync to sync all mail" #macro index o "<shell-escape>offlineimap -qf INBOX<enter>" "run offlineimap to sync inbox" # Saner copy/move dialogs |