From 54753708d6003180ebe301ef2f2d993521e4885d Mon Sep 17 00:00:00 2001 From: keiichi Date: Thu, 29 Oct 1998 05:34:17 +0000 Subject: [PATCH] (make-full-mail-header): Use `eword-decode-field-body'. --- lisp/nnheader.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/nnheader.el b/lisp/nnheader.el index e5cc776..4284c7b 100644 --- a/lisp/nnheader.el +++ b/lisp/nnheader.el @@ -110,10 +110,10 @@ on your system, you could say something like: nil nil nil nil (if subject - (eword-decode-and-unfold-unstructured-field subject) + (eword-decode-field-body subject 'Subject t) ) (if from - (eword-decode-and-unfold-structured-field from) + (eword-decode-field-body from 'From t) ) date id references chars lines xref -- 1.7.10.4