X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=WL-ELS;h=727f9f7cf3c39e843b0f50b8e1848ab2ac47027f;hb=50d2f26db946febf03c279d86e20d61852b43f24;hp=4a0d9ca5a35effc34992be9fde6408d578dedaa7;hpb=511aa8324ceb798cb3399f6291e92c289b4eb585;p=elisp%2Fwanderlust.git diff --git a/WL-ELS b/WL-ELS index 4a0d9ca..727f9f7 100644 --- a/WL-ELS +++ b/WL-ELS @@ -7,10 +7,11 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; 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 '( @@ -20,8 +21,10 @@ elmo-localdir elmo-localnews elmo-map elmo-maildir elmo-multi elmo-filter elmo-archive elmo-pipe elmo-cache - elmo-internal elmo-mark elmo-sendlog + elmo-internal elmo-flag elmo-sendlog elmo-dop elmo-nmz elmo-split + elmo-spam elsp-bogofilter + modb modb-entity modb-legacy modb-standard )) @@ -49,6 +52,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