diff options
author | Yigit Sever | 2024-02-12 01:25:20 +0300 |
---|---|---|
committer | Yigit Sever | 2024-02-12 01:25:20 +0300 |
commit | dc52316d6bf0b044b5a0ef5d8927e03a8bef208c (patch) | |
tree | 89c13a33c02c279837a066fa043c50ac3e776c23 | |
parent | 8aecc1b1a2b11065099060f6695682420ffaac1e (diff) | |
download | dotfiles-dc52316d6bf0b044b5a0ef5d8927e03a8bef208c.tar.gz dotfiles-dc52316d6bf0b044b5a0ef5d8927e03a8bef208c.tar.bz2 dotfiles-dc52316d6bf0b044b5a0ef5d8927e03a8bef208c.zip |
mutt: update pgp sign commad
i forgot why i did this might not work
-rw-r--r-- | .config/mutt/gpg.rc | 3 |
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 | # |
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" | 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" |
88 | set 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 | # |