Created
October 1, 2014 20:12
-
-
Save sshilovsky/b123ed3991331280ca86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/sh/src/notmuch> git send-email --to [email protected] --smtp-server=`which msmtp` *.patch | |
0001-Add-default-configuration-values-to-the-man-page.patch | |
(mbox) Adding cc: Sergei Shilovsky <[email protected]> from line 'From: Sergei Shilovsky <[email protected]>' | |
From: Sergei Shilovsky <[email protected]> | |
To: [email protected] | |
Cc: Sergei Shilovsky <[email protected]> | |
Subject: [PATCH] Add default configuration values to the man page | |
Date: Thu, 2 Oct 2014 00:10:47 +0400 | |
Message-Id: <[email protected]> | |
X-Mailer: git-send-email 2.1.0 | |
The Cc list above has been expanded by additional | |
addresses found in the patch commit message. By default | |
send-email prompts before sending whenever this occurs. | |
This behavior is controlled by the sendemail.confirm | |
configuration setting. | |
For additional information, run 'git send-email --help'. | |
To retain the current behavior, but squelch this message, | |
run 'git config --global sendemail.confirm auto'. | |
Send this email? ([y]es|[n]o|[q]uit|[a]ll): n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment