Show
Ignore:
Timestamp:
2005年09月10日 10時16分00秒 (3 years ago)
Author:
miyoshi
Message:

--

Files:

Legend:

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

    r3809 r3863  
    119119    (quoted-printable-encode-region (point-min) (point-max) t)) 
    120120   ((eq encoding 'base64) 
    121     (when (equal type "text/plain"
     121    (when (string-match "\\`text/" type
    122122      (goto-char (point-min)) 
    123123      (while (search-forward "\n" nil t)