* rfc2047.el (rfc2047-encode-region): Check carefully whether to encode special
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 22 Jul 2004 09:37:14 +0000 (09:37 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 22 Jul 2004 09:37:14 +0000 (09:37 +0000)
commit3b7d176c4be2bb207554ac958b519f7286e7d031
tree8e16bd5529b35efd8c6ae2268497bdc88ce84af3
parent3265137126cda30513915bc7ec23a434ed4ca61a
* rfc2047.el (rfc2047-encode-region): Check carefully whether to encode special
 characters;
 fix some kind of misconfigured headers;
 signal a real error if debug-on-quit or debug-on-error is non-nil.
(rfc2047-encode-max-chars): New variable.
(rfc2047-encode-1): Use it.
(rfc2047-encode-parameter): New function.

* mml.el (mml-insert-parameter): Remove an excessive space.
lisp/ChangeLog
lisp/mml.el
lisp/rfc2047.el