diff options
Diffstat (limited to 'bin/ez-pine-gpg-sign')
-rwxr-xr-x | bin/ez-pine-gpg-sign | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ez-pine-gpg-sign b/bin/ez-pine-gpg-sign index fe9a994..0adb08e 100755 --- a/bin/ez-pine-gpg-sign +++ b/bin/ez-pine-gpg-sign @@ -116,7 +116,7 @@ trap 'gpg_failed' 2 ## pipe the message body into the gpg clearsign command ## pine will read the signed message from STDOUT ## -{ echo "${body}" ; echo ; } | gpg --local-user "${from}" --clearsign || gpg_failed +{ echo "${body}" ; echo ; } | gpg --clearsign || gpg_failed ############################################# ## unset variables that we don't need anymore |