emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/autocrypt 2f94c4398f 22/94: encrypt message before comp


From: ELPA Syncer
Subject: [elpa] externals/autocrypt 2f94c4398f 22/94: encrypt message before composing if possible
Date: Sun, 26 Mar 2023 07:57:57 -0400 (EDT)

branch: externals/autocrypt
commit 2f94c4398f0b981688de71aeb074fbb8488978f8
Author: Philip K <philip@warpmail.net>
Commit: Philip K <philip@warpmail.net>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]