* mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
(mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
+ (mm-uu-pgp-signed-extract): Use coding-system.
2000-11-07 14:33:19 ShengHuo ZHU <zsh@cs.rochester.edu>
(with-current-buffer buf
(when (mm-uu-pgp-signed-test)
(mml2015-clean-buffer)
- (funcall (mml2015-clear-verify-function)))
+ (let ((coding-system-for-write (or gnus-newsgroup-charset
+ 'iso-8859-1)))
+ (funcall (mml2015-clear-verify-function))))
(goto-char (point-min))
(if (search-forward "\n\n" nil t)
(delete-region (point-min) (point)))