1998-03-21 Tanaka Akira <akr@jaist.ac.jp>
+ * 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 <akr@jaist.ac.jp>
+
* 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.
;;;
(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 ""))