X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fgnus.git-;a=blobdiff_plain;f=lisp%2Fnnmbox.el;h=e1e69896c417adc5068d64179e70bcfab2c9d5e5;hp=72e144f3b6564f585ce5c2d13eb04864afc783ab;hb=4a9268a5cbbcc7c74fc6fa94d7a3409cda1d6dbf;hpb=3a75505b36e914f05480b86020edd727c6abe2fb diff --git a/lisp/nnmbox.el b/lisp/nnmbox.el index 72e144f..e1e6989 100644 --- a/lisp/nnmbox.el +++ b/lisp/nnmbox.el @@ -1,10 +1,10 @@ ;;; nnmbox.el --- mail mbox access for Gnus -;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 +;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 ;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen -;; Masanobu UMEDA +;; Masanobu UMEDA ;; Keywords: news, mail ;; This file is part of GNU Emacs. @@ -602,7 +602,8 @@ nnmbox-file-coding-system)) (dir (file-name-directory nnmbox-mbox-file))) (and dir (gnus-make-directory dir)) - (nnmail-write-region 1 1 nnmbox-mbox-file t 'nomesg)))) + (nnmail-write-region (point-min) (point-min) + nnmbox-mbox-file t 'nomesg)))) (defun nnmbox-read-mbox () (nnmail-activate 'nnmbox)