sort by '<.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Sat, 30 Dec 2000 14:50:23 +0000 (14:50 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Sat, 30 Dec 2000 14:50:23 +0000 (14:50 +0000)
lisp/nnfolder.el

index 49a2725..e08efa3 100644 (file)
@@ -146,7 +146,7 @@ all.  This may very well take some time.")
              'nov
            (setq articles (gnus-sorted-intersection 
                            ;; Is ARTICLES sorted?
-                           (sort articles)
+                           (sort articles '<)
                            (nnfolder-existing-articles)))
            (while (setq article (pop articles))
              (set-buffer nnfolder-current-buffer)