;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Created: 1995/12/7
;; Renamed: 1997/2/27 from tm-pgp.el
-;; Version: $Id: mime-pgp.el,v 0.23 1997-11-15 14:55:43 morioka Exp $
+;; Version: $Id: mime-pgp.el,v 0.24 1997-11-20 12:52:34 morioka Exp $
;; Keywords: PGP, security, MIME, multimedia, mail, news
-;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
+;; This file is part of SEMI (Secure Emacs MIME Interface).
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;;;
;;; It is based on draft-kazu-pgp-mime-00.txt
-(defun mime-article/view-application/pgp (beg end cal)
+(defun mime-process-application/pgp (beg end cal)
(let* ((cnum (mime-article/point-content-number beg))
(p-win (or (get-buffer-window mime-view-buffer)
(get-largest-window)))
(set-atype 'mime-acting-condition
'((type . "application/pgp")
- (method . mime-article/view-application/pgp)
+ (method . mime-process-application/pgp)
))
(set-atype 'mime-acting-condition
'((type . "text/x-pgp")
- (method . mime-article/view-application/pgp)
+ (method . mime-process-application/pgp)
))
(obeg (mime-entity-info-point-min oinfo))
(oend (mime-entity-info-point-max oinfo))
)
- (mime-article/view-application/pgp obeg oend cal)
+ (mime-process-application/pgp obeg oend cal)
))
(set-atype 'mime-acting-condition