summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2016-03-11 12:46:34 +0100
committerVictor Toso <victortoso@redhat.com>2016-03-11 12:46:34 +0100
commitbf48cded9e31a010a12c611709db0cb74a7bd45d (patch)
tree021fc79647c1cbac1372331c9f93b36e0f1447dd
parent9038bcfc117a1b0857e4b2f4fbea4946c17b86a7 (diff)
testingtesting
-rw-r--r--mutt/pgp20
1 files changed, 20 insertions, 0 deletions
diff --git a/mutt/pgp b/mutt/pgp
new file mode 100644
index 0000000..1eab79e
--- /dev/null
+++ b/mutt/pgp
@@ -0,0 +1,20 @@
+set pgp_decode_command = "gpg %?p?--passphrase-fd 0? --no-verbose --batch --output - %f"
+set pgp_verify_command = "gpg2 --no-verbose --batch --output - --verify %s %f"
+set pgp_decrypt_command = "gpg2 --passphrase-fd 0 --no-verbose --batch --output - %f"
+set pgp_sign_command = "gpg2 --no-verbose --batch --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"
+set pgp_clearsign_command = "gpg2 --no-verbose --batch --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"
+set pgp_encrypt_only_command = "pgpewrap gpg2 --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust --encrypt-to 0xE37A484F -- -r %r -- %f"
+set pgp_encrypt_sign_command = "pgpewrap gpg2 --passphrase-fd 0 --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust --encrypt-to 0xE37A484F -- -r %r -- %f"
+set pgp_import_command = "gpg2 --no-verbose --import -v %f"
+set pgp_export_command = "gpg2 --no-verbose --export --armor %r"
+set pgp_verify_key_command = "gpg2 --no-verbose --batch --fingerprint --check-sigs %r"
+set pgp_list_pubring_command = "gpg2 --no-verbose --batch --with-colons --list-keys %r"
+set pgp_list_secring_command = "gpg2 --no-verbose --batch --with-colons --list-secret-keys %r"
+#set pgp_good_sign="^gpg: Good signature from"
+set pgp_timeout = 1800 # timeout of cached passphrase
+set pgp_sign_as = 0xE37A484F # to specify which key to use
+set crypt_replyencrypt = yes
+set crypt_autosign = yes
+# ----------------------------------------------------------------------------
+# vim: set filetype=muttrc :
+# ----------------------------------------------------------------------------