/[emacs]/emacs/lisp/mh-e/mh-mime.el
ViewVC logotype

Diff of /emacs/lisp/mh-e/mh-mime.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by wohler, Wed Aug 25 05:57:29 2004 UTC revision 1.10 by wl, Fri Mar 25 09:51:55 2005 UTC
# Line 1  Line 1 
1  ;;; mh-mime.el --- MH-E support for composing MIME messages  ;;; mh-mime.el --- MH-E support for composing MIME messages
2    
3  ;; Copyright (C) 1993, 1995, 2001, 02, 03, 2004 Free Software Foundation, Inc.  ;; Copyright (C) 1993, 1995, 2001, 02, 03, 2004, 2005
4    ;;  Free Software Foundation, Inc.
5    
6  ;; Author: Bill Wohler <wohler@newt.com>  ;; Author: Bill Wohler <wohler@newt.com>
7  ;; Maintainer: Bill Wohler <wohler@newt.com>  ;; Maintainer: Bill Wohler <wohler@newt.com>
# Line 197  Returns nil if file command not on syste Line 198  Returns nil if file command not on syste
198      ("text/richtext") ("text/x-vcard") ("text/xml")      ("text/richtext") ("text/x-vcard") ("text/xml")
199    
200      ("video/mpeg") ("video/quicktime"))      ("video/mpeg") ("video/quicktime"))
201    "Legal MIME content types.    "Valid MIME content types.
202  See documentation for \\[mh-edit-mhn].")  See documentation for \\[mh-edit-mhn].")
203    
204  ;; RFC 2045 - Multipurpose Internet Mail Extensions (MIME) Part One:  ;; RFC 2045 - Multipurpose Internet Mail Extensions (MIME) Part One:
# Line 224  See documentation for \\[mh-edit-mhn].") Line 225  See documentation for \\[mh-edit-mhn].")
225      ("tftp")            ; RFC2046 Trivial File Transfer Protocol      ("tftp")            ; RFC2046 Trivial File Transfer Protocol
226      ("url")             ; RFC2017 URL scheme MIME access-type Protocol      ("url")             ; RFC2017 URL scheme MIME access-type Protocol
227      ("wais"))           ; RFC1738 Wide Area Information Servers      ("wais"))           ; RFC1738 Wide Area Information Servers
228    "Legal MIME access-type values.")    "Valid MIME access-type values.")
229    
230  ;;;###mh-autoload  ;;;###mh-autoload
231  (defun mh-mhn-compose-insertion (filename type description attributes)  (defun mh-mhn-compose-insertion (filename type description attributes)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26