add code name
[elisp/flim.git] / FLIM-ELS
index 8e24806..63ee339 100644 (file)
--- a/FLIM-ELS
+++ b/FLIM-ELS
@@ -8,17 +8,19 @@
                     luna mime-def
                     mel mel-q mel-u mel-g
                     eword-decode eword-encode
-                    mime mime-parse mmbuffer mmcooked mmdbuffer
+                    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
+                    scram-md5 digest-md5 unique-id
                     starttls))
 
-(unless (and (fboundp 'base64-encode-string)
-            (subrp (symbol-function 'base64-encode-string)))
+(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))
     )