]> granicus.if.org Git - mutt/commitdiff
Fix a little typo. Noted by Steve Brewer <limako@mediaone.net>.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 26 Apr 2000 07:57:33 +0000 (07:57 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 26 Apr 2000 07:57:33 +0000 (07:57 +0000)
contrib/pgp6.rc

index 7767e8f19f5aa9618c4ee49f5d550f636b581d8e..0acda423a323996964b7e198a550acaf896b2c05 100644 (file)
@@ -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 "