diff options
author | rhatto <rhatto> | 2006-10-12 14:38:59 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2006-10-12 14:38:59 +0000 |
commit | a09c86008126bbfe45dd93ccfdeae2e05fa10d5e (patch) | |
tree | 703a204fc637e4152816fbceb93afa1e6e0c87fc | |
parent | 00c239e68749ef225bf0c2a09baba536484b6b84 (diff) | |
download | firma-a09c86008126bbfe45dd93ccfdeae2e05fa10d5e.tar.gz firma-a09c86008126bbfe45dd93ccfdeae2e05fa10d5e.tar.bz2 |
another SendListPubkey small fix
-rwxr-xr-x | firma | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1649,9 +1649,6 @@ $MESSAGE_BODY --${keyboundary}--" - # now encrypt the message body - MESSAGE_BODY="`echo -e "${PASSPHRASE}\n${MESSAGE_BODY}" | $GPG_ENCRYPT --recipient $RECIPIENTS`" - # compose the message MimeWrapMessage |