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: ShengHuo ZHU
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mml.el
Date: Thu, 07 Feb 2002 10:28:35 -0500

Index: emacs/lisp/gnus/mml.el
diff -c emacs/lisp/gnus/mml.el:1.12 emacs/lisp/gnus/mml.el:1.13
*** emacs/lisp/gnus/mml.el:1.12 Mon Nov  5 23:29:38 2001
--- emacs/lisp/gnus/mml.el      Wed Nov  7 06:48:22 2001
***************
*** 841,847 ****
      (if (re-search-forward
         (concat "^" (regexp-quote mail-header-separator) "\n") nil t)
        (replace-match "\n"))
!     (mml-to-mime)
      (if raw
        (when (fboundp 'set-buffer-multibyte)
          (let ((s (buffer-string)))
--- 841,848 ----
      (if (re-search-forward
         (concat "^" (regexp-quote mail-header-separator) "\n") nil t)
        (replace-match "\n"))
!     (let ((mail-header-separator "")) ;; mail-header-separator is removed.
!       (mml-to-mime))
      (if raw
        (when (fboundp 'set-buffer-multibyte)
          (let ((s (buffer-string)))



reply via email to

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