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

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

[elpa] master 5c5a507: Bug fix in mail tracking extraction


From: Eric Abrahamsen
Subject: [elpa] master 5c5a507: Bug fix in mail tracking extraction
Date: Thu, 30 Mar 2017 16:01:38 -0400 (EDT)

branch: master
commit 5c5a5077884e3080486684453af9cb22e53078bb
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Bug fix in mail tracking extraction
    
    * packages/gnorb/gnorb-org.el (gnorb-org-extract-mail-tracking): Had
      the logic exactly backwards.
    * packages/gnorb/gnorb.el: Bump version.
---
 packages/gnorb/gnorb-org.el | 2 +-
 packages/gnorb/gnorb.el     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/gnorb/gnorb-org.el b/packages/gnorb/gnorb-org.el
index 51eb715..7e42cb8 100644
--- a/packages/gnorb/gnorb-org.el
+++ b/packages/gnorb/gnorb-org.el
@@ -251,7 +251,7 @@ See the docstring of `gnorb-org-handle-mail' for details."
          (when assoc-msg-ids
            (car
             (sort
-             (cl-remove-if
+             (cl-remove-if-not
               (lambda (m)
                 (let ((from (car (gnus-registry-get-id-key m 'sender))))
                   (and from
diff --git a/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el
index 59c6bc7..9fa1207 100644
--- a/packages/gnorb/gnorb.el
+++ b/packages/gnorb/gnorb.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 
-;; Version: 1.2.1
+;; Version: 1.2.2
 ;; Package-Requires: ((cl-lib "0.5"))
 
 ;; Maintainer: Eric Abrahamsen <address@hidden>



reply via email to

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