comparison lisp/gnus/mml.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents 472e5513512f
children b070535d2416 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
42 42
43 (defcustom mml-content-type-parameters 43 (defcustom mml-content-type-parameters
44 '(name access-type expiration size permission format) 44 '(name access-type expiration size permission format)
45 "*A list of acceptable parameters in MML tag. 45 "*A list of acceptable parameters in MML tag.
46 These parameters are generated in Content-Type header if exists." 46 These parameters are generated in Content-Type header if exists."
47 :version "21.4" 47 :version "22.1"
48 :type '(repeat (symbol :tag "Parameter")) 48 :type '(repeat (symbol :tag "Parameter"))
49 :group 'message) 49 :group 'message)
50 50
51 (defcustom mml-content-disposition-parameters 51 (defcustom mml-content-disposition-parameters
52 '(filename creation-date modification-date read-date) 52 '(filename creation-date modification-date read-date)
53 "*A list of acceptable parameters in MML tag. 53 "*A list of acceptable parameters in MML tag.
54 These parameters are generated in Content-Disposition header if exists." 54 These parameters are generated in Content-Disposition header if exists."
55 :version "21.4" 55 :version "22.1"
56 :type '(repeat (symbol :tag "Parameter")) 56 :type '(repeat (symbol :tag "Parameter"))
57 :group 'message) 57 :group 'message)
58 58
59 (defcustom mml-insert-mime-headers-always nil 59 (defcustom mml-insert-mime-headers-always nil
60 "If non-nil, always put Content-Type: text/plain at top of empty parts. 60 "If non-nil, always put Content-Type: text/plain at top of empty parts.
61 It is necessary to work against a bug in certain clients." 61 It is necessary to work against a bug in certain clients."
62 :version "21.4" 62 :version "22.1"
63 :type 'boolean 63 :type 'boolean
64 :group 'message) 64 :group 'message)
65 65
66 (defvar mml-tweak-type-alist nil 66 (defvar mml-tweak-type-alist nil
67 "A list of (TYPE . FUNCTION) for tweaking MML parts. 67 "A list of (TYPE . FUNCTION) for tweaking MML parts.