[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/autocrypt 5c7f4cfabf 58/94: Update headers
From: |
ELPA Syncer |
Subject: |
[elpa] externals/autocrypt 5c7f4cfabf 58/94: Update headers |
Date: |
Sun, 26 Mar 2023 07:58:00 -0400 (EDT) |
branch: externals/autocrypt
commit 5c7f4cfabf1bf80dd79bbac3ae696cc5842f9f3b
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Update headers
---
autocrypt-gnus.el | 6 +-----
autocrypt-message.el | 6 +-----
autocrypt-mu4e.el | 6 +-----
autocrypt-rmail.el | 6 +-----
autocrypt.el | 6 +++---
5 files changed, 7 insertions(+), 23 deletions(-)
diff --git a/autocrypt-gnus.el b/autocrypt-gnus.el
index 92d8071890..072ad27972 100644
--- a/autocrypt-gnus.el
+++ b/autocrypt-gnus.el
@@ -1,10 +1,6 @@
;;; autocrypt-gnus.el --- Autocrypt for Gnus -*- lexical-binding:t -*-
-;; Author: Philip K. <philip@warpmail.net>
-;; Version: 0.4.0
-;; Keywords: comm
-;; Package-Requires: ((emacs "25.1"))
-;; URL: https://git.sr.ht/~zge/autocrypt
+;; Author: Philip Kaludercic <philipk@posteo.net>
;; This file is NOT part of Emacs.
;;
diff --git a/autocrypt-message.el b/autocrypt-message.el
index 715055d85b..71b5a1ce7d 100644
--- a/autocrypt-message.el
+++ b/autocrypt-message.el
@@ -1,10 +1,6 @@
;;; autocrypt-message.el --- Autocrypt for message-mode -*- lexical-binding:t
-*-
-;; Author: Philip K. <philip@warpmail.net>
-;; Version: 0.4.0
-;; Keywords: comm
-;; Package-Requires: ((emacs "25.1"))
-;; URL: https://git.sr.ht/~zge/autocrypt
+;; Author: Philip Kaludercic <philipk@posteo.net>
;; This file is NOT part of Emacs.
;;
diff --git a/autocrypt-mu4e.el b/autocrypt-mu4e.el
index dbddff15f2..6c62a19552 100644
--- a/autocrypt-mu4e.el
+++ b/autocrypt-mu4e.el
@@ -1,10 +1,6 @@
;;; autocrypt-mu4e.el --- Autocrypt for mu4e -*- lexical-binding:t -*-
-;; Author: Philip K. <philip@warpmail.net>
-;; Version: 0.4.0
-;; Keywords: comm
-;; Package-Requires: ((emacs "25.1"))
-;; URL: https://git.sr.ht/~zge/autocrypt
+;; Author: Philip Kaludercic <philipk@posteo.net>
;; This file is NOT part of Emacs.
;;
diff --git a/autocrypt-rmail.el b/autocrypt-rmail.el
index 7008ec0454..85f5624d94 100644
--- a/autocrypt-rmail.el
+++ b/autocrypt-rmail.el
@@ -1,10 +1,6 @@
;;; autocrypt-rmail.el --- Autocrypt for Rmail -*- lexical-binding:t -*-
-;; Author: Philip K. <philip@warpmail.net>
-;; Version: 0.4.0
-;; Keywords: comm
-;; Package-Requires: ((emacs "25.1"))
-;; URL: https://git.sr.ht/~zge/autocrypt
+;; Author: Philip Kaludercic <philipk@posteo.net>
;; This file is NOT part of Emacs.
;;
diff --git a/autocrypt.el b/autocrypt.el
index 708f5367be..215cdb748a 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -1,10 +1,10 @@
;;; autocrypt.el --- Autocrypt implementation -*- lexical-binding:t -*-
-;; Author: Philip K. <philip@warpmail.net>
+;; Author: Philip Kaludercic <philipk@posteo.net>
;; Version: 0.4.0
;; Keywords: comm
-;; Package-Requires: ((emacs "25.1") (cl-generic "0.3"))
-;; URL: https://git.sr.ht/~zge/autocrypt
+;; Package-Requires: ((emacs "25.1"))
+;; URL: https://git.sr.ht/~pkal/autocrypt
;; This file is NOT part of Emacs.
;;
- [elpa] externals/autocrypt 5fae83ac05 80/94: Inline autocrypt-find-function, (continued)
- [elpa] externals/autocrypt 5fae83ac05 80/94: Inline autocrypt-find-function, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt dd400cbbdf 82/94: Prefer mu4e-view-rendered-hook if bound, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 70f36f6e47 84/94: Run M-x repunctuate-sentences on README, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt d8e34fc3eb 88/94: Fold 'defalias' definitions for the MUA generic functions, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 0e237a29c4 30/94: Save autocrypt accounts in autocrypt file, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt cc694e541b 35/94: Let autocrypt-mode-hooks return nil by default, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 7cd50d277d 39/94: Remove default implementation for autocrypt-mode-hooks, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 73764377c5 43/94: Fix autocrypt-message, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 82b9a9eaa2 44/94: Fix autocrypt-mu4e, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt c1ce4d7446 53/94: Use eql specializers instead of derived-mode specializers, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 5c7f4cfabf 58/94: Update headers,
ELPA Syncer <=
- [elpa] externals/autocrypt 75a0b62adb 64/94: Rename autocrypt-message--encrypted-p, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 1444f1861f 83/94: Remember to remove hook as modified in dd400cb, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt cf63019b3f 89/94: Add a 'get-part' implementation for Gnus, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt a90aa6b644 94/94: Bump version to 0.4.1 for GNU ELPA, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt a3e77512f1 04/94: added .dir-locals.el, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 6071d0a971 11/94: added missing require statements, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt cb40022cba 23/94: refactored message specific code into autocrypt-compose-* functions, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt d771406544 28/94: Recognize mu4e modes in `autocrypt-get-mua', ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 926b88e371 33/94: Use setup in README instead of use-package, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 56b7eea585 34/94: Use cl-generic to implement MUA specific code, ELPA Syncer, 2023/03/26