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

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

[elpa] master e57f1be: [gnorb] Fix immediate and inexplicable typos, bu


From: Eric Abrahamsen
Subject: [elpa] master e57f1be: [gnorb] Fix immediate and inexplicable typos, bump to 1.5.1
Date: Thu, 3 May 2018 16:10:14 -0400 (EDT)

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

    [gnorb] Fix immediate and inexplicable typos, bump to 1.5.1
    
    * packages/gnorb/gnorb-gnus.el (gnorb-gnus-search-registry): Cat
      walked on keyboard?
    * packages/gnorb/gnorb-helm.el (gnorb-helm-gnus-registry-candidates):
      Stupid.
    * packages/gnorb/gnorb.el: Bump to 1.5.1
---
 packages/gnorb/gnorb-gnus.el | 2 +-
 packages/gnorb/gnorb-helm.el | 2 +-
 packages/gnorb/gnorb.el      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/gnorb/gnorb-gnus.el b/packages/gnorb/gnorb-gnus.el
index 47b232e..2bbe19f 100644
--- a/packages/gnorb/gnorb-gnus.el
+++ b/packages/gnorb/gnorb-gnus.el
@@ -746,7 +746,7 @@ sender:google.com subject:\"your search results\""
            (gnus-group-read-ephemeral-group
             name `(nnir ,server) nil `(switch-to-buffer ,gnus-group-buffer)
             nil nil spec))
-       (message "No results found"))))))
+       (message "No results found")))))
 
 ;;;###autoload
 (defun gnorb-gnus-tag-message (arg &optional tags)
diff --git a/packages/gnorb/gnorb-helm.el b/packages/gnorb/gnorb-helm.el
index bdf490d..e9eae46 100644
--- a/packages/gnorb/gnorb-helm.el
+++ b/packages/gnorb/gnorb-helm.el
@@ -41,7 +41,7 @@
                   subject (car-safe (cdr (assoc 'subject data)))
                   recipient (car-safe (cdr (assoc 'recipient data))))
         (push (cons (format "%s: %s"
-                            (if (string-match-p from 
gnus-ignored-from-addresses)
+                            (if (string-match-p gnus-ignored-from-addresses 
from)
                                 recipient
                               from)
                             subject)     ; display
diff --git a/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el
index 36f63ba..2253fb1 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
+;; Version: 1.5.1
 ;; Package-Requires: ((cl-lib "0.5"))
 
 ;; Maintainer: Eric Abrahamsen <address@hidden>



reply via email to

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