From 34d9a4632117d7e8b61b2aac1160c51d30d51ff2 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 12 Oct 2006 14:29:42 +0000 Subject: another SendListPubkey small fix --- firma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firma') 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 -- cgit v1.2.3