(mime-file-types): Fix to use application/msword instead of
authortomo <tomo>
Fri, 29 Sep 2000 04:18:16 +0000 (04:18 +0000)
committertomo <tomo>
Fri, 29 Sep 2000 04:18:16 +0000 (04:18 +0000)
application/winword.

mime-edit.el

index 1913d3b..d6899a3 100644 (file)
@@ -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))
      )