aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-12 14:29:42 +0000
committerrhatto <rhatto>2006-10-12 14:29:42 +0000
commit34d9a4632117d7e8b61b2aac1160c51d30d51ff2 (patch)
tree109687659f21120cd01ea34ce082ccaa667314db /firma
parentab150a835e0cdf42eb1b32c55d0767ce6b08ba18 (diff)
downloadfirma-34d9a4632117d7e8b61b2aac1160c51d30d51ff2.tar.gz
firma-34d9a4632117d7e8b61b2aac1160c51d30d51ff2.tar.bz2
another SendListPubkey small fix
Diffstat (limited to 'firma')
-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