From: morioka Date: Thu, 26 Jun 1997 09:21:38 +0000 (+0000) Subject: (eword-field-encoding-method-alist): Add "Message-ID" as ignored. X-Git-Tag: semi-0_96~25 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0b1b4523c1dc8ea7fdde1eda5926c2d0685a511d;p=elisp%2Fsemi.git (eword-field-encoding-method-alist): Add "Message-ID" as ignored. --- diff --git a/eword-encode.el b/eword-encode.el index d83e260..80e8e87 100644 --- a/eword-encode.el +++ b/eword-encode.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Revision: 0.24 $ +;; Version: $Revision: 0.25 $ ;; Keywords: encoded-word, MIME, multilingual, header, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -36,7 +36,7 @@ ;;; (defconst eword-encode-RCS-ID - "$Id: eword-encode.el,v 0.24 1997-06-26 09:12:48 morioka Exp $") + "$Id: eword-encode.el,v 0.25 1997-06-26 09:21:38 morioka Exp $") (defconst eword-encode-version (get-version-string eword-encode-RCS-ID)) @@ -46,6 +46,7 @@ (defvar eword-field-encoding-method-alist '(("X-Nsubject" . iso-2022-jp-2) ("Newsgroups" . nil) + ("Message-ID" . nil) (t . mime) ) "*Alist to specify field encoding method.