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

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

[elpa] master ae03c3b: Odd bug in gnorb-org-handle-mail, bump to 1.3.1


From: Eric Abrahamsen
Subject: [elpa] master ae03c3b: Odd bug in gnorb-org-handle-mail, bump to 1.3.1
Date: Fri, 27 Oct 2017 19:11:16 -0400 (EDT)

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

    Odd bug in gnorb-org-handle-mail, bump to 1.3.1
    
    * packages/gnorb/gnorb-org.el (gnorb-org-handle-mail): Odd in that I
      don't know how I did that.
    * packages/gnorb/gnorb.el: Bump version.
---
 packages/gnorb/gnorb-org.el | 6 +++---
 packages/gnorb/gnorb.el     | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/gnorb/gnorb-org.el b/packages/gnorb/gnorb-org.el
index ee6665a..ae91a10 100644
--- a/packages/gnorb/gnorb-org.el
+++ b/packages/gnorb/gnorb-org.el
@@ -447,15 +447,15 @@ composed.  FILE is a file to attach to the message."
          (when file
            (setq attachments (cons file attachments)))
          (when (fboundp 'ebdb-org-retrieve)
-           (dolist (e (alist-get 'ebdb links))
+           (dolist (e e-recs)
              (dolist (r (ebdb-org-retrieve e))
                (let ((m (ebdb-dwim-mail r)))
                  (when m
                    (push m mails))))))
-         (dolist (b (alist-get 'bbdb links))
+         (dolist (b b-recs)
            (let ((m (ebdb-mail-address
                      (car (bbdb-message-search
-                           (org-link-unescape r))))))
+                           (org-link-unescape b))))))
              (when m
                (push m mails))))
          (when (and b-recs
diff --git a/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el
index 75323fc..1b50c7f 100644
--- a/packages/gnorb/gnorb.el
+++ b/packages/gnorb/gnorb.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 
-;; Version: 1.3.0
+;; Version: 1.3.1
 ;; Package-Requires: ((cl-lib "0.5"))
 
 ;; Maintainer: Eric Abrahamsen <address@hidden>



reply via email to

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