Index: nnir.el =================================================================== RCS file: /usr/local/cvsroot/gnus/contrib/nnir.el,v retrieving revision 7.16 diff -c -r7.16 nnir.el *** nnir.el 8 Jun 2006 05:40:50 -0000 7.16 --- nnir.el 8 Jun 2006 05:41:40 -0000 *************** *** 1506,1513 **** ((and nnir-mail-backend (gnus-server-equal method nnir-mail-backend)) (symbol-value key)) - ((null nnir-mail-backend) - (symbol-value key)) (t nil)))) ;; (if method ;; (if (assq key (cddr method)) --- 1506,1511 ----