emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/mml.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mml.el
Date: Wed, 09 Feb 2005 10:51:49 -0500

Index: emacs/lisp/gnus/mml.el
diff -c emacs/lisp/gnus/mml.el:1.22 emacs/lisp/gnus/mml.el:1.23
*** emacs/lisp/gnus/mml.el:1.22 Fri Jan 28 23:52:19 2005
--- emacs/lisp/gnus/mml.el      Wed Feb  9 15:50:37 2005
***************
*** 44,50 ****
    '(name access-type expiration size permission format)
    "*A list of acceptable parameters in MML tag.
  These parameters are generated in Content-Type header if exists."
!   :version "21.4"
    :type '(repeat (symbol :tag "Parameter"))
    :group 'message)
  
--- 44,50 ----
    '(name access-type expiration size permission format)
    "*A list of acceptable parameters in MML tag.
  These parameters are generated in Content-Type header if exists."
!   :version "22.1"
    :type '(repeat (symbol :tag "Parameter"))
    :group 'message)
  
***************
*** 52,65 ****
    '(filename creation-date modification-date read-date)
    "*A list of acceptable parameters in MML tag.
  These parameters are generated in Content-Disposition header if exists."
!   :version "21.4"
    :type '(repeat (symbol :tag "Parameter"))
    :group 'message)
  
  (defcustom mml-insert-mime-headers-always nil
    "If non-nil, always put Content-Type: text/plain at top of empty parts.
  It is necessary to work against a bug in certain clients."
!   :version "21.4"
    :type 'boolean
    :group 'message)
  
--- 52,65 ----
    '(filename creation-date modification-date read-date)
    "*A list of acceptable parameters in MML tag.
  These parameters are generated in Content-Disposition header if exists."
!   :version "22.1"
    :type '(repeat (symbol :tag "Parameter"))
    :group 'message)
  
  (defcustom mml-insert-mime-headers-always nil
    "If non-nil, always put Content-Type: text/plain at top of empty parts.
  It is necessary to work against a bug in certain clients."
!   :version "22.1"
    :type 'boolean
    :group 'message)
  




reply via email to

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