From mboxrd@z Thu Jan 1 00:00:00 1970 From: me@tobin.cc (Tobin Harding) Date: Sun, 12 Feb 2017 17:57:42 +1100 Subject: git send-email Message-ID: <20170212065742.GA2972@eros> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org When using git send-email all emails originating with myself have the word 'To' in the recipient field (in both mutt and web based email client). Single line as view in mutt; 8 F Feb 09 To David S. Mil (3.5K) ??>[PATCH 4/4] net: Fix check git send-email command used ; $ git send-email \ --to="David S. Miller " \ --cc="netdev at vger.kernel.org, linuk-kernel at vger.kernel.org" \ --cover-letter *.patch Am I using git incorrectly? $ cat ~/.gitconfig ... [sendemail] from = Tobin C. Harding smtpuser = ********* smtppass = ********* smtpserver = mail.messagingengine.com smtpencryption = tls smtpserverport = 587 confirm = auto ... thanks, Tobin.