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 <[email protected]>"  \
   --cc="[email protected], [email protected]"  \
   --cover-letter *.patch


Am I using git incorrectly?

$ cat ~/.gitconfig
...

[sendemail]
        from = Tobin C. Harding <[email protected]>
        smtpuser = *********
        smtppass = *********
        smtpserver = mail.messagingengine.com
        smtpencryption = tls
        smtpserverport = 587
        confirm = auto
...


thanks,
Tobin.

_______________________________________________
Kernelnewbies mailing list
[email protected]
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to