All of lore.kernel.org
 help / color / mirror / Atom feed
From: me@tobin.cc (Tobin Harding)
To: kernelnewbies@lists.kernelnewbies.org
Subject: git send-email
Date: Sun, 12 Feb 2017 17:57:42 +1100	[thread overview]
Message-ID: <20170212065742.GA2972@eros> (raw)

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@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@tobin.cc>
	smtpuser = *********
	smtppass = *********
	smtpserver = mail.messagingengine.com
	smtpencryption = tls
	smtpserverport = 587
	confirm = auto
...


thanks,
Tobin.

             reply	other threads:[~2017-02-12  6:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-12  6:57 Tobin Harding [this message]
2017-02-12  7:03 ` git send-email Tobin Harding
2017-02-12  7:46   ` Vlad Dogaru
  -- strict thread matches above, loose matches on Subject: below --
2025-09-05 20:18 trustno12025
2016-05-22 11:29 Tobin Harding
2016-05-22 11:48 ` Daniel Baluta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170212065742.GA2972@eros \
    --to=me@tobin.cc \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.