aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2010-11-26 16:58:35 +0900
committerKenichi Handa <[email protected]>2010-11-26 16:58:35 +0900
commit3d9ee611b87c0663e031f0838520c9c38c183285 (patch)
tree54e80d76b15c5cb825c5be806ee366998c086a77 /lisp/mail
parentd1be4ec2743387d7b8c0c5c83ca97fb345a0b4b2 (diff)
mail/rmail.el: Require rfc2047.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 70c84a242f..ff04b76bf8 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -39,6 +39,7 @@
;;
(require 'mail-utils)
+(require 'rfc2047)
(defconst rmail-attribute-header "X-RMAIL-ATTRIBUTES"
"The header that stores the Rmail attribute data.")