X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fnnmail.el;h=463f87e44fcc5ac3130d1f2ff71efd1a57a7d172;hb=8339220cc25db3fbdab4367d6252e596bddd9cb1;hp=366986443a785509d3748c972379de1ab206dc32;hpb=18c341e76f93b34a7c38480ef4f8231815c4a84b;p=gnus diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 366986443..463f87e44 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -1149,10 +1149,10 @@ FUNC will be called with the group name to determine the article number." (setq nnmail-split-trace nil)) (if (or (and (symbolp nnmail-split-methods) (fboundp nnmail-split-methods)) - (and (listp ruleset) + (and (listp nnmail-split-methods) ;; Not a regular split method, so it has to be a ;; fancy one. - (not (let ((top-element (car-safe ruleset))) + (not (let ((top-element (car-safe nnmail-split-methods))) (and (= 2 (length top-element)) (stringp (nth 0 top-element)) (stringp (nth 1 top-element)))))))