Changeset 3863 for trunk/lisp/gnus/mm-encode.el
- Timestamp:
- 2005年09月10日 10時16分00秒 (3 years ago)
- Files:
-
- trunk/lisp/gnus/mm-encode.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/gnus/mm-encode.el
r3809 r3863 119 119 (quoted-printable-encode-region (point-min) (point-max) t)) 120 120 ((eq encoding 'base64) 121 (when ( equal type "text/plain")121 (when (string-match "\\`text/" type) 122 122 (goto-char (point-min)) 123 123 (while (search-forward "\n" nil t)
