comparison lisp/mh-e/mh-mime.el @ 60921:78e08044a734

* mh-e.el, mh-identity.el, mh-mime.el: Replace `legal' with `valid'.
author Werner LEMBERG <wl@gnu.org>
date Fri, 25 Mar 2005 09:51:55 +0000
parents 25da1d331c99
children 4f4f410e6fe8 4da4a09e8b1b
comparison
equal deleted inserted replaced
60920:242e5edee3ce 60921:78e08044a734
1 ;;; mh-mime.el --- MH-E support for composing MIME messages 1 ;;; mh-mime.el --- MH-E support for composing MIME messages
2 2
3 ;; Copyright (C) 1993, 1995, 2001, 02, 03, 2004 Free Software Foundation, Inc. 3 ;; Copyright (C) 1993, 1995, 2001, 02, 03, 2004, 2005
4 ;; Free Software Foundation, Inc.
4 5
5 ;; Author: Bill Wohler <wohler@newt.com> 6 ;; Author: Bill Wohler <wohler@newt.com>
6 ;; Maintainer: Bill Wohler <wohler@newt.com> 7 ;; Maintainer: Bill Wohler <wohler@newt.com>
7 ;; Keywords: mail 8 ;; Keywords: mail
8 ;; See: mh-e.el 9 ;; See: mh-e.el
195 196
196 ("text/enriched") ("text/html") ("text/plain") ("text/rfc822-headers") 197 ("text/enriched") ("text/html") ("text/plain") ("text/rfc822-headers")
197 ("text/richtext") ("text/x-vcard") ("text/xml") 198 ("text/richtext") ("text/x-vcard") ("text/xml")
198 199
199 ("video/mpeg") ("video/quicktime")) 200 ("video/mpeg") ("video/quicktime"))
200 "Legal MIME content types. 201 "Valid MIME content types.
201 See documentation for \\[mh-edit-mhn].") 202 See documentation for \\[mh-edit-mhn].")
202 203
203 ;; RFC 2045 - Multipurpose Internet Mail Extensions (MIME) Part One: 204 ;; RFC 2045 - Multipurpose Internet Mail Extensions (MIME) Part One:
204 ;; Format of Internet Message Bodies. 205 ;; Format of Internet Message Bodies.
205 ;; RFC 2046 - Multipurpose Internet Mail Extensions (MIME) Part Two: 206 ;; RFC 2046 - Multipurpose Internet Mail Extensions (MIME) Part Two:
222 ("propspero") ; RFC1738 Prospero Directory Service 223 ("propspero") ; RFC1738 Prospero Directory Service
223 ("telnet") ; RFC1738 Telnet 224 ("telnet") ; RFC1738 Telnet
224 ("tftp") ; RFC2046 Trivial File Transfer Protocol 225 ("tftp") ; RFC2046 Trivial File Transfer Protocol
225 ("url") ; RFC2017 URL scheme MIME access-type Protocol 226 ("url") ; RFC2017 URL scheme MIME access-type Protocol
226 ("wais")) ; RFC1738 Wide Area Information Servers 227 ("wais")) ; RFC1738 Wide Area Information Servers
227 "Legal MIME access-type values.") 228 "Valid MIME access-type values.")
228 229
229 ;;;###mh-autoload 230 ;;;###mh-autoload
230 (defun mh-mhn-compose-insertion (filename type description attributes) 231 (defun mh-mhn-compose-insertion (filename type description attributes)
231 "Add a directive to insert a MIME message part from a file. 232 "Add a directive to insert a MIME message part from a file.
232 This is the typical way to insert non-text parts in a message. 233 This is the typical way to insert non-text parts in a message.