/[emacs]/emacs/lisp/gnus/mml.el
ViewVC logotype

Diff of /emacs/lisp/gnus/mml.el

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

revision 1.15.6.2 by miles, Thu Sep 9 09:36:26 2004 UTC revision 1.15.6.3 by miles, Tue Sep 21 09:34:08 2004 UTC
# Line 44  Line 44 
44    '(name access-type expiration size permission format)    '(name access-type expiration size permission format)
45    "*A list of acceptable parameters in MML tag.    "*A list of acceptable parameters in MML tag.
46  These parameters are generated in Content-Type header if exists."  These parameters are generated in Content-Type header if exists."
47      :version "21.4"
48    :type '(repeat (symbol :tag "Parameter"))    :type '(repeat (symbol :tag "Parameter"))
49    :group 'message)    :group 'message)
50    
# Line 51  These parameters are generated in Conten Line 52  These parameters are generated in Conten
52    '(filename creation-date modification-date read-date)    '(filename creation-date modification-date read-date)
53    "*A list of acceptable parameters in MML tag.    "*A list of acceptable parameters in MML tag.
54  These parameters are generated in Content-Disposition header if exists."  These parameters are generated in Content-Disposition header if exists."
55      :version "21.4"
56    :type '(repeat (symbol :tag "Parameter"))    :type '(repeat (symbol :tag "Parameter"))
57    :group 'message)    :group 'message)
58    
59  (defcustom mml-insert-mime-headers-always nil  (defcustom mml-insert-mime-headers-always nil
60    "If non-nil, always put Content-Type: text/plain at top of empty parts.    "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."  It is necessary to work against a bug in certain clients."
62      :version "21.4"
63    :type 'boolean    :type 'boolean
64    :group 'message)    :group 'message)
65    

Legend:
Removed from v.1.15.6.2  
changed lines
  Added in v.1.15.6.3

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