X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=WL-ELS;h=4a0d9ca5a35effc34992be9fde6408d578dedaa7;hb=8c44211f10620d21fcd31fb81850642f1094cf84;hp=c482a334832881e8d0511774df1f7d9131e065d9;hpb=1bd16c42e347b6e5caf3664230071cff98686ec9;p=elisp%2Fwanderlust.git diff --git a/WL-ELS b/WL-ELS index c482a33..4a0d9ca 100644 --- a/WL-ELS +++ b/WL-ELS @@ -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 )) @@ -55,11 +55,11 @@ (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 wl-mailto wl-addrbook wl-complete)) ;; OpenSSL/SSLeay package is also needed. (if (module-installed-p 'base64)