summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/mutt/gpg.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/mutt/gpg.rc b/.config/mutt/gpg.rc
index 6fe9cf9..8d6a569 100644
--- a/.config/mutt/gpg.rc
+++ b/.config/mutt/gpg.rc
@@ -84,7 +84,8 @@ set pgp_decrypt_command="gpg --status-fd=2 %?p?--pinentry-mode loopback --passph
84# 84#
85# set pgp_sign_command="gpg-2comp --comment '' --no-verbose --batch --output - %?p?--passphrase-fd 0? --armor --detach-sign --textmode %?a?-u %a? %f" 85# set pgp_sign_command="gpg-2comp --comment '' --no-verbose --batch --output - %?p?--passphrase-fd 0? --armor --detach-sign --textmode %?a?-u %a? %f"
86# 86#
87set pgp_sign_command="gpg %?p?--pinentry-mode loopback --passphrase-fd 0? --no-verbose --batch --quiet --output - --armor --textmode %?a?--local-user %a? --detach-sign %f" 87# set pgp_sign_command="gpg %?p?--pinentry-mode loopback --passphrase-fd 0? --no-verbose --batch --quiet --output - --armor --textmode %?a?--local-user %a? --detach-sign %f"
88set pgp_sign_command="gpg --no-verbose --batch --quiet --output - %?p?--passphrase-fd 0? --armor --detach-sign --textmode %?a?-u %a? %f"
88 89
89# Create a application/pgp inline signed message. This style is obsolete but still needed for Hushmail recipients and some MUAs. 90# Create a application/pgp inline signed message. This style is obsolete but still needed for Hushmail recipients and some MUAs.
90# 91#