Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3d9ee611
Commit
3d9ee611
authored
Nov 26, 2010
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mail/rmail.el: Require rfc2047.
parent
d1be4ec2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/mail/rmail.el
lisp/mail/rmail.el
+1
-0
No files found.
lisp/ChangeLog
View file @
3d9ee611
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)
...
...
lisp/mail/rmail.el
View file @
3d9ee611
...
...
@@ -39,6 +39,7 @@
;;
(
require
'mail-utils
)
(
require
'rfc2047
)
(
defconst
rmail-attribute-header
"X-RMAIL-ATTRIBUTES"
"The header that stores the Rmail attribute data."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment