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

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

[elpa] master 4f12749: Fix inevitable screwup in previous commit, bump v


From: Eric Abrahamsen
Subject: [elpa] master 4f12749: Fix inevitable screwup in previous commit, bump version
Date: Wed, 22 Mar 2017 13:02:58 -0400 (EDT)

branch: master
commit 4f127499f115ae03ce1dc9bdb0feb894fde109ca
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Fix inevitable screwup in previous commit, bump version
    
    * packages/gnorb/nngnorb.el (nnir-run-gnorb): The earlier
      "streamlining" streamlined a little too much.
    * packages/gnorb/gnorb.el: Flush new version.
---
 packages/gnorb/gnorb.el   | 2 +-
 packages/gnorb/nngnorb.el | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el
index 7057e9a..59c6bc7 100644
--- a/packages/gnorb/gnorb.el
+++ b/packages/gnorb/gnorb.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 
-;; Version: 1.2
+;; Version: 1.2.1
 ;; Package-Requires: ((cl-lib "0.5"))
 
 ;; Maintainer: Eric Abrahamsen <address@hidden>
diff --git a/packages/gnorb/nngnorb.el b/packages/gnorb/nngnorb.el
index a0e8f8c..8b84afe 100644
--- a/packages/gnorb/nngnorb.el
+++ b/packages/gnorb/nngnorb.el
@@ -134,10 +134,9 @@ be scanned for gnus messages, and those messages 
displayed."
       ;; First add all links to messages (elements of messages should
       ;; look like (group-name message-id)).
       (dolist (l links)
-       (push (list (car (split-string link "#"))
-                   (org-link-unescape
-                    (nth 1 (split-string link "#"))))
-             messages))
+       (push (org-link-unescape
+              (nth 1 (split-string l "#")))
+             msg-ids))
 
       (unless (gnus-alive-p)
        (gnus))



reply via email to

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