From dbc31fa9d458041fdf9673eca4651c05bb10073a Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 9 May 1998 12:42:15 +0000 Subject: [PATCH] Use 'mime-add-condition to set up acting-condition. --- emh.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emh.el b/emh.el index cc8444d..7bcd934 100644 --- 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) -- 1.7.10.4