2001-01-20 Simon Josefsson <sj@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Fri, 19 Jan 2001 23:17:48 +0000 (23:17 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 19 Jan 2001 23:17:48 +0000 (23:17 +0000)
* mailcap.el (mailcap-mime-data): Run `gnumeric' on
application/vnd.ms-excel attachments.

lisp/ChangeLog
lisp/mailcap.el

index 099863f..68f26f5 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-20  Simon Josefsson  <sj@extundo.com>
+
+       * mailcap.el (mailcap-mime-data): Run `gnumeric' on
+       application/vnd.ms-excel attachments.
+
 2001-01-19  Simon Josefsson  <sj@extundo.com>
 
         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
index a386de5..8974412 100644 (file)
 ;; files for the rest?  -- fx
 (defvar mailcap-mime-data
   '(("application"
+     ("vnd.ms-excel"
+      (viewer . "gnumeric %s")
+      (test   . (getenv "DISPLAY"))
+      (type . "application/vnd.ms-excel"))
      ("x-x509-ca-cert"
       (viewer . ssl-view-site-cert)
       (test . (fboundp 'ssl-view-site-cert))