X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fmailcap.el;h=dffb279daba1a11ffa74270b2d08f4f11c0150f7;hp=e50e61bb8fb4122d0c63fb213b98d059ac44d6ab;hb=034742263e7ca5aed088d9b9dcfe4c456d6a26ea;hpb=2d2f709ab067c5688f325fc64c618988ed6fd178 diff --git a/lisp/mailcap.el b/lisp/mailcap.el index e50e61bb8..dffb279da 100644 --- a/lisp/mailcap.el +++ b/lisp/mailcap.el @@ -1,7 +1,6 @@ ;;; mailcap.el --- MIME media types configuration -;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 1998-2011 Free Software Foundation, Inc. ;; Author: William M. Perry ;; Lars Magne Ingebrigtsen @@ -911,7 +910,7 @@ If NO-DECODE is non-nil, don't decode STRING." (".ai" . "application/postscript") (".jpe" . "image/jpeg") (".jpeg" . "image/jpeg") - (".org" . "text/org")) + (".org" . "text/x-org")) "An alist of file extensions and corresponding MIME content-types. This exists for you to customize the information in Lisp. It is merged with values from mailcap files by `mailcap-parse-mimetypes'.")