[neomutt] Add Inbox only sync keybind

This commit is contained in:
lhark 2019-04-30 00:23:30 -04:00
parent 39bb5886ad
commit 4eb420ae86

View file

@ -4,7 +4,8 @@ set record = "+$my_account/Sent"
set postponed = "+$my_account/Draft"
set trash = "+$my_account/Trash"
macro index,pager gs "<shell-escape>mbsync $my_account<enter>"
macro index,pager gs "<shell-escape>mbsync $my_account<enter>" "IMAP sync account"
macro index,pager gi "<shell-escape>mbsync $my_account:Inbox<enter>" "IMAP sync Inbox"
# vim: syntax=neomuttrc