X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=WL-ELS;h=f54144c3951384d21a26d3d932bc7259e678b4c1;hb=52279a31118b268a2c19a63cc9d0d794e556bec6;hp=1cb8b4432556a397fe6fb2fa1f7e48d2bd039baf;hpb=176969e96515838da31d9bac148b615910061942;p=elisp%2Fwanderlust.git diff --git a/WL-ELS b/WL-ELS index 1cb8b44..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-sendlog - 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 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) @@ -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))))