projects
/
elisp
/
emh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b40284a
)
(emh-header-display): Guard `mime-view-visible-field-list' too.
author
morioka
<morioka>
Thu, 18 Jun 1998 15:12:57 +0000
(15:12 +0000)
committer
morioka
<morioka>
Thu, 18 Jun 1998 15:12:57 +0000
(15:12 +0000)
emh.el
patch
|
blob
|
history
diff --git
a/emh.el
b/emh.el
index
3d1b48c
..
74d906f
100644
(file)
--- a/
emh.el
+++ b/
emh.el
@@
-195,6
+195,7
@@
With arg, turn MIME processing on if arg is positive."
(interactive)
(mh-invalidate-show-buffer)
(let (mime-view-ignored-field-list
+ mime-view-visible-field-list
emh-decode-encoded-word)
(mh-header-display)
))