From: yoichi Date: Sun, 27 Aug 2006 12:05:57 +0000 (+0000) Subject: fix the last change X-Git-Tag: wl-2_15_4~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ad7ffc6af4fe50a88802b0adbad4d794ff933bdd;p=elisp%2Fwanderlust.git fix the last change --- diff --git a/elmo/elsp-bsfilter.el b/elmo/elsp-bsfilter.el index 8cae0e7..662b103 100644 --- a/elmo/elsp-bsfilter.el +++ b/elmo/elsp-bsfilter.el @@ -92,14 +92,14 @@ 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)