[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ebdb 3913555 4/6: Update last commit
From: |
Eric Abrahamsen |
Subject: |
[elpa] externals/ebdb 3913555 4/6: Update last commit |
Date: |
Tue, 19 May 2020 15:49:21 -0400 (EDT) |
branch: externals/ebdb
commit 391355559a25423eb6698f067d97b2e47bb26ce6
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>
Update last commit
* ebdb.el (ebdb-record-mail): Forgot we already have
`ebdb-field-compare' for sorting.
---
ebdb.el | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/ebdb.el b/ebdb.el
index 6788310..3fb6e75 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -4499,10 +4499,7 @@ addresses. Sort mails by descending priority."
mails)))
(if label
(object-assoc label 'label mails)
- (sort mails (lambda (m1 m2)
- (or (eql (slot-value m1 'priority) 'primary)
- (and (eql (slot-value m1 'priority) 'normal)
- (eql (slot-value m2 'priority) 'defunct))))))))
+ (sort mails #'ebdb-field-compare))))
- [elpa] externals/ebdb updated (5d8b473 -> 15f5bd8), Eric Abrahamsen, 2020/05/19
- [elpa] externals/ebdb 4f72046 1/6: New defcustoms handling formatting of anniversary dates, Eric Abrahamsen, 2020/05/19
- [elpa] externals/ebdb d0321ab 2/6: Fix to previous anniversary display defcustoms, Eric Abrahamsen, 2020/05/19
- [elpa] externals/ebdb 4027218 3/6: Have ebdb-record-mail sort mails by priority, Eric Abrahamsen, 2020/05/19
- [elpa] externals/ebdb 3913555 4/6: Update last commit,
Eric Abrahamsen <=
- [elpa] externals/ebdb f28b665 5/6: Prevent sort from actually altering record mails, Eric Abrahamsen, 2020/05/19
- [elpa] externals/ebdb 15f5bd8 6/6: Don't do anything clever with phone numbers by default, Eric Abrahamsen, 2020/05/19