2005-04-07 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+ * modb-entity.el (modb-entity-encode-string-recursive): Fixed
+ parenthesis.
+
* elmo-util.el (elmo-map-recursive): New function.
* modb-entity.el (modb-entity-decode-string-recursive): Use it.
(lambda (element)
(if (stringp element)
(elmo-with-enable-multibyte
- (encode-mime-charset-string element elmo-mime-charset)))
- element)
+ (encode-mime-charset-string element elmo-mime-charset))
+ element))
value))
(defun modb-entity-create-field-indices (slots)