Re: CRLFs in encoded word
[email protected] (守岡 知彦 / MORIOKA Tomohiko)
| Newsgroups | gmane.mail.emacs.mime.japanese |
|---|---|
| Message-ID | <[email protected]> |
>>>>> In [emacs-mime-ja : No.01712] >>>>> "" = Katsumi Yamaoka <[email protected]> wrote: > eword-decode-unfolded-unstructured-field-body > ;; ;; eword-decode-string ;; `must-unfold' ;; > CRLF encoded word MUA > > > Subject > T-gnus summary thread > summary > () > > ? `must-unfold' code `must-unfold' eword-decode-encoded-text (when dest (setq dest (decode-mime-charset-string dest charset)) (when must-unfold (mapconcat (function (lambda (chr) (cond ((eq chr ?\n) "") ((eq chr ?\t) " ") (t (char-to-string chr))))) (std11-unfold-string dest) "")) (when language (put-text-property 0 (length dest) 'mime-language language dest)) dest)))) dest commit -- (MORIOKA Tomohiko) <[email protected]>