]> git.eshelyaron.com Git - emacs.git/commit
; migrate MH-E to mail-parse library
authorStephen Gildea <stepheng+emacs@gildea.com>
Tue, 24 Aug 2021 02:58:13 +0000 (19:58 -0700)
committerStephen Gildea <stepheng+emacs@gildea.com>
Tue, 24 Aug 2021 02:59:39 +0000 (19:59 -0700)
commit120b2bb67b6186427ca1a007f1a11ddf3e220c5b
tree6f05778501766dd77d03e384b51867de6df1b7ef
parenta849b5641044c19ee3d8a4206c7c827e2620c325
; migrate MH-E to mail-parse library

Move MH-E from low-level libraries to the high-level mail-parse library.

* lisp/mh-e/mh-comp.el: replace ietf-drums-parse-address with
mail-header-parse-address.
* lisp/mh-e/mh-junk.el: replace ietf-drums-parse-address with
mail-header-parse-address; remove mh-funcall-if-exists wrapper.
* lisp/mh-e/mh-xface.el: replace ietf-drums-parse-address with
mail-header-parse-address; remove fboundp wrapper.
* lisp/mh-e/mh-mime.el: replace rfc2047-decode-region with
mail-decode-encoded-word-region.
lisp/mh-e/mh-comp.el
lisp/mh-e/mh-junk.el
lisp/mh-e/mh-mime.el
lisp/mh-e/mh-xface.el