emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/mml.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mml.el
Date: Sat, 19 Feb 2005 08:24:18 -0500

Index: emacs/lisp/gnus/mml.el
diff -c emacs/lisp/gnus/mml.el:1.23 emacs/lisp/gnus/mml.el:1.24
*** emacs/lisp/gnus/mml.el:1.23 Wed Feb  9 15:50:37 2005
--- emacs/lisp/gnus/mml.el      Sat Feb 19 13:24:15 2005
***************
*** 710,716 ****
    ;; First decode the head.
    (save-restriction
      (message-narrow-to-head)
!     (mail-decode-encoded-word-region (point-min) (point-max)))
    (unless handles
      (setq handles (mm-dissect-buffer t)))
    (goto-char (point-min))
--- 710,717 ----
    ;; First decode the head.
    (save-restriction
      (message-narrow-to-head)
!     (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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]