rc/config/neomutt/accounts/account.rc

11 lines
277 B
Text
Raw Normal View History

set sendmail = "/usr/bin/msmtp -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_account<enter>"
# vim: syntax=neomuttrc