mail/rmail.el: Require rfc2047.
This commit is contained in:
parent
d1be4ec274
commit
3d9ee611b8
2 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
;;
|
||||
|
||||
(require 'mail-utils)
|
||||
(require 'rfc2047)
|
||||
|
||||
(defconst rmail-attribute-header "X-RMAIL-ATTRIBUTES"
|
||||
"The header that stores the Rmail attribute data.")
|
||||
|
|
Loading…
Add table
Reference in a new issue