fix the last change
authoryoichi <yoichi>
Sun, 27 Aug 2006 12:05:57 +0000 (12:05 +0000)
committeryoichi <yoichi>
Sun, 27 Aug 2006 12:05:57 +0000 (12:05 +0000)
elmo/elsp-bsfilter.el

index 8cae0e7..662b103 100644 (file)
         nil (if elmo-spam-bsfilter-debug
                 (get-buffer-create "*Debug ELMO Bsfilter*"))
         nil
-        (delq nil
-              (append (if elmo-spam-bsfilter-shell-switch
-                          (list elmo-spam-bsfilter-shell-switch))
-                      (list elmo-spam-bsfilter-program)
-                      elmo-spam-bsfilter-args
-                      (if elmo-spam-bsfilter-database-directory
-                          (list "--homedir" elmo-spam-bsfilter-database-directory))
-                      (elmo-flatten args)))))
+        (append (if elmo-spam-bsfilter-shell-switch
+                    (list elmo-spam-bsfilter-shell-switch))
+                (if elmo-spam-bsfilter-program
+                    (list elmo-spam-bsfilter-program))
+                elmo-spam-bsfilter-args
+                (if elmo-spam-bsfilter-database-directory
+                    (list "--homedir" elmo-spam-bsfilter-database-directory))
+                (elmo-flatten args))))
 
 (luna-define-method elmo-spam-buffer-spam-p ((processor elsp-bsfilter)
                                             buffer &optional register)