+Wed Jul 24 10:33:16 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * tm: Version 7.74 was released.
+
+Wed Jul 24 10:27:07 1996 Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
+
+ * tm-edit.el (mime-editor/encrypt-pgp-elkins): fixed to call
+ `rfc822/get-field-body' with `mail-header-separator'.
+ (cf. [tm-ja:1996])
+
+\f
Wed Jul 24 10:08:38 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* tl: Version 7.43.1 was released.
;;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
;;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;;; Created: 1994/08/21 renamed from mime.el
-;;; Version: $Revision: 7.73 $
+;;; Version: $Revision: 7.74 $
;;; Keywords: mail, news, MIME, multimedia, multilingual
;;;
;;; This file is part of tm (Tools for MIME).
;;;
(defconst mime-editor/RCS-ID
- "$Id: tm-edit.el,v 7.73 1996/07/22 19:29:42 morioka Exp $")
+ "$Id: tm-edit.el,v 7.74 1996/07/24 10:27:07 morioka Exp $")
(defconst mime-editor/version (get-version-string mime-editor/RCS-ID))
(defun mime-editor/encrypt-pgp-elkins (beg end boundary)
(save-excursion
(save-restriction
- (let ((from (rfc822/get-field-body "From"))
- (to (rfc822/get-field-body "To"))
- (cc (rfc822/get-field-body "cc"))
+ (let ((from (rfc822/get-field-body "From" mail-header-separator))
+ (to (rfc822/get-field-body "To" mail-header-separator))
+ (cc (rfc822/get-field-body "cc" mail-header-separator))
recipients)
(narrow-to-region beg end)
(let* ((ret