X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-def.el;h=0345139668091ffeebf99792d27a3fbcaf1a179b;hb=e3697d7a1aa5dd7b573c5ff3f320ed03fd6614bd;hp=25002ef005fd2bc39c88dd0d9fd251995b6940f4;hpb=245fd24ca043afe55906b806be98c6f57833a812;p=elisp%2Fflim.git diff --git a/mime-def.el b/mime-def.el index 25002ef..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 4) "Kashiharajingþ-mae"] + (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,6 +83,12 @@ :type '(choice (integer :tag "Limit (bytes)") (const :tag "Don't limit" nil))) +(defcustom mime-header-accept-quoted-encoded-words nil + "*Accept encoded-words in quoted-strings." + :group 'mime-header + :type 'boolean) + + ;;; @@@ encoding ;;;