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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mml.el [lexbind]
Date: Wed, 06 Oct 2004 01:44:33 -0400

Index: emacs/lisp/gnus/mml.el
diff -c emacs/lisp/gnus/mml.el:1.14.4.3 emacs/lisp/gnus/mml.el:1.14.4.4
*** emacs/lisp/gnus/mml.el:1.14.4.3     Thu Sep 16 00:12:16 2004
--- emacs/lisp/gnus/mml.el      Wed Oct  6 05:21:53 2004
***************
*** 44,49 ****
--- 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)
  
***************
*** 51,62 ****
--- 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)
  




reply via email to

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