From: Thomas Roessler Date: Wed, 26 Apr 2000 07:57:33 +0000 (+0000) Subject: Fix a little typo. Noted by Steve Brewer . X-Git-Tag: mutt-1-1-13-rel~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b70652e754a83c7e716ff5f552ed350e978ce64;p=mutt Fix a little typo. Noted by Steve Brewer . --- diff --git a/contrib/pgp6.rc b/contrib/pgp6.rc index 7767e8f1..0acda423 100644 --- a/contrib/pgp6.rc +++ b/contrib/pgp6.rc @@ -21,7 +21,7 @@ set pgp_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible set pgp_encrypt_only_command="pgp6 +compatible +verbose=0 +encrypttoself +batchmode -aeft %r < %f" # create a pgp/mime encrypted and signed attachment -set pgp_encrypt_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible +verbose=0 +encrypttoself +batchmode +clearsig=off -aefts %?a?-u %a? %r" +set pgp_encrypt_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp6 +compatible +verbose=0 +encrypttoself +batchmode +clearsig=off -aefts %?a? -u %a? %r" # import a key into the public key ring set pgp_import_command="pgp6 +compatible -ka %f "