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

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

[elpa] externals/gnorb d304558 383/449: Fix replying to most recent trac


From: Stefan Monnier
Subject: [elpa] externals/gnorb d304558 383/449: Fix replying to most recent tracked message; bump to 1.3.2
Date: Fri, 27 Nov 2020 23:16:16 -0500 (EST)

branch: externals/gnorb
commit d304558301b11d61857750614a32cf5d35337d7d
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    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 <eric@ericabrahamsen.net>



reply via email to

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