summaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-01-06 20:17:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-01-06 20:17:46 -0700
commit3a4003f1499955cdc91b34fc4816a5f66e8971cf (patch)
tree777fbd46cd4d253b1ce80cf78c4f1779568d0746 /.muttrc
parentf139dc5d6a0bdd83b6c6137b86e9aeab1bd5ad3a (diff)
downloaddotfiles-3a4003f1499955cdc91b34fc4816a5f66e8971cf.tar.gz
comment
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.muttrc b/.muttrc
index acbbac5c..8750bd01 100644
--- a/.muttrc
+++ b/.muttrc
@@ -108,7 +108,7 @@ set pgp_use_gpg_agent = yes
set pgp_verify_command="gpg --keyring /usr/share/keyrings/debian-keyring.gpg --keyring /usr/share/keyrings/debian-maintainers.gpg --keyring /usr/share/keyrings/debian-nonupload.gpg --keyring /usr/share/keyrings/debian-role-keys.gpg --status-fd=2 --no-verbose --quiet --batch --output - --verify %s %f"
# absolutely ensure that encrypted messages are readable by me (this
-# is probably unnecessary thanks to pgp_encrypt_self above)
+# is probably unnecessary with NeoMutt thanks to pgp_encrypt_self above)
set pgp_encrypt_only_command="/usr/lib/mutt/pgpewrap gpg --use-agent --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust --encrypt-to 0x0F56D0553B6D411B -- -r %r -- %f"
set pgp_encrypt_sign_command="/usr/lib/mutt/pgpewrap gpg --use-agent --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust --encrypt-to 0x0F56D0553B6D411B -- -r %r -- %f"