]> granicus.if.org Git - mutt/commitdiff
A gpg command line contains both --verbose and --no-verbose, remove
authorMarco d'Itri <md@Linux.IT>
Thu, 27 Jan 2005 18:21:51 +0000 (18:21 +0000)
committerMarco d'Itri <md@Linux.IT>
Thu, 27 Jan 2005 18:21:51 +0000 (18:21 +0000)
the first.

contrib/gpg.rc

index e12a521b77e12613631358bf590806d1b1799fc5..92e58859ef77b602bdb90c41f7cd5b4016467f66 100644 (file)
@@ -56,7 +56,7 @@ set pgp_encrypt_only_command="pgpewrap /usr/bin/gpg  --charset utf-8    --batch
 set pgp_encrypt_sign_command="pgpewrap /usr/bin/gpg  --charset utf-8 --passphrase-fd 0  --batch --quiet  --no-verbose  --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
 
 # import a key into the public key ring
-set pgp_import_command="/usr/bin/gpg  --no-verbose --import -v %f"
+set pgp_import_command="/usr/bin/gpg  --no-verbose --import %f"
 
 # export a key from the public key ring
 set pgp_export_command="/usr/bin/gpg   --no-verbose --export --armor %r"