(gnus-cache-braid-nov): Revoke last change.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 30 Mar 2003 14:30:01 +0000 (14:30 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 30 Mar 2003 14:30:01 +0000 (14:30 +0000)
lisp/ChangeLog
lisp/gnus-cache.el

index c2b703e..287ebc5 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
+
 2003-03-30  Simon Josefsson  <jas@extundo.com>
 
        * message.el (message-idna-inside-rhs-p): Narrow to header before
index ae987ec..6431c81 100644 (file)
@@ -507,7 +507,6 @@ Returns the list of articles removed."
     (goto-char (point-min))
     (while cached
       (while (and (not (eobp))
-                 (looking-at "[0-9]+\t")
                  (< (read (current-buffer)) (car cached)))
        (forward-line 1))
       (beginning-of-line)