branch: externals/autocrypt
commit 2f94c4398f0b981688de71aeb074fbb8488978f8
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>
encrypt message before composing if possible
---
autocrypt-message.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/autocrypt-message.el b/autocrypt-message.el
index 76e3177034..41926caa8d 100644
--- a/autocrypt-message.el
+++ b/autocrypt-message.el
@@ -59,6 +59,8 @@ addressed to."
;; encrypt message if applicable
(save-excursion
(cl-case (autocrypt-recommendation from recs)
+ (encrypt
+ (mml-secure-message-sign-encrypt "pgpmime"))
(available
(message-add-header "Do-Autocrypt: no"))
(discourage