From c74cb18c961db4745cf5091830f70a9af68bcf9d Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Thu, 27 Jan 2005 18:21:51 +0000 Subject: [PATCH] A gpg command line contains both --verbose and --no-verbose, remove the first. --- contrib/gpg.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.1