* wl-summary.el (wl-summary-prefetch-region-no-mark): Update
[elisp/wanderlust.git] / WL-ELS
diff --git a/WL-ELS b/WL-ELS
index 69f6c8e..99f3a1b 100644 (file)
--- a/WL-ELS
+++ b/WL-ELS
@@ -7,10 +7,10 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; 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-acap
+   wl-fldmgr wl-expire wl-template wl-score wl-acap wl-news
    ))
 
 (defconst ELMO-MODULES '(
@@ -20,8 +20,8 @@
    elmo-localdir elmo-localnews elmo-map elmo-maildir
    elmo-multi elmo-filter
    elmo-archive elmo-pipe elmo-cache
-   elmo-internal elmo-mark
-   elmo-dop elmo-nmz
+   elmo-internal elmo-mark elmo-sendlog
+   elmo-dop elmo-nmz elmo-split
    ))
 
 \f
@@ -59,7 +59,7 @@
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; Utils
-(defvar UTILS-MODULES '(rfc2368 wl-mailto))
+(defvar UTILS-MODULES '(rfc2368 wl-mailto wl-addrbook wl-complete))
 
 ;; OpenSSL/SSLeay package is also needed.
 (if (module-installed-p 'base64)