From 8a30e85b2e8373a185766bdb6232ceabf533fc08 Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Thu, 23 Apr 1998 11:55:51 +0000 Subject: [PATCH] (eword-decode-ignored-field-list): Add `received'. --- eword-decode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eword-decode.el b/eword-decode.el index 3b4ec0a..4d94218 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -176,7 +176,7 @@ such as a version of Net$cape)." ;;; (defcustom eword-decode-ignored-field-list - '(newsgroups path lines nntp-posting-host message-id date) + '(newsgroups path lines nntp-posting-host received message-id date) "*List of field-names to be ignored when decoding. Each field name must be symbol." :group 'eword-decode -- 1.7.10.4