diff options
author | rhatto <rhatto> | 2006-10-12 14:29:42 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2006-10-12 14:29:42 +0000 |
commit | 34d9a4632117d7e8b61b2aac1160c51d30d51ff2 (patch) | |
tree | 109687659f21120cd01ea34ce082ccaa667314db | |
parent | ab150a835e0cdf42eb1b32c55d0767ce6b08ba18 (diff) | |
download | firma-34d9a4632117d7e8b61b2aac1160c51d30d51ff2.tar.gz firma-34d9a4632117d7e8b61b2aac1160c51d30d51ff2.tar.bz2 |
another SendListPubkey small fix
-rwxr-xr-x | firma | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |