From: shuhei-k Date: Mon, 22 Jun 1998 09:26:37 +0000 (+0000) Subject: (mime-content-types): Add "url" access-type and "subject" parameter of X-Git-Tag: semi-1_7_1~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5ca65eede88dc4ddc70b7803794acf9a3d157733;p=elisp%2Fsemi.git (mime-content-types): Add "url" access-type and "subject" parameter of "mail-server" access-type to message/external-body media-type. (mime-edit-define-menu-for-xemacs): Doc-string fix. --- diff --git a/mime-edit.el b/mime-edit.el index 653ef9c..f911ce2 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -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 ;; 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)