branch: master
commit 9423b56b3a19f8f1f170a7625595d529003c59ec
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Fix replying to most recent tracked message; bump to 1.3.2
* packages/gnorb/gnorb-org.el (gnorb-org-extract-mail-tracking): This
error was introduced when the format of link extraction changed, and
broke replying to the most recent tracked message.
---
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 ae91a10..ef05d4d 100644
--- a/packages/gnorb/gnorb-org.el
+++ b/packages/gnorb/gnorb-org.el
@@ -274,7 +274,7 @@ See the docstring of `gnorb-org-handle-mail' for details."
;; Otherwise ignore the other links in the subtree, and return
;; the latest message.
(msg-id-link
- `(gnus ,msg-id-link)))))
+ `((gnus ,msg-id-link))))))
(defvar message-beginning-of-line)
diff --git a/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el
index 1b50c7f..f2051ed 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.1
+;; Version: 1.3.2
;; Package-Requires: ((cl-lib "0.5"))
;; Maintainer: Eric Abrahamsen <[email protected]>