diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-05-13 18:30:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-05-13 18:30:32 -0300 |
commit | 5f7660167ec2dd0d6f2c4adcf6fe076834f5a740 (patch) | |
tree | 2034a3c554b34057a9ee68ce61eadea1fb58416c | |
parent | 65b84f7608402fb206634862cd8cae35e7b5243e (diff) | |
download | mail-5f7660167ec2dd0d6f2c4adcf6fe076834f5a740.tar.gz mail-5f7660167ec2dd0d6f2c4adcf6fe076834f5a740.tar.bz2 |
GnuPG -> OpenPGP
-rw-r--r-- | muttrc.dot.link | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index 0ec4e81..e02e605 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -143,7 +143,7 @@ set use_8bitmime = no set sendmail = "/usr/bin/msmtp" # ---------------------------------------------- -# GnuPG basic options +# OpenPGP basic options # http://dev.mutt.org/trac/wiki/MuttGuide/UseGPG # --------------------------------------------- macro index S ":toggle pgp_verify_sig\n" # define S to toggle sig check @@ -160,18 +160,18 @@ set pgp_list_secring_command="gpg --no-verbose --batch --with-colons --list-secr set pgp_good_sign="^gpg: Assinatura correta de" set pgp_getkeys_command="gpg --recv-keys %r" -# --------------------------- -# GnuPG with gpg-agent config -# --------------------------- +# ----------------------------- +# OpenPGP with gpg-agent config +# ----------------------------- set pgp_use_gpg_agent = yes set pgp_decrypt_command="gpg --no-verbose --batch --output - %f" set pgp_sign_command="gpg --no-verbose --batch --output - --armor --digest-algo sha256 --detach-sign --textmode %?a?-u %a? %f" set pgp_clearsign_command="gpg --no-verbose --batch --output - --armor --digest-algo sha256 --textmode --clearsign %?a?-u %a? %f"set pgp_encrypt_only_command="/usr/lib/mutt/pgpewrap gpg -v --batch --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f" set pgp_encrypt_sign_command="/usr/lib/mutt/pgpewrap gpg -v --batch --output - --digest-algo sha256 --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" -# ------------------------------ -# GnuPG without gpg-agent config -# ------------------------------ +# -------------------------------- +# OpenPGP without gpg-agent config +# -------------------------------- #set pgp_decode_command="gpg %?p?--passphrase-fd 0? --no-verbose --batch --output - %f" #set pgp_decrypt_command="gpg --passphrase-fd 0 --no-verbose --batch --output - %f" #set pgp_sign_command="gpg --no-verbose --batch --output - --passphrase-fd 0 --armor --digest-algo sha256 --detach-sign --textmode %?a?-u %a? %f" |