X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=FLIM-ELS;h=1d8ebf6059825b4b801c6e5dde7a1b4463d4e4d4;hb=41e4fd4242e2a1f959c312e74854025cbb9d0f80;hp=0afc7dabf8a49e8e0618fb53d70a3c1bbfc34107;hpb=d6b4f1f47dbb2fda31d29121b83b66ff052a16ed;p=elisp%2Fflim.git diff --git a/FLIM-ELS b/FLIM-ELS index 0afc7da..1d8ebf6 100644 --- a/FLIM-ELS +++ b/FLIM-ELS @@ -5,15 +5,24 @@ ;;; Code: (setq flim-modules '(std11 - mime-def - mel mel-dl mel-b mel-q mel-u mel-g + luna mime-def + mel mel-q mel-u mel-g eword-decode eword-encode - mime mime-parse mailcap - ;; mime-lib - )) + mime mime-parse mmbuffer mmcooked mmdbuffer + mailcap + smtp smtpmail)) -(if (fboundp 'dynamic-link) - (setq flim-modules (cons 'mel-dl flim-modules)) +(if (and (fboundp 'base64-encode-string) + (subrp (symbol-function 'base64-encode-string))) + nil + (if (fboundp 'dynamic-link) + (setq flim-modules (cons 'mel-b-dl flim-modules)) + ) + (setq flim-modules (cons 'mel-b-el flim-modules)) ) +(require 'pccl) +(unless-broken ccl-usable + (setq flim-modules (cons 'mel-b-ccl (cons 'mel-q-ccl flim-modules)))) + ;;; FLIM-ELS ends here