summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorMarco d'Itri <md@Linux.IT>2005-01-27 18:21:51 +0000
committerMarco d'Itri <md@Linux.IT>2005-01-27 18:21:51 +0000
commitc74cb18c961db4745cf5091830f70a9af68bcf9d (patch)
tree4a8f99f2818a529b56525fc6ccb9f2943b72193b /contrib
parent32c49c5ad34f6cb4a92f36b951b7381f10cde052 (diff)
A gpg command line contains both --verbose and --no-verbose, remove
the first.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gpg.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gpg.rc b/contrib/gpg.rc
index e12a521b..92e58859 100644
--- a/contrib/gpg.rc
+++ b/contrib/gpg.rc
@@ -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"