From 47f493e7cfd54c0940697a2fcfab05710ba8e6fa Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 12 May 2006 12:38:57 +0000 Subject: [PATCH] 2006-05-12 Simon Josefsson * nnir.el: Compare servers using gnus-server-equal, otherwise string methods in nnir-mail-backend won't work. --- contrib/ChangeLog | 5 +++++ contrib/nnir.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index c3dc47408..dc2593dff 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2006-05-12 Simon Josefsson + + * nnir.el: Compare servers using gnus-server-equal, otherwise + string methods in nnir-mail-backend won't work. + 2006-04-11 Sascha Wilde (tiny patch) * nnir.el (nnir-run-swish++): Allow matching gzipped files. diff --git a/contrib/nnir.el b/contrib/nnir.el index 0c0f2b4d9..48deb7c26 100644 --- a/contrib/nnir.el +++ b/contrib/nnir.el @@ -1495,7 +1495,7 @@ form 'backend:name'." (cond ((and method (assq key (cddr method))) (nth 1 (assq key (cddr method)))) ((and nnir-mail-backend - (gnus-method-equal method nnir-mail-backend)) + (gnus-server-equal method nnir-mail-backend)) (symbol-value key)) ((null nnir-mail-backend) (symbol-value key)) -- 2.25.1