From 5d405968bb774e97e9257be30161ad387178ebde Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 16 Mar 1998 07:07:07 +0000 Subject: [PATCH] Fixed setting for `mime-acting-condition'. --- emh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emh.el b/emh.el index 9fd0885..60b5120 100644 --- a/emh.el +++ b/emh.el @@ -304,7 +304,7 @@ It is registered to variable `mime-view-content-header-filter-alist'." "Internal method to combine message/partial messages automatically.") (set-atype 'mime-acting-condition - '((type . message)(type . partial) + '((type . message)(subtype . partial) (method . mime-method-to-combine-message/partial-pieces) (major-mode . mh-show-mode) (summary-buffer-exp -- 1.7.10.4