···11diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
22-index 8060ea35c..c81067a19 100644
32--- a/Documentation/git-send-email.txt
43+++ b/Documentation/git-send-email.txt
55-@@ -203,8 +203,7 @@ a password is obtained using 'git-credential'.
44+@@ -208,8 +208,7 @@ a password is obtained using 'git-credential'.
65 specify a full pathname of a sendmail-like program instead;
76 the program must support the `-i` option. Default value can
87 be specified by the `sendemail.smtpServer` configuration
98- option; the built-in default is to search for `sendmail` in
109- `/usr/sbin`, `/usr/lib` and $PATH if such program is
1111-+ option; the built-in default is to search in $PATH if such program is
1010++ option; the built-in default is to search in $PATH if such program is
1211 available, falling back to `localhost` otherwise.
13121413 --smtp-server-port=<port>::
1514diff --git a/git-send-email.perl b/git-send-email.perl
1616-index edcc6d346..8e357aeab 100755
1715--- a/git-send-email.perl
1816+++ b/git-send-email.perl
1919-@@ -885,8 +885,7 @@ if (defined $initial_reply_to) {
1717+@@ -944,8 +944,7 @@ if (defined $reply_to) {
2018 }
21192220 if (!defined $smtp_server) {
···6677-# First decide what scheme to use...
88-GIT_INTERNAL_GETTEXT_SH_SCHEME=fallthrough
99--if test -n "@@USE_GETTEXT_SCHEME@@"
99+-if test -n "$GIT_GETTEXT_POISON"
1010+-then
1111+- GIT_INTERNAL_GETTEXT_SH_SCHEME=poison
1212+-elif test -n "@@USE_GETTEXT_SCHEME@@"
1013-then
1114- GIT_INTERNAL_GETTEXT_SH_SCHEME="@@USE_GETTEXT_SCHEME@@"
1215-elif test -n "$GIT_INTERNAL_GETTEXT_TEST_FALLBACKS"
1316-then
1417- : no probing necessary
1515--elif test -n "$GIT_GETTEXT_POISON"
1616--then
1717-- GIT_INTERNAL_GETTEXT_SH_SCHEME=poison
1818-elif type gettext.sh >/dev/null 2>&1
1919-then
2020- # GNU libintl's gettext.sh