/[emacs]/emacs/lisp/gnus/mml.el
ViewVC logotype

Diff of /emacs/lisp/gnus/mml.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by kfstorm, Wed Feb 9 15:50:37 2005 UTC revision 1.24 by miles, Sat Feb 19 13:24:15 2005 UTC
# Line 710  If HANDLES is non-nil, use it instead re Line 710  If HANDLES is non-nil, use it instead re
710    ;; First decode the head.    ;; First decode the head.
711    (save-restriction    (save-restriction
712      (message-narrow-to-head)      (message-narrow-to-head)
713      (mail-decode-encoded-word-region (point-min) (point-max)))      (let ((rfc2047-quote-decoded-words-containing-tspecials t))
714          (mail-decode-encoded-word-region (point-min) (point-max))))
715    (unless handles    (unless handles
716      (setq handles (mm-dissect-buffer t)))      (setq handles (mm-dissect-buffer t)))
717    (goto-char (point-min))    (goto-char (point-min))

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26