From dc3a45f44d88aacd47f55031706a7f3d0a0da594 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 20 Oct 1998 06:47:49 +0000 Subject: [PATCH] * lisp/nnheader.el (nnheader-parse-head): Use `make-full-mail-header-from-decoded-header' instead of `make-full-mail-header'. --- lisp/nnheader.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/nnheader.el b/lisp/nnheader.el index 37ee17c..3facd14 100644 --- a/lisp/nnheader.el +++ b/lisp/nnheader.el @@ -172,7 +172,7 @@ on your system, you could say something like: ;; about twice as fast, even though it looks messier. You ;; can't have everything, I guess. Speed and elegance ;; don't always go hand in hand. - (make-full-mail-header + (make-full-mail-header-from-decoded-header ;; Number. (if naked (progn -- 1.7.10.4