X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fmml.el;h=3ccac95d36a6175f20bcf4ca73e03884064e59d4;hp=1b43f68f7d46807c4e3430ddf17532557b93b07b;hb=6cd2123aa7862c039847f216cc65b5275ffbd64c;hpb=6116c90965013400266649a3545cfb4cc2e15d9c diff --git a/lisp/mml.el b/lisp/mml.el index 1b43f68f7..3ccac95d3 100644 --- a/lisp/mml.el +++ b/lisp/mml.el @@ -714,7 +714,8 @@ If HANDLES is non-nil, use it instead reparsing the buffer." ;; First decode the head. (save-restriction (message-narrow-to-head) - (mail-decode-encoded-word-region (point-min) (point-max))) + (let ((rfc2047-quote-decoded-words-containing-tspecials t)) + (mail-decode-encoded-word-region (point-min) (point-max)))) (unless handles (setq handles (mm-dissect-buffer t))) (goto-char (point-min))