mail/rmail.el: Require rfc2047.

This commit is contained in:
Kenichi Handa 2010-11-26 16:58:35 +09:00
parent d1be4ec274
commit 3d9ee611b8
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2010-11-26 Kenichi Handa <handa@m17n.org>
* mail/rmail.el: Require rfc2047.
2010-11-26 Kenichi Handa <handa@m17n.org>
* mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)

View file

@ -39,6 +39,7 @@
;;
(require 'mail-utils)
(require 'rfc2047)
(defconst rmail-attribute-header "X-RMAIL-ATTRIBUTES"
"The header that stores the Rmail attribute data.")