[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
- [elpa] externals/autocrypt 211cb302dc 41/94: Add autocrypt-load-system, (continued)
- [elpa] externals/autocrypt 211cb302dc 41/94: Add autocrypt-load-system, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 94bfdd049f 42/94: Fix autocrypt-gnus, ELPA Syncer, 2023/03/26
- [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 <=
- [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, 2023/03/26
- [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