Use 'mime-add-condition to set up acting-condition.
authormorioka <morioka>
Sat, 9 May 1998 12:42:15 +0000 (12:42 +0000)
committermorioka <morioka>
Sat, 9 May 1998 12:42:15 +0000 (12:42 +0000)
emh.el

diff --git a/emh.el b/emh.el
index cc8444d..7bcd934 100644 (file)
--- a/emh.el
+++ b/emh.el
@@ -300,8 +300,8 @@ It is registered to variable `mime-view-content-header-filter-alist'."
   "mime-partial"
   "Internal method to combine message/partial messages automatically.")
 
-(ctree-set-calist-strictly
- 'mime-acting-condition
+(mime-add-condition
+ 'action
  '((type . message)(subtype . partial)
    (method . mime-method-to-combine-message/partial-pieces)
    (major-mode . mh-show-mode)