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