Abolish 'mime/get-content-decoding-alist.
(if mode
(setq cal (cons (cons 'mode mode) cal))
)
- (setq ret (mime/get-content-decoding-alist cal))
+ (setq ret (ctree-match-calist mime-acting-condition cal))
(setq method (cdr (assq 'method ret)))
(cond ((and (symbolp method)
(fboundp method))
))
-;;; @ method selector
-;;;
-
-(defun mime/get-content-decoding-alist (al)
- (ctree-match-calist mime-acting-condition al))
-
-
;;; @ external decoder
;;;