[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/autocrypt b903929bf3 17/94: reindented autocrypt-list-r
From: |
ELPA Syncer |
Subject: |
[elpa] externals/autocrypt b903929bf3 17/94: reindented autocrypt-list-recipients |
Date: |
Sun, 26 Mar 2023 07:57:57 -0400 (EDT) |
branch: externals/autocrypt
commit b903929bf39b5b008fddda5d7b47c9d62beadbf0
Author: Philip K <philip@warpmail.net>
Commit: Philip K <philip@warpmail.net>
reindented autocrypt-list-recipients
---
autocrypt.el | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/autocrypt.el b/autocrypt.el
index 629c920ef1..c7fba8ff6f 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -267,13 +267,13 @@ well-formed, otherwise returns just nil."
(and addr keydata (list addr pref keydata)))))
(defun autocrypt-list-recipients ()
- "Return a list of all recipients to this message."
- (let (recipients)
- (dolist (hdr '("To" "Cc" "Reply-To"))
- (let* ((f (autocrypt-mua-call :header hdr))
- (r (and f (mail-extract-address-components f t))))
- (setq recipients (nconc (mapcar #'cadr r) recipients))))
- (delete-dups recipients)))
+ "Return a list of all recipients to this message."
+ (let (recipients)
+ (dolist (hdr '("To" "Cc" "Reply-To"))
+ (let* ((f (autocrypt-mua-call :header hdr))
+ (r (and f (mail-extract-address-components f t))))
+ (setq recipients (nconc (mapcar #'cadr r) recipients))))
+ (delete-dups recipients)))
;;;
https://autocrypt.org/level1.html#updating-autocrypt-peer-state-from-key-gossip
(defun autocrypt-process-gossip (date)
- [elpa] externals/autocrypt ff87f73f00 77/94: Install process-header into gnus-select-article-hook, (continued)
- [elpa] externals/autocrypt ff87f73f00 77/94: Install process-header into gnus-select-article-hook, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt a89bbd717e 79/94: Fix custom type of autocrypt-process-header, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 9e393f869a 81/94: Adjust header formatting, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 46557b4403 92/94: Relicense autocrypt under GPL-3, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 977a60aa04 93/94: Assign copyright to the FSF, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 373194a318 03/94: added license, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 5fec39262e 05/94: updated minimal package requirement, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt a56b2806f3 08/94: fixed undefined autocrypt-list-recipients bug, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 1491d9de1e 07/94: fixed checkdoc complaints, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt dae7c32262 15/94: turned autoload calls into autoload comments, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt b903929bf3 17/94: reindented autocrypt-list-recipients,
ELPA Syncer <=
- [elpa] externals/autocrypt f970fb51c8 19/94: added melpa link to readme, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt a0b03bd459 25/94: removed version tag from autocrypt group, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt a16bf93ba8 26/94: made autocrypt-gossip-p depend on autocrypt-do-gossip, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 73d21d9de9 27/94: replaced write-file with write-region, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 4824fb6e4b 29/94: Recognize Mu4e as MUA, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 2f9f3ee4c6 31/94: Add major-mode indicator to autocrypt file, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 050d496716 32/94: Fix mu4e setup when composing new messages, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 1dc4e59833 56/94: Update public-inbox URL, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 32786dc552 68/94: Prevent signalling error when get-part is not defined, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 8fcf874d04 63/94: Add autocrypt-message--remove-header, ELPA Syncer, 2023/03/26