X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=FLIM-ELS;h=63ee339cf53378959a4e4a16af94431fbc65d9fa;hb=6d71f130b9e56f45a6e14798cd2f23615ad12289;hp=5dee6704d726db3671abd5e897863f0401571b1c;hpb=3ddab23da3e97c1e6b5feb949a74e68841e3a68b;p=elisp%2Fflim.git diff --git a/FLIM-ELS b/FLIM-ELS index 5dee670..63ee339 100644 --- a/FLIM-ELS +++ b/FLIM-ELS @@ -5,14 +5,30 @@ ;;; Code: (setq flim-modules '(std11 - mime-def - mel 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 mmbuffer mmcooked - mailcap)) + mime mime-parse mmgeneric + mmbuffer mmcooked mmdbuffer mmexternal + mailcap + smtp smtpmail sasl + md5 md5-el md5-dl + sha1 sha1-el sha1-dl + hmac-def hmac-md5 hmac-sha1 hex-util + scram-md5 digest-md5 unique-id + starttls)) -(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