From: Marco d'Itri Date: Thu, 27 Jan 2005 18:21:51 +0000 (+0000) Subject: A gpg command line contains both --verbose and --no-verbose, remove X-Git-Tag: mutt-1-5-7-rel~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c74cb18c961db4745cf5091830f70a9af68bcf9d;p=mutt A gpg command line contains both --verbose and --no-verbose, remove the first. --- 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"