branch: externals/gnorb
commit e865a8b400b767d9080730a779f266494550d2fa
Author: Eric Abrahamsen <[email protected]>
Commit: Stefan Monnier <[email protected]>
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.
---
gnorb-org.el | 6 +++---
gnorb.el | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnorb-org.el b/gnorb-org.el
index ee6665a..ae91a10 100644
--- a/gnorb-org.el
+++ b/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/gnorb.el b/gnorb.el
index 9c369b8..73a9301 100644
--- a/gnorb.el
+++ b/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 <[email protected]>