branch: externals/gnorb
commit 8922fd0e10e5183771b55270877666679dbeb08d
Author: Eric Abrahamsen <[email protected]>
Commit: Stefan Monnier <[email protected]>
[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
---
gnorb-gnus.el | 2 +-
gnorb-helm.el | 2 +-
gnorb.el | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnorb-gnus.el b/gnorb-gnus.el
index 47b232e..2bbe19f 100644
--- a/gnorb-gnus.el
+++ b/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/gnorb-helm.el b/gnorb-helm.el
index bdf490d..e9eae46 100644
--- a/gnorb-helm.el
+++ b/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/gnorb.el b/gnorb.el
index df71a9e..ebed9da 100644
--- a/gnorb.el
+++ b/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 <[email protected]>