Replace deprecated time-stamp-hh:mm:ss by format-time-string
[elisp/wanderlust.git] / WL-ELS
diff --git a/WL-ELS b/WL-ELS
index 8b0834f..f54144c 100644 (file)
--- a/WL-ELS
+++ b/WL-ELS
@@ -7,21 +7,25 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; generic modules
 (defconst WL-MODULES '(
-   wl wl-folder wl-summary wl-message
+   wl wl-folder wl-summary wl-action wl-message
    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-fldmgr wl-expire wl-template wl-score wl-acap wl-news
+   wl-spam wl-batch
    ))
 
 (defconst ELMO-MODULES '(
    utf7 pldap acap slp mmimap
-   elmo-date elmo-util elmo-version elmo-vars elmo elmo-msgdb
+   elmo-signal elmo-date elmo-util elmo-version
+   elmo-vars elmo elmo-msgdb
    elmo-net elmo-imap4 elmo-pop3 elmo-nntp
    elmo-localdir elmo-localnews elmo-map elmo-maildir
-   elmo-multi elmo-filter
+   elmo-multi elmo-access elmo-filter
    elmo-archive elmo-pipe elmo-cache
-   elmo-internal elmo-mark
-   elmo-dop elmo-nmz
+   elmo-internal elmo-flag elmo-sendlog elmo-null
+   elmo-dop elmo-search elmo-file elmo-split
+   elmo-spam elsp-bogofilter elsp-sa elsp-bsfilter elsp-spamoracle
+   modb modb-entity modb-legacy modb-standard
    ))
 
 \f
 (if (module-installed-p 'shimbun)
     (add-to-list 'ELMO-MODULES 'elmo-shimbun))
 
+(if (module-installed-p 'spamfilter)
+    (add-to-list 'ELMO-MODULES 'elsp-spamfilter))
+
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; SEMI
 
 (setq WL-MODULES (append WL-MODULES (list 'wl-mime)))
 (setq ELMO-MODULES (append ELMO-MODULES (list 'elmo-mime)))
 (if (not (module-installed-p 'luna))
-    (error "Use FLIM-1.13.2 or later and SEMI 1.13.7 or later."))
+    (error "Use new FLIM & SEMI.  See INSTALL or INSTALL.ja"))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; Utils
-(defvar UTILS-MODULES '(rfc2368 wl-mailto))
+(defvar UTILS-MODULES '(rfc2368 im-wl wl-mailto wl-addrbook wl-complete))
 
 ;; OpenSSL/SSLeay package is also needed.
 (if (module-installed-p 'base64)
@@ -71,7 +78,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))))