2001-08-25 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Sat, 25 Aug 2001 19:59:25 +0000 (19:59 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 25 Aug 2001 19:59:25 +0000 (19:59 +0000)
From Andreas Jaeger  <aj@suse.de>

* nnfolder.el (nnfolder-open-marks): Fix typo.
* nnml.el (nnml-open-marks): Likewise.

lisp/ChangeLog
lisp/nnfolder.el
lisp/nnml.el

index 581ff01..8200d35 100644 (file)
@@ -1,3 +1,9 @@
+2001-08-25  Simon Josefsson  <jas@extundo.com>
+       From Andreas Jaeger  <aj@suse.de>
+
+       * nnfolder.el (nnfolder-open-marks): Fix typo.
+       * nnml.el (nnml-open-marks): Likewise.
+
 2001-08-25  Simon Josefsson  <jas@extundo.com>
 
        Make nnfolder groups self-contained as far as marks are concerned.
index 4cbc0c2..02fd7d3 100644 (file)
@@ -1219,7 +1219,7 @@ This command does not work if you use short group names."
                   (gnus-group-prefixed-name
                    group
                    (gnus-server-to-method (format "nnfolder:%s" server))))))
-       (nnheader-message 6 "Boostrapping nnfolder marks...")
+       (nnheader-message 6 "Bootstrapping nnfolder marks...")
        (setq nnfolder-marks (gnus-info-marks info))
        (push (cons 'read (gnus-info-read info)) nnfolder-marks)
        (nnfolder-save-marks group server)))))
index 9a2a66a..5be02f9 100644 (file)
@@ -1,5 +1,5 @@
 ;;; nnml.el --- mail spool 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: Simon Josefsson <simon@josefsson.org> (adding MARKS)
@@ -949,7 +949,7 @@ check twice.")
                   (gnus-group-prefixed-name
                    group
                    (gnus-server-to-method (format "nnml:%s" server))))))
-       (nnheader-message 6 "Boostrapping nnml marks...")
+       (nnheader-message 6 "Bootstrapping nnml marks...")
        (setq nnml-marks (gnus-info-marks info))
        (push (cons 'read (gnus-info-read info)) nnml-marks)
        (nnml-save-marks group server)))))