From c2884842233cc55292788893b6f120682b038e59 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 16 Apr 2015 00:17:44 +0100 Subject: [PATCH] mutt: setup gpg for signing/encryption --- mutt/muttrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mutt/muttrc b/mutt/muttrc index d2f05c1..2d48c01 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -89,6 +89,16 @@ set sendmail = ~/.msmtp/msmtpq # use msmtp message queue set sendmail_wait = -1 # fork sendmail to the background set send_charset="us-ascii:utf-8" # only use ascii and utf8 +# GnuPG +set crypt_autosign = yes # autosign messages +set crypt_replyencrypt = yes # encrypt replies to encrypted messages +set crypt_replysign = yes # sign replies to signed messages +set crypt_replysignencrypted = yes # you get the idea +set crypt_verify_sig = yes # verify signatures +set pgp_long_ids = yes # use 64 bit key IDs +set pgp_mime_auto = no # don't fallback to inline mime +source /usr/share/doc/mutt/samples/gpg.rc + source ~/.mutt/hooks source ~/.mutt/bindings source ~/.mutt/colors # color theme -- 2.48.1