diff lisp/gnus/gnus-start.el @ 110207:73e771a95111

gnus-start.el (gnus-method-rank): Get info for virtual groups last.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 05 Sep 2010 23:13:43 +0000
parents 1ef614366598
children 7e0143c80273
line wrap: on
line diff
--- a/lisp/gnus/gnus-start.el	Sun Sep 05 23:40:57 2010 +0100
+++ b/lisp/gnus/gnus-start.el	Sun Sep 05 23:13:43 2010 +0000
@@ -1764,6 +1764,9 @@
 
 (defun gnus-method-rank (type method)
   (cond
+   ;; Get info for virtual groups last.
+   ((eq (car method) 'nnvirtual)
+    200)
    ((eq type 'primary)
     1)
    ;; Compute the rank of the secondary methods based on where they