Show
Ignore:
Timestamp:
09/10/05 10:16:00 (3 years ago)
Author:
miyoshi
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/gnus/mm-bodies.el

    r3809 r3863  
    229229    (when (and 
    230230           (memq encoding '(base64 x-uuencode x-uue x-binhex x-yenc)) 
    231            (equal type "text/plain")) 
     231           (string-match "\\`text/" type)) 
    232232      (goto-char (point-min)) 
    233233      (while (search-forward "\r\n" nil t)