git send-email

Tobin Harding me at tobin.cc
Sun Feb 12 01:57:42 EST 2017


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 <davem at davemloft.net>"  \
   --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 <me at tobin.cc>
	smtpuser = *********
	smtppass = *********
	smtpserver = mail.messagingengine.com
	smtpencryption = tls
	smtpserverport = 587
	confirm = auto
...


thanks,
Tobin.



More information about the Kernelnewbies mailing list