-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hello
i am trying to set up decent gpg encryption in mutt, so that my e-mails will look more professional. (like this hushmail one) what i'm doing so far is signing my messages, but mutt-devel gives them stupid filenames (like 2.dat etc.) which doesn't give much of an impression. i'm thinking i oughta just include some key thing in my .signature file but i'm not sure what. i'm searching people who has been in the same situation as me and who would like to help their brothers in need :) here is my setup, .muttrc: source ~/.gpgrc set pgp_replysign set pgp_replyencrypt set pgp_verify_sig=yes set pgp_sign_as="AEC8576C" set pgp_strict_enc unset pgp_autosign unset pgp_autoencrypt and here is .gpgrc: set pgp_decode_command="/usr/local/bin/gpg %?p?--passphrase-fd 0? -- no-verbose --quiet --batch --output - %f" set pgp_verify_command="/usr/local/bin/gpg --no-verbose --quiet -- batch --output - --verify %s %f" set pgp_decrypt_command="/usr/local/bin/gpg --passphrase-fd 0 --no- verbose --quiet --batch --output - %f" set pgp_sign_command="/usr/local/bin/gpg --no-verbose --batch -- quiet --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a? - -u %a? %f" set pgp_clearsign_command="/usr/local/bin/gpg --no-verbose --batch - - -quiet --output - --passphrase-fd 0 --armor --textmode --clearsign % ?a?-u %a? %f" set pgp_encrypt_only_command="pgpewrap /usr/local/bin/gpg --batch -- quiet --no-verbose --output - --encrypt --textmode --armor --always- trust -- -r %r -- %f" set pgp_encrypt_sign_command="pgpewrap /usr/local/bin/gpg -- passphrase-fd 0 --batch --quiet --no-verbose --textmode --output - - - -encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" set pgp_import_command="/usr/local/bin/gpg --no-verbose --import -v %f" set pgp_export_command="/usr/local/bin/gpg --no-verbose --export -- armor %r" set pgp_verify_key_command="/usr/local/bin/gpg --verbose --batch -- fingerprint --check-sigs %r" set pgp_list_pubring_command="/usr/local/bin/gpg --no-verbose -- batch --quiet --with-colons --list-keys %r" set pgp_list_secring_command="/usr/local/bin/gpg --no-verbose -- batch --quiet --with-colons --list-secret-keys %r" set pgp_good_sign="`gettext -d gnupg -s 'Good signature from "' | tr -d '"'`" what am i missing? - -- thanks @ awad -----BEGIN PGP SIGNATURE----- Note: This signature can be verified at https://www.hushtools.com/verify Version: Hush 2.4 wkYEARECAAYFAkI9eAwACgkQgrhgoMygEH4YUgCePBILSM8rc/aTZEdTlMn8KK5Sq50A nAyEO7MpkcmhmaoNoYaHwIvoIGUq =cXFU -----END PGP SIGNATURE----- Concerned about your privacy? Follow this link to get secure FREE email: http://www.hushmail.com/?l=2 Free, ultra-private instant messaging with Hush Messenger http://www.hushmail.com/services-messenger?l=434 Promote security and make money with the Hushmail Affiliate Program: http://www.hushmail.com/about-affiliate?l=427 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"