set sendmail = "/usr/bin/msmtp $my_msmtp_conf -a $my_account" set spoolfile = "+$my_account/Inbox" set record = "+$my_account/Sent" set postponed = "+$my_account/Draft" set trash = "+$my_account/Trash" macro index,pager gs "<shell-escape>mbsync $my_mbsync_conf $my_account<enter>" "IMAP sync account" macro index,pager gi "<shell-escape>mbsync $my_mbsync_conf $my_account:Inbox<enter>" "IMAP sync Inbox" # vim: syntax=neomuttrc