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

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

[elpa] externals/autocrypt 82ceacb63c 13/94: fixed package-lint issues


From: ELPA Syncer
Subject: [elpa] externals/autocrypt 82ceacb63c 13/94: fixed package-lint issues
Date: Sun, 26 Mar 2023 07:57:57 -0400 (EDT)

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

    fixed package-lint issues
---
 autocrypt-gnus.el    | 4 ++++
 autocrypt-message.el | 4 ++++
 autocrypt-mu4e.el    | 4 ++++
 autocrypt-rmail.el   | 6 +++++-
 4 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/autocrypt-gnus.el b/autocrypt-gnus.el
index 2004ccba82..6cce639b36 100644
--- a/autocrypt-gnus.el
+++ b/autocrypt-gnus.el
@@ -36,3 +36,7 @@
 (defun autocrypt-gnus-header (field)
   "Ask Gnus to return header FIELD."
   (gnus-fetch-original-field field))
+
+(provide 'autocrypt-gnus)
+
+;;; autocrypt-gnus.el ends here
diff --git a/autocrypt-message.el b/autocrypt-message.el
index edec7d28cd..4a02a033fc 100644
--- a/autocrypt-message.el
+++ b/autocrypt-message.el
@@ -99,3 +99,7 @@ Will handle and remove \"Do-(Discourage-)Autocrypt\" if 
found."
     (let ((header (and from (autocrypt-generate-header from))))
       (when header
         (message-add-header (concat "Autocrypt: " header))))))
+
+(provide 'autocrypt-message)
+
+;;; autocrypt-message.el ends here
diff --git a/autocrypt-mu4e.el b/autocrypt-mu4e.el
index 686a4852c2..d8173a2ff6 100644
--- a/autocrypt-mu4e.el
+++ b/autocrypt-mu4e.el
@@ -39,3 +39,7 @@
     (with-current-buffer (mu4e-view-raw-message)
       (prog1 (mail-fetch-field field)
         (kill-buffer (current-buffer))))))
+
+(provide 'autocrypt-mu4e)
+
+;;; autocrypt-mu4e.el ends here
diff --git a/autocrypt-rmail.el b/autocrypt-rmail.el
index f80d72f331..46c81e612a 100644
--- a/autocrypt-rmail.el
+++ b/autocrypt-rmail.el
@@ -1,4 +1,4 @@
-;;; autocrypt-gnus.el --- Autocrypt for Rmail -*- lexical-binding:t -*-
+;;; autocrypt-rmail.el --- Autocrypt for Rmail -*- lexical-binding:t -*-
 
 ;; Author: Philip K. <philip@warpmail.net>
 ;; Version: 0.4.0
@@ -38,3 +38,7 @@
   (rmail-apply-in-message
    rmail-current-message
    (lambda () (mail-fetch-field field))))
+
+(provide 'autocrypt-rmail)
+
+;;; autocrypt-rmail.el ends hereb



reply via email to

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