[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
- [elpa] externals/autocrypt ca711395c7 47/94: Add note explaining eql-specializiers for rmail-mode, (continued)
- [elpa] externals/autocrypt ca711395c7 47/94: Add note explaining eql-specializiers for rmail-mode, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 37e14c3b92 60/94: Handle autocrypt-do-gossip as advertised, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 49f4a1a09e 62/94: Update README section on extending autocrypt.el, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt f3a556f216 66/94: Revert autocrypt-accounts back into a user option, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 8cc4b86db3 67/94: Reduce minimal version to 24.3, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 222954754a 73/94: Elaborate the autocrypt-install and -uninstall docstrings, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt fe5a358566 85/94: Add missing `-hook` suffix in readme hook name, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 3ad5baba83 90/94: Add auto-generated package.el files to .gitignore, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 82ceacb63c 13/94: fixed package-lint issues, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 354b339cfe 16/94: fixed or removed (require 'autocrypt) statements, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 2f94c4398f 22/94: encrypt message before composing if possible,
ELPA Syncer <=
- [elpa] externals/autocrypt 13f31c7e45 45/94: Fix autocrypt-rmail, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 8bdddf38ff 48/94: Save autocrypt data when modified, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 173d7616a8 49/94: Don't save value of autocrypt-saved-version, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 72c903656e 50/94: Attempt to only save autocrypt file if necessary, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 40b7576aad 54/94: Print the autocrypt version into the autocrypt file, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt cd290fc1cb 65/94: Modify the local hook values in autocrypt-mu4e--uninstall, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 709dc5b3bf 70/94: Add default return value for autocrypt-make-function, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 25513ed635 71/94: Simplify autocrypt-find-function symbol searching, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 81c88ab90e 86/94: Remove setup example from the README, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 957232314a 87/94: Avoid usage of 'defsubst' where unnecessary, ELPA Syncer, 2023/03/26