myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 86f1d001ee7bdff4f179ef5fcf2c85ca42c4e183
parent 86ddfda34a33be439794b81c4ed6c1116cde8abf
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 29 Nov 2016 23:05:28 +0100

rm old gpg mutt file

Diffstat:
mutt/gpg.rc | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/mutt/gpg.rc b/mutt/gpg.rc @@ -1,15 +0,0 @@ -# GnuPG configuration -set pgp_decode_command="gpg2 --status-fd=2 %?p?--passphrase-fd 0? --no-verbose --quiet --batch --output - %f" -set pgp_verify_command="gpg2 --status-fd=2 --no-verbose --quiet --batch --output - --verify %s %f" -set pgp_decrypt_command="gpg2 --status-fd=2 %?p?--passphrase-fd 0? --no-verbose --quiet --batch --output - %f" -set pgp_sign_command="gpg2 --no-verbose --batch --quiet --output - %?p?--passphrase-fd 0? --armor --detach-sign --textmode %?a?-u %a? %f" -set pgp_clearsign_command="gpg2 --no-verbose --batch --quiet --output - %?p?--passphrase-fd 0? --armor --textmode --clearsign %?a?-u %a? %f" -set pgp_encrypt_only_command="/usr/lib/mutt/pgpewrap gpg2 --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f" -set pgp_encrypt_sign_command="/usr/lib/mutt/pgpewrap gpg2 %?p?--passphrase-fd 0? --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" -set pgp_import_command="gpg2 --no-verbose --import %f" -set pgp_export_command="gpg2 --no-verbose --export --armor %r" -set pgp_verify_key_command="gpg2 --verbose --batch --fingerprint --check-sigs %r" -set pgp_list_pubring_command="gpg2 --no-verbose --batch --quiet --with-colons --with-fingerprint --with-fingerprint --list-keys %r" -set pgp_list_secring_command="gpg2 --no-verbose --batch --quiet --with-colons --with-fingerprint --with-fingerprint --list-secret-keys %r" -set pgp_good_sign="^\\[GNUPG:\\] GOODSIG" -