emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mh-e/mh-mime.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/mh-e/mh-mime.el
Date: Fri, 25 Mar 2005 04:51:57 -0500

Index: emacs/lisp/mh-e/mh-mime.el
diff -c emacs/lisp/mh-e/mh-mime.el:1.9 emacs/lisp/mh-e/mh-mime.el:1.10
*** emacs/lisp/mh-e/mh-mime.el:1.9      Wed Aug 25 05:57:29 2004
--- emacs/lisp/mh-e/mh-mime.el  Fri Mar 25 09:51:55 2005
***************
*** 1,6 ****
  ;;; mh-mime.el --- MH-E support for composing MIME messages
  
! ;; Copyright (C) 1993, 1995, 2001, 02, 03, 2004 Free Software Foundation, Inc.
  
  ;; Author: Bill Wohler <address@hidden>
  ;; Maintainer: Bill Wohler <address@hidden>
--- 1,7 ----
  ;;; mh-mime.el --- MH-E support for composing MIME messages
  
! ;; Copyright (C) 1993, 1995, 2001, 02, 03, 2004, 2005
! ;;  Free Software Foundation, Inc.
  
  ;; Author: Bill Wohler <address@hidden>
  ;; Maintainer: Bill Wohler <address@hidden>
***************
*** 197,203 ****
      ("text/richtext") ("text/x-vcard") ("text/xml")
  
      ("video/mpeg") ("video/quicktime"))
!   "Legal MIME content types.
  See documentation for \\[mh-edit-mhn].")
  
  ;; RFC 2045 - Multipurpose Internet Mail Extensions (MIME) Part One:
--- 198,204 ----
      ("text/richtext") ("text/x-vcard") ("text/xml")
  
      ("video/mpeg") ("video/quicktime"))
!   "Valid MIME content types.
  See documentation for \\[mh-edit-mhn].")
  
  ;; RFC 2045 - Multipurpose Internet Mail Extensions (MIME) Part One:
***************
*** 224,230 ****
      ("tftp")            ; RFC2046 Trivial File Transfer Protocol
      ("url")             ; RFC2017 URL scheme MIME access-type Protocol
      ("wais"))           ; RFC1738 Wide Area Information Servers
!   "Legal MIME access-type values.")
  
  ;;;###mh-autoload
  (defun mh-mhn-compose-insertion (filename type description attributes)
--- 225,231 ----
      ("tftp")            ; RFC2046 Trivial File Transfer Protocol
      ("url")             ; RFC2017 URL scheme MIME access-type Protocol
      ("wais"))           ; RFC1738 Wide Area Information Servers
!   "Valid MIME access-type values.")
  
  ;;;###mh-autoload
  (defun mh-mhn-compose-insertion (filename type description attributes)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]