From: morioka Date: Fri, 16 Oct 1998 05:59:48 +0000 (+0000) Subject: (emh-setup-mh-draft-setting): Call `eword-decode-header' before X-Git-Tag: emh-1_8-199811302358~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=26209ccd85bb0b27607037477a86351ca64e5e78;p=elisp%2Femh.git (emh-setup-mh-draft-setting): Call `eword-decode-header' before `turn-on-mime-edit'. --- diff --git a/emh-setup.el b/emh-setup.el index 4da990d..e30830c 100644 --- a/emh-setup.el +++ b/emh-setup.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: emh-setup.el,v 0.2 1997-08-05 15:07:32 morioka Exp $ +;; Version: $Id: emh-setup.el,v 0.2.4.1 1998-10-16 05:59:48 morioka Exp $ ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -41,6 +41,7 @@ "Unconditionally turn on MIME-Edit minor mode." t) (defun emh-setup-mh-draft-setting () + (eword-decode-header 'code-conversion mail-header-separator) (turn-on-mime-edit) (make-local-variable 'mail-header-separator) (setq mail-header-separator "--------")