From 379478c87345345a1de78565dc48af80bdf4d51c Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 23 Jan 1999 15:36:27 +0000 Subject: [PATCH] (eword-encode-in-reply-to): Use `std11-parse-msg-ids-string' instead of `std11-parse-in-reply-to' and `std11-lexical-analyze'. --- eword-encode.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eword-encode.el b/eword-encode.el index 80d2ee6..0cd8c8a 100644 --- a/eword-encode.el +++ b/eword-encode.el @@ -1,6 +1,6 @@ ;;; eword-encode.el --- RFC 2047 based encoded-word encoder for GNU Emacs -;; Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. +;; Copyright (C) 1995,1996,1997,1998,1999 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Keywords: encoded-word, MIME, multilingual, header, mail, news @@ -575,8 +575,7 @@ Optional argument COLUMN is start-position of the field." (car (eword-encode-rword-list (or column 13) (eword-encode-in-reply-to-to-rword-list - (std11-parse-in-reply-to - (std11-lexical-analyze string)))))) + (std11-parse-msg-ids-string string))))) (defun eword-encode-structured-field-body (string &optional column) "Encode header field STRING as structured field, and return the result. -- 1.7.10.4