send-email: respect in-reply-to regardless of threading
commit3e0c4ffdbddf1b3f84e0b8aa70e3b2fff68a56c5
authorThomas Rast <trast@student.ethz.ch>
Sun, 1 Mar 2009 22:45:41 +0000 (1 23:45 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2009 07:15:47 +0000 (2 23:15 -0800)
tree1b6d7df4885febd307f48f0aa96d62cfef85d631
parent718258e256b74622aa55f5ee0cb9cff4cce6bf9f
send-email: respect in-reply-to regardless of threading

git-send-email supports the --in-reply-to option even with
--no-thread.  However, the code that adds the relevant mail headers
was guarded by a test for --thread.

Remove the test, so that the user's choice is respected.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl