+2010-01-25 Vitaly Mayatskikh <v.mayatskih@gmail.com>
+
+ * mime-edit.el (mime-edit-insert-file): Ask user for MIME type and
+ subtype during interactive file insertion, not only encoding.
+
2010-01-19 Vitaly Mayatskikh <v.mayatskih@gmail.com>
+
* mime-view.el (toplevel): New defcustom: mime-view-buttons-visible
* mime-view.el (mime-display-entity): Use mime-view-buttons-visible
to control visibility of MIME buttons.
(disposition-type (nth 4 guess))
(disposition-params (nth 5 guess))
)
- (if 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))
- )
+ (setq type (mime-prompt-for-type type)
+ subtype (mime-prompt-for-subtype type subtype)
+ encoding (mime-prompt-for-encoding encoding)))
(if (or (consp parameters) (stringp disposition-type))
(let ((rest parameters) cell attribute value)
(setq parameters "")