X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fflim.git;a=blobdiff_plain;f=mime-def.el;h=0345139668091ffeebf99792d27a3fbcaf1a179b;hp=cc3d6e8bfa862ad1c3012108d35582c483bf3662;hb=0ecf6d3ba051abf254908e4f8c9864571995a5c7;hpb=ff41f7cd1ae5e524dca38ed33dff85f5e71c04e1 diff --git a/mime-def.el b/mime-def.el index cc3d6e8..0345139 100644 --- a/mime-def.el +++ b/mime-def.el @@ -1,6 +1,7 @@ ;;; mime-def.el --- definition module about MIME -*- coding: iso-8859-4; -*- -;; Copyright (C) 1995,96,97,98,99,2000,2001,2002 Free Software Foundation, Inc. +;; Copyright (C) 1995,96,97,98,99,2000,2001,2002,2003 +;; Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Shuhei KOBAYASHI @@ -32,7 +33,7 @@ (eval-when-compile (require 'luna)) ; luna-arglist-to-arguments (eval-and-compile - (defconst mime-library-product ["FLIM" (1 14 5) "Demachiyanagi"] + (defconst mime-library-product ["FLIM" (1 14 6) "Marutamachi"] "Product name, version number and code name of MIME-library package.")) (defmacro mime-product-name (product) @@ -82,7 +83,7 @@ :type '(choice (integer :tag "Limit (bytes)") (const :tag "Don't limit" nil))) -(defcustom mime-header-accept-quoted-encoded-words t +(defcustom mime-header-accept-quoted-encoded-words nil "*Accept encoded-words in quoted-strings." :group 'mime-header :type 'boolean)