aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
diff --git a/firma b/firma
index 43fed8b..cf0a3b0 100755
--- a/firma
+++ b/firma
@@ -1649,7 +1649,7 @@ $MESSAGE_BODY
--${keyboundary}--"
# now encrypt the message body
- MESSAGE_BODY="`echo -e "${PASSPHRASE}\n${MESSAGE_BODY}" | $GPG_ENCRYPT --recipient $recipients`"
+ MESSAGE_BODY="`echo -e "${PASSPHRASE}\n${MESSAGE_BODY}" | $GPG_ENCRYPT --recipient $RECIPIENTS`"
# compose the message
MimeWrapMessage