projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
221bcbd
)
(mime-file-types): Fix to use application/msword instead of
author
tomo
<tomo>
Fri, 29 Sep 2000 04:18:16 +0000
(
04:18
+0000)
committer
tomo
<tomo>
Fri, 29 Sep 2000 04:18:16 +0000
(
04:18
+0000)
application/winword.
mime-edit.el
patch
|
blob
|
history
diff --git
a/mime-edit.el
b/mime-edit.el
index
1913d3b
..
d6899a3
100644
(file)
--- a/
mime-edit.el
+++ b/
mime-edit.el
@@
-317,7
+317,7
@@
To insert a signature file automatically, call the function
;; Octect binary text
("\\.doc$" ;MS Word
- "application" "winword" nil
+ "application" "msword" nil
"base64"
"attachment" (("filename" . file))
)