From efe438a13dae0194cd444f8ce4214143eaa4873b Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 29 Sep 2000 04:18:16 +0000 Subject: [PATCH] (mime-file-types): Fix to use application/msword instead of application/winword. --- mime-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-edit.el b/mime-edit.el index 1913d3b..d6899a3 100644 --- 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)) ) -- 1.7.10.4