comparison lisp/gnus/mailcap.el @ 55046:59e11b0793cf

(mailcap-mime-data): Mark as risky.
author Richard M. Stallman <rms@gnu.org>
date Wed, 21 Apr 2004 19:15:28 +0000
parents 695cf19ef79e
children 55fd4f77387a 0fde48feb604 4c90ffeb71c5
comparison
equal deleted inserted replaced
55045:3baddb82ae01 55046:59e11b0793cf
269 Content-Type header as argument to return a boolean value for the 269 Content-Type header as argument to return a boolean value for the
270 validity. Otherwise, if it is a non-function Lisp symbol or list 270 validity. Otherwise, if it is a non-function Lisp symbol or list
271 whose car is a symbol, it is `eval'led to yield the validity. If it 271 whose car is a symbol, it is `eval'led to yield the validity. If it
272 is a string or list of strings, it represents a shell command to run 272 is a string or list of strings, it represents a shell command to run
273 to return a true or false shell value for the validity.") 273 to return a true or false shell value for the validity.")
274 (put 'mailcap-mime-data 'risky-local-variable t)
274 275
275 (defcustom mailcap-download-directory nil 276 (defcustom mailcap-download-directory nil
276 "*Directory to which `mailcap-save-binary-file' downloads files by default. 277 "*Directory to which `mailcap-save-binary-file' downloads files by default.
277 nil means your home directory." 278 nil means your home directory."
278 :type '(choice (const :tag "Home directory" nil) 279 :type '(choice (const :tag "Home directory" nil)