From 246522cb185ae0ff5c1a4450bf30a981fa7b30ea Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 21 Mar 1998 08:20:54 +0000 Subject: [PATCH] (eword-decode-sticked-encoded-word): Add document for relation of RFC2047. (eword-decode-quoted-encoded-word): Add document for relation of RFC2047. --- ChangeLog | 7 +++++++ eword-decode.el | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 71a7507..d4138ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 1998-03-21 Tanaka Akira + * eword-decode.el (eword-decode-sticked-encoded-word): Add + document for relation of RFC2047. + (eword-decode-quoted-encoded-word): Add document for relation of + RFC2047. + +1998-03-21 Tanaka Akira + * eword-decode.el (eword-decode-quoted-encoded-word): New variable. (eword-decode-quoted-string): New function. It has facility that decode encodes-words in quoted-string. diff --git a/eword-decode.el b/eword-decode.el index d31f60d..68aa7f5 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -102,10 +102,12 @@ ;;; (defvar eword-decode-sticked-encoded-word nil - "*If non-nil, decode encoded-words sticked on atoms, other encoded-words, etc.") + "*If non-nil, decode encoded-words sticked on atoms, other encoded-words, etc. +however this behaviour violates RFC2047.") (defvar eword-decode-quoted-encoded-word nil - "*If non-nil, decode encoded-words in quoted-string.") + "*If non-nil, decode encoded-words in quoted-string +however this behaviour violates RFC2047.") (defun eword-decode-first-encoded-words (string after-regexp &optional must-unfold) (if eword-decode-sticked-encoded-word (setq after-regexp "")) -- 1.7.10.4