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:
ea2adba
)
(emh-header-display): Use `mime-view-ignored-field-list' instead of
author
morioka
<morioka>
Thu, 18 Jun 1998 15:10:48 +0000
(15:10 +0000)
committer
morioka
<morioka>
Thu, 18 Jun 1998 15:10:48 +0000
(15:10 +0000)
`mime-view-ignored-field-regexp'.
emh.el
patch
|
blob
|
history
diff --git
a/emh.el
b/emh.el
index
ec0792b
..
3d1b48c
100644
(file)
--- a/
emh.el
+++ b/
emh.el
@@
-194,7
+194,7
@@
With arg, turn MIME processing on if arg is positive."
(defun emh-header-display ()
(interactive)
(mh-invalidate-show-buffer)
- (let ((mime-view-ignored-field-regexp "^:$")
+ (let (mime-view-ignored-field-list
emh-decode-encoded-word)
(mh-header-display)
))