From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5354 Path: main.gmane.org!not-for-mail From: John Griffith Newsgroups: gmane.emacs.gnus.general Subject: How to set vars for mail groups? Date: Wed, 28 Feb 1996 14:29:03 +0100 Message-ID: <199602281329.OAA08450@filippo.sfs.nphil.uni-tuebingen.de> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145969 32534 80.91.224.250 (20 Oct 2002 20:32:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:32:49 +0000 (UTC) Cc: griffith@filippo.sfs.nphil.uni-tuebingen.de Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.3/8.6.9) with SMTP id GAA24015 for ; Wed, 28 Feb 1996 06:23:03 -0800 Original-Received: from filippo.sfs.nphil.uni-tuebingen.de (filippo.sfs.nphil.uni-tuebingen.de [134.2.129.45]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 28 Feb 1996 14:29:12 +0100 Original-Received: from localhost (griffith@localhost) by filippo.sfs.nphil.uni-tuebingen.de (8.6.12/8.6.12) with SMTP id OAA08450; Wed, 28 Feb 1996 14:29:03 +0100 X-Authentication-Warning: filippo.sfs.nphil.uni-tuebingen.de: Host localhost didn't use HELO protocol Original-To: ding@ifi.uio.no Xref: main.gmane.org gmane.emacs.gnus.general:5354 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5354 I want my nnml groups to be sorted only by number, while my nntp groups I want sorted by score. I know I can set the group parameters for each nnml group to do this, but what I want to do is: (setq gnus-secondary-select-methods '((nnml "" (gnus-thread-sort-functions '(gnus-thread-sort-by-number))))) But this doesn't work since gnus-thread-sort-functions is not one of the allowed virtual server variables. Is there a better way to set general variables for a range of groups or all groups from a server?