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

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

[elpa] master 6eb6967: gnorb: Remove weird group-name guard, bump to 1.5


From: Eric Abrahamsen
Subject: [elpa] master 6eb6967: gnorb: Remove weird group-name guard, bump to 1.5.7
Date: Sat, 29 Sep 2018 15:53:52 -0400 (EDT)

branch: master
commit 6eb6967574c058f1815cbaa023c4aeac0aaf8e55
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    gnorb: Remove weird group-name guard, bump to 1.5.7
    
    * packages/gnorb/gnorb-utils.el (gnorb-msg-id-request-head): I don't
      know why that check was in there, and it causes problems for no
      obvious gain.
    * packages/gnorb/gnorb.el: Bump and flush.
---
 packages/gnorb/gnorb-utils.el | 8 ++++++--
 packages/gnorb/gnorb.el       | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/packages/gnorb/gnorb-utils.el b/packages/gnorb/gnorb-utils.el
index 3b6c7ab..772e667 100644
--- a/packages/gnorb/gnorb-utils.el
+++ b/packages/gnorb/gnorb-utils.el
@@ -516,7 +516,12 @@ methods?"
                                   gnorb-gnus-sent-groups)))
        (while (setq server-group (pop candidates))
          (when (and (stringp server-group)
-                    (string-match-p "+" server-group)
+                    ;; I don't remember the reason for this check,
+                    ;; which is totally fragile and fails on groups
+                    ;; belonging to `gnus-select-method': another
+                    ;; reason why this select method stuff is a mess.
+
+                    ;;(string-match-p "+" server-group)
                     (not
                      (string-match-p
                       "\\(nnir\\|nnvirtual\\|UNKNOWN\\)"
@@ -532,7 +537,6 @@ methods?"
 
 (defun gnorb-collect-ids (&optional id)
   "Collect all Org IDs for a subtree.
-
 Starting with the heading under point (or the heading indicated
 by the ID argument), collect its ID property, and the IDs of all
 child headings."
diff --git a/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el
index a632a3a..9356db0 100644
--- a/packages/gnorb/gnorb.el
+++ b/packages/gnorb/gnorb.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2018  Free Software Foundation, Inc.
 
-;; Version: 1.5.6
+;; Version: 1.5.7
 ;; Package-Requires: ((cl-lib "0.5"))
 
 ;; Maintainer: Eric Abrahamsen <address@hidden>



reply via email to

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