From 0b8770db9379eac8f0a116e53d9bd41de2c0b7a4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 7 Sep 2006 15:36:01 +0200 Subject: [PATCH] Avoid using ~/.muttrc of the user invoking GIT. --- build/git/hooks/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/git/hooks/update b/build/git/hooks/update index 01baae60..0f9be14f 100755 --- a/build/git/hooks/update +++ b/build/git/hooks/update @@ -52,6 +52,6 @@ else fi exec >&2 -mutt -x -e 'set charset="utf-8"; set send_charset="us-ascii:iso-8859-2:utf-8"' -s "$subj" "$recipient" <$out +mutt -F/dev/null -x -e 'set charset="utf-8"; set send_charset="us-ascii:iso-8859-2:utf-8"' -s "$subj" "$recipient" <$out rm $out exit 0 -- 2.39.2