X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=WL-ELS;h=f54144c3951384d21a26d3d932bc7259e678b4c1;hb=9ac8d992962e6570745b4bc036b29ecd3406cfa1;hp=71f27d3bc9656049a170a80d19d3a19cf9f0b569;hpb=f4aed41040236d1fc835dd7bc475a2d8c3e611ec;p=elisp%2Fwanderlust.git diff --git a/WL-ELS b/WL-ELS index 71f27d3..f54144c 100644 --- a/WL-ELS +++ b/WL-ELS @@ -11,18 +11,21 @@ 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-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-split - modb modb-entity modb-legacy + 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 )) @@ -50,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 @@ -60,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) @@ -72,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))))