2006-05-12 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Fri, 12 May 2006 12:38:57 +0000 (12:38 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 12 May 2006 12:38:57 +0000 (12:38 +0000)
* nnir.el: Compare servers using gnus-server-equal, otherwise
string methods in nnir-mail-backend won't work.

contrib/ChangeLog
contrib/nnir.el

index c3dc474..dc2593d 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-12  Simon Josefsson  <jas@extundo.com>
+
+       * nnir.el: Compare servers using gnus-server-equal, otherwise
+       string methods in nnir-mail-backend won't work.
+
 2006-04-11  Sascha Wilde  <wilde@sha-bang.de>  (tiny patch)
 
        * nnir.el (nnir-run-swish++): Allow matching gzipped files.
index 0c0f2b4..48deb7c 100644 (file)
@@ -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))