Update copyright header.
[elisp/semi.git] / SEMI-ELS
index 22a6632..1d5dca7 100644 (file)
--- a/SEMI-ELS
+++ b/SEMI-ELS
@@ -1,14 +1,14 @@
 ;;; -*-Emacs-Lisp-*-
-;;;
-;;; $Id: SEMI-ELS,v 0.6 1997-03-14 08:48:07 morioka Exp $
-;;;
+
+;; SEMI-ELS: list of SEMI modules to install
+
+;;; Code:
 
 (setq semi-modules-to-compile
       '(signature
-       mime-def
-       eword-decode eword-encode
-       mime-parse mime-view mime-text mime-play mime-partial
-       mime-tar mime-file
+       pgg-def pgg pgg-parse pgg-gpg pgg-pgp5 pgg-pgp mime-pgp
+       smime
+       semi-def mime-view mime-play mime-partial postpet
        mime-edit
        semi-setup mail-mime-setup))
 
@@ -26,8 +26,8 @@
                     (nconc semi-modules-not-to-compile i-modules))
               )
             )))
-       '((mailcrypt    mime-pgp mime-mc)
-         (bbdb         mime-bbdb)
+       '((bbdb         mime-bbdb)
+         (w3           mime-w3)
          ))
 
 (if (or (string-match "XEmacs" emacs-version)
          (nconc semi-modules-to-compile '(mime-image)))
   )
 
+(when (eq system-type 'darwin)
+  (setq semi-modules-to-compile
+       (nconc semi-modules-to-compile '(mime-mac))))
+
 (setq semi-modules (append semi-modules-to-compile
                           semi-modules-not-to-compile))