Rename `mime-method-to-display-message/rfc822' to
authormorioka <morioka>
Tue, 16 Jun 1998 22:59:25 +0000 (22:59 +0000)
committermorioka <morioka>
Tue, 16 Jun 1998 22:59:25 +0000 (22:59 +0000)
`mime-view-message/rfc822'.

mime-play.el
mime-view.el

index 12398a0..90a5cfe 100644 (file)
@@ -472,7 +472,7 @@ It is registered to variable `mime-preview-quitting-method-alist'."
     (pop-to-buffer mother)
     ))
 
-(defun mime-method-to-display-message/rfc822 (entity cal)
+(defun mime-view-message/rfc822 (entity cal)
   (let* ((beg (mime-entity-point-min entity))
         (end (mime-entity-point-max entity))
         (cnum (mime-raw-point-to-entity-number beg))
index 451e50e..fbb9a49 100644 (file)
@@ -683,7 +683,7 @@ MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t.  t means default."
 (ctree-set-calist-strictly
  'mime-acting-condition
  '((type . message)(subtype . rfc822)(mode . "play")
-   (method . mime-method-to-display-message/rfc822)
+   (method . mime-view-message/rfc822)
    ))
 (ctree-set-calist-strictly
  'mime-acting-condition