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/mm-bodies.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mm-bodies.el
Date: Wed, 29 Dec 2004 11:13:20 -0500

Index: emacs/lisp/gnus/mm-bodies.el
diff -c emacs/lisp/gnus/mm-bodies.el:1.10 emacs/lisp/gnus/mm-bodies.el:1.11
*** emacs/lisp/gnus/mm-bodies.el:1.10   Mon Sep 27 07:44:43 2004
--- emacs/lisp/gnus/mm-bodies.el        Wed Dec 29 16:01:49 2004
***************
*** 1,6 ****
  ;;; mm-bodies.el --- Functions for decoding MIME things
  
! ;; Copyright (C) 1998, 1999, 2000, 2001, 2003
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
--- 1,6 ----
  ;;; mm-bodies.el --- Functions for decoding MIME things
  
! ;; Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
***************
*** 139,145 ****
      (cond
       ((and (not longp)
           (not (and mm-use-ultra-safe-encoding
!                    (save-excursion (re-search-forward "^From " nil t))))
           (eq bits '7bit))
        bits)
       ((and (not mm-use-ultra-safe-encoding)
--- 139,146 ----
      (cond
       ((and (not longp)
           (not (and mm-use-ultra-safe-encoding
!                    (or (save-excursion (re-search-forward " $" nil t))
!                        (save-excursion (re-search-forward "^From " nil t)))))
           (eq bits '7bit))
        bits)
       ((and (not mm-use-ultra-safe-encoding)




reply via email to

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