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

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

[elpa] master 9423b56 2/2: Fix replying to most recent tracked message;


From: Eric Abrahamsen
Subject: [elpa] master 9423b56 2/2: Fix replying to most recent tracked message; bump to 1.3.2
Date: Mon, 27 Nov 2017 18:06:56 -0500 (EST)

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

    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 <address@hidden>



reply via email to

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