Merge emh-1_8_2.
[elisp/emh.git] / emh-setup.el
index 4da990d..2bf9e87 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: emh-setup.el,v 0.2 1997-08-05 15:07:32 morioka Exp $
+;; Version: $Id: emh-setup.el,v 0.3 1998-10-16 06:54:03 morioka Exp $
 ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
   "Unconditionally turn on MIME-Edit minor mode." t)
 
 (defun emh-setup-mh-draft-setting ()
-  (turn-on-mime-edit)
   (make-local-variable 'mail-header-separator)
   (setq mail-header-separator "--------")
+  (eword-decode-header nil mail-header-separator)
+  (turn-on-mime-edit)
   (save-excursion
     (goto-char (point-min))
     (setq buffer-read-only nil)