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

Re: Patch for detection of more mime types



At Fri, 22 Jan 2010 11:33:05 -0500, David Abrahams wrote:

> I think I've managed to apply it and extract the right changes
> (below).  I'll be pushing it up to my unofficial SEMI project

> @@ -1157,13 +1447,10 @@ If optional argument SUBTYPE is not nil, text/SUBTYPE tag is inserted."
>  	  (disposition-type (nth 4 guess))
>  	  (disposition-params (nth 5 guess))
>  	  )
> -    (if verbose
> +    (if (or (interactive-p) verbose)
>  	(setq type    (mime-prompt-for-type type)
>  	      subtype (mime-prompt-for-subtype type subtype)
> -	      ))
> -    (if (or (interactive-p) verbose)
> -	(setq encoding (mime-prompt-for-encoding encoding))
> -      )
> +		  encoding (mime-prompt-for-encoding encoding)))
>      (if (or (consp parameters) (stringp disposition-type))
>  	(let ((rest parameters) cell attribute value)
>  	  (setq parameters "")

Do you guys know what this change is for?
-- 
wbr, Vitaly