(mime-library-version): update.
[elisp/flim.git] / FLIM-ELS
index d42f9b7..5dee670 100644 (file)
--- a/FLIM-ELS
+++ b/FLIM-ELS
@@ -1,12 +1,15 @@
 ;;; -*-Emacs-Lisp-*-
-;;;
-;;; $Id: FLIM-ELS,v 1.1 1998-04-13 13:08:14 morioka Exp $
-;;;
-
-(setq flim-modules '(std11 std11-parse
-                          mel mel-dl mel-b mel-q mel-u mel-g
-                          mime-def eword-decode eword-encode
-                          ))
+
+;; FLIM-ELS: list of FLIM modules to install
+
+;;; Code:
+
+(setq flim-modules '(std11
+                    mime-def
+                    mel mel-b mel-q mel-u mel-g
+                    eword-decode eword-encode
+                    mime mime-parse mmbuffer mmcooked
+                    mailcap))
 
 (if (fboundp 'dynamic-link)
     (setq flim-modules (cons 'mel-dl flim-modules))