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

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

[elpa] externals/autocrypt 222954754a 73/94: Elaborate the autocrypt-ins


From: ELPA Syncer
Subject: [elpa] externals/autocrypt 222954754a 73/94: Elaborate the autocrypt-install and -uninstall docstrings
Date: Sun, 26 Mar 2023 07:58:02 -0400 (EDT)

branch: externals/autocrypt
commit 222954754ace827a80999955f02008841b260325
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Elaborate the autocrypt-install and -uninstall docstrings
---
 autocrypt.el | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/autocrypt.el b/autocrypt.el
index 5f82b170cb..c6e43d4b18 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -155,10 +155,16 @@ be found."
     fn))
 
 (defalias 'autocrypt-install (autocrypt-make-function 'install '())
-  "Install necessary autocrypt functions into the MUA.")
+  "Install necessary autocrypt functions into the MUA.
+A mail reader (Gnus, Rmail, ...) should only needs to implement
+`get-header' and optionally `get-part'.  A
+composer (message-mode) should ideally have an implementation the
+generic functions `get-header', `add-header', `remove-header',
+`sign-encrypt', `secure-attach' and `encrypted-p'.")
 
 (defalias 'autocrypt-uninstall (autocrypt-make-function 'uninstall '())
-  "Remove all modifications by autocrypt.")
+  "Remove all modifications by autocrypt.
+This should reverse the effect of `autocrypt-install'.")
 
 (defalias 'autocrypt-get-header (autocrypt-make-function 'get-header '(header))
   "Return the value of HEADER.")



reply via email to

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