1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(nnfolder-read-folder): Force to use a multibyte buffer.

This commit is contained in:
Gerd Moellmann 2001-07-12 10:14:27 +00:00
parent ebea573567
commit 2c90242273
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-07-12 ShengHuo ZHU <zsh@cs.rochester.edu>
* nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
2001-07-04 Gerd Moellmann <gerd@gnu.org>
* nnheader.el (nnheader-init-server-buffer): Make sure the

View File

@ -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 @@ deleted. Point is left where the deleted region was."
(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.