/[emacs]/emacs/lisp/gnus/mm-bodies.el
ViewVC logotype

Diff of /emacs/lisp/gnus/mm-bodies.el

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

revision 1.10 by miles, Mon Sep 27 07:44:43 2004 UTC revision 1.11 by miles, Wed Dec 29 16:01:49 2004 UTC
# Line 1  Line 1 
1  ;;; mm-bodies.el --- Functions for decoding MIME things  ;;; mm-bodies.el --- Functions for decoding MIME things
2    
3  ;; Copyright (C) 1998, 1999, 2000, 2001, 2003  ;; Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004
4  ;;        Free Software Foundation, Inc.  ;;        Free Software Foundation, Inc.
5    
6  ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>  ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
# Line 139  If no encoding was done, nil is returned Line 139  If no encoding was done, nil is returned
139      (cond      (cond
140       ((and (not longp)       ((and (not longp)
141             (not (and mm-use-ultra-safe-encoding             (not (and mm-use-ultra-safe-encoding
142                       (save-excursion (re-search-forward "^From " nil t))))                       (or (save-excursion (re-search-forward " $" nil t))
143                             (save-excursion (re-search-forward "^From " nil t)))))
144             (eq bits '7bit))             (eq bits '7bit))
145        bits)        bits)
146       ((and (not mm-use-ultra-safe-encoding)       ((and (not mm-use-ultra-safe-encoding)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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