/ tea2adt_source / gpgappend.src
gpgappend.src
1  # note: remember to also modify the call to gpg inside mmrx.py if required!
2  gpg --symmetric --cipher-algo ${CIPHER_ALGO} --batch --passphrase "${PASSWORD}" ${ARMOR} >> ${MSGFILE}
3