From: Mark Wooding Date: Thu, 28 Apr 2016 18:32:49 +0000 (+0100) Subject: dot/gnus.el: Configure Gnus's (and Message's) use of crypto. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/b9d030b911784c2d033573863a1173a08b6a7d30?hp=b521d36aa89111fc3239973c3411b82cb2f3cc94 dot/gnus.el: Configure Gnus's (and Message's) use of crypto. --- diff --git a/dot/gnus.el b/dot/gnus.el index ebf83f2..a8779d9 100644 --- a/dot/gnus.el +++ b/dot/gnus.el @@ -56,6 +56,11 @@ gnus-thread-sort-by-subject gnus-thread-sort-by-total-score)) +;; Configure the crypto. +(setq mm-verify-option 'known + mm-sign-option 'guided + mm-decrypt-option 'never) + ;; Use one article buffer per group. (setq gnus-single-article-buffer nil)