changeset 38382:36083635b0c6

(nnfolder-read-folder): Force to use a multibyte buffer.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 12 Jul 2001 10:14:10 +0000
parents 377e83704c76
children 9d3615ee10b6
files lisp/gnus/nnfolder.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/nnfolder.el	Thu Jul 12 09:42:47 2001 +0000
+++ b/lisp/gnus/nnfolder.el	Thu Jul 12 10:14:10 2001 +0000
@@ -1,5 +1,5 @@
 ;;; nnfolder.el --- mail folder access for Gnus
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
+;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001
 ;;        Free Software Foundation, Inc.
 
 ;; Author: Scott Byer <byer@mv.us.adobe.com>
@@ -740,6 +740,7 @@
 		  (let ((nnheader-file-coding-system 
 			 nnfolder-file-coding-system))
 		    (nnheader-find-file-noselect file)))))
+    (mm-enable-multibyte) ;; Use multibyte buffer for future copying.
     (if (equal (cadr (assoc group nnfolder-scantime-alist))
 	       (nth 5 (file-attributes file)))
 	;; This looks up-to-date, so we don't do any scanning.