git-send-email: Remove redundant Reply-To header

There is no sense in duplicating the sender address in Reply-To as it's
already provided in the From header.

Signed-off-by: Alp Toker <alp@atoker.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Alp Toker 2006-07-11 11:19:37 +01:00 коммит произвёл Junio C Hamano
Родитель 2a75848edd
Коммит d2216f2317
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -435,7 +435,6 @@ sub send_message
To: $to
Cc: $cc
Subject: $subject
Reply-To: $from
Date: $date
Message-Id: $message_id
X-Mailer: git-send-email $gitversion