]> gitweb.fluxo.info Git - firma.git/commitdiff
another SendListPubkey small fix
authorrhatto <rhatto>
Thu, 12 Oct 2006 14:29:42 +0000 (14:29 +0000)
committerrhatto <rhatto>
Thu, 12 Oct 2006 14:29:42 +0000 (14:29 +0000)
firma

diff --git a/firma b/firma
index 43fed8b3b921553fa76ed26fe2e00d492516cff9..cf0a3b0053c7b7a453a227d3bc56e6190171b77d 100755 (executable)
--- 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