+1999-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * mime-pgp.el (mime-view-application/pgp): Don't set the values of
+ `mime-raw-buffer' and `mime-mother-buffer' in the preview buffer.
+
+1999-07-29 MORIOKA Tomohiko <tomo@m17n.org>
+
+ * mime-play.el (mime-play-entity): Get media-type from situation
+ instead of entity; display prompt and call `mime-save-content' if
+ method is not found.
+ (mime-detect-content): Call `mime-play-entity' even if media-type
+ specification is not found in `mime-magic-type-alist'.
+
1999-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
* mime-pgp.el (mime-add-application/pgp-keys): Decode the entity
;;-------------------------------------------------------------------------
1.13.0 Saigata \e$(B:T3c\e(B ; = JR \e$(B?.1[K\@~\e(B
1.13.1 Kubiki \e$(B$/$S$-\e(B
-1.13.2 \e-DÒike-Ikoinomori\e-A \e$(BBgCS$$$3$$$N$b$j\e(B
+1.13.2 \e-DÒike-Ikoinomori\e-A \e$(BBgCS$$$3$$$N?9\e(B
[etc.]
;; )
(t
(mime-show-echo-buffer "No method are specified for %s\n"
- (mime-entity-type/subtype entity))
+ (mime-type/subtype-string
+ (cdr (assq 'type situation))
+ (cdr (assq 'subtype situation))))
+ (if (y-or-n-p "Do you want to save current entity to disk?")
+ (mime-save-content entity situation))
))
))
)
t)))
(setq rest (cdr rest))))
- (if type
- (mime-play-entity
- entity
- (put-alist 'type type
- (put-alist 'subtype subtype
- (del-alist 'method
- (copy-alist situation))))
- 'mime-detect-content)
- ))
- )
+ (setq situation (del-alist 'method (copy-alist situation)))
+ (mime-play-entity entity
+ (if type
+ (put-alist 'type type
+ (put-alist 'subtype subtype
+ situation))
+ situation)
+ 'mime-detect-content)))
;;; @ mail/news message