Version number is increased to 2.11.30.
[elisp/wanderlust.git] / WL-ELS
diff --git a/WL-ELS b/WL-ELS
index bf5c322..f4d3b09 100644 (file)
--- a/WL-ELS
+++ b/WL-ELS
@@ -11,7 +11,7 @@
    wl-vars wl-draft wl-util wl-version wl-address wl-addrmgr
    wl-highlight wl-demo wl-refile wl-thread
    wl-fldmgr wl-expire wl-template wl-score wl-acap wl-news
-   wl-spam
+   wl-spam wl-batch
    ))
 
 (defconst ELMO-MODULES '(
@@ -22,8 +22,8 @@
    elmo-multi elmo-filter
    elmo-archive elmo-pipe elmo-cache
    elmo-internal elmo-flag elmo-sendlog
-   elmo-dop elmo-nmz elmo-split
-   elmo-spam elsp-bogofilter
+   elmo-dop elmo-nmz elmo-file elmo-split
+   elmo-spam elsp-bogofilter elsp-sa elsp-bsfilter
    modb modb-entity modb-legacy modb-standard
    ))
 
@@ -65,7 +65,7 @@
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; Utils
-(defvar UTILS-MODULES '(rfc2368 wl-mailto wl-addrbook wl-complete))
+(defvar UTILS-MODULES '(rfc2368 im-wl wl-mailto wl-addrbook wl-complete))
 
 ;; OpenSSL/SSLeay package is also needed.
 (if (module-installed-p 'base64)
@@ -77,7 +77,5 @@
    (cons WLDIR WL-MODULES)
    (if (module-installed-p 'bbdb)
        (cons UTILSDIR (list 'bbdb-wl)))
-   (if (exec-installed-p "imput")
-       (cons UTILSDIR (list 'im-wl)))
    (if wl-install-utils
        (cons UTILSDIR UTILS-MODULES))))