Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

Re: [PATCH] git-send-email: Don't set author_not_sender from Cc: lines

From: Haavard Skinnemoen <hidden>
Date: 2016-06-15 22:42:37

On Tue, 22 Aug 2006 18:34:16 -0700
Junio C Hamano [off-list ref] wrote:
The patch looks wrong.  If your name is on CC: and you want to
suppress sending to yourself what happens?
It will still send it to you, I guess. The documentation only mentions
what happens with From: lines, so I wasn't really sure what behaviour is
expected...
How about doing something like this instead?
Yeah, that's probably better. I just tested it by sending a mail to
myself, and it doesn't append an extra From: line, so it solves the
problem as far as I'm concerned.

Haavard
quoted hunk ↗ jump to hunk
diff --git a/git-send-email.perl b/git-send-email.perl
index a83c7e9..8adb6b9 100755
--- a/git-send-email.perl
+++ b/git-send-email.perl
@@ -510,7 +510,7 @@ foreach my $t (@files) {
 					if ($2 eq $from) {
 						next if
($suppress_from); }
-					else {
+					elsif ($1 eq 'From') {
 						$author_not_sender =
$2; }
 					printf("(mbox) Adding cc: %s
from line '%s'\n",
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help