I use Gmail and Mac's Mail for emails.
It seems that you can use git am only with a terminal's Mail in OS X/Ubuntu.
I apparently need to set up my ~/.mailrc such that
# gmail account
account gmail {
set from="
[email protected] (Masi Masi)"
set sendmail="/usr/bin/msmtp"
set message-sendmail-extra-arguments="-a gmail"
}
I run
mail
[email protected]
I get
Unknown command: "account"
How can you use Gmail for Mail such that I get my mails' patches to git am?