X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=WL-ELS;h=f54144c3951384d21a26d3d932bc7259e678b4c1;hb=b5692b53a7ba39752935617facefa772dc003477;hp=69f6c8e83c9644f0901136098ad781028c012dff;hpb=89c09e760e0bc7a043fdcf97f6be52742c3f893d;p=elisp%2Fwanderlust.git diff --git a/WL-ELS b/WL-ELS index 69f6c8e..f54144c 100644 --- 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-acap + 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 )) @@ -49,6 +53,9 @@ (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 @@ -59,7 +66,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; 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))))