Function: mh-destroy-postponed-handles
mh-destroy-postponed-handles is an autoloaded and byte-compiled
function defined in mh-mime.el.gz.
Signature
(mh-destroy-postponed-handles)
Documentation
Free MIME data for externally displayed MIME parts.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-mime.el.gz
;;;###mh-autoload
(defun mh-destroy-postponed-handles ()
"Free MIME data for externally displayed MIME parts."
(let ((mime-data (mh-buffer-data)))
(when mime-data
(mh-mm-destroy-parts (mh-mime-handles mime-data)))
(remhash (current-buffer) mh-globals-hash)))