(mime-content-types): Add "url" access-type and "subject" parameter of
authorshuhei-k <shuhei-k>
Mon, 22 Jun 1998 09:26:37 +0000 (09:26 +0000)
committershuhei-k <shuhei-k>
Mon, 22 Jun 1998 09:26:37 +0000 (09:26 +0000)
"mail-server" access-type to message/external-body media-type.
(mime-edit-define-menu-for-xemacs): Doc-string fix.

mime-edit.el

index 653ef9c..f911ce2 100644 (file)
@@ -214,9 +214,13 @@ To insert a signature file automatically, call the function
        ("tftp"        ("site") ("name"))
        ("afs"         ("site") ("name"))
        ("local-file"  ("site") ("name"))
-       ("mail-server" ("server" "ftpmail@nic.karrn.ad.jp"))
+       ("mail-server"
+       ("server" "ftpmail@nic.karrn.ad.jp")
+       ("subject"))
+       ("url"         ("url"))
        ))
      ("rfc822")
+     ("news")
      )
     ("application"
      ("octet-stream" ("type" "" "tar" "shar"))
@@ -697,7 +701,7 @@ Tspecials means any character that matches with it in header must be quoted.")
        ;; modified by Pekka Marjola <pema@iki.fi>
        ;;      1995/9/5 (c.f. [tm-en:69])
        (defun mime-edit-define-menu-for-xemacs ()
-        "Define menu for Emacs 19."
+        "Define menu for XEmacs."
         (cond ((featurep 'menubar)
                (make-local-variable 'current-menubar)
                (set-buffer-menubar current-menubar)