From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40277 Path: main.gmane.org!not-for-mail From: Ulrich Schwarz Newsgroups: gmane.emacs.gnus.general Subject: gnus-sort-gathered-threads-function / gnus-thread-sort-functions Date: Wed, 14 Nov 2001 15:25:54 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <20011114152553.A2959@fruli.2y.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035175852 32479 80.91.224.250 (21 Oct 2002 04:50:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:50:52 +0000 (UTC) Return-Path: Original-Received: (qmail 5389 invoked from network); 14 Nov 2001 14:52:58 -0000 Original-Received: from malifon.math.uh.edu (129.7.128.13) by mastaler.com with SMTP; 14 Nov 2001 14:52:58 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1641O1-0000cd-00; Wed, 14 Nov 2001 08:51:34 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 14 Nov 2001 08:51:16 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id IAA27391 for ; Wed, 14 Nov 2001 08:51:06 -0600 (CST) Original-Received: (qmail 5371 invoked by alias); 14 Nov 2001 14:51:19 -0000 Original-Received: (qmail 5366 invoked from network); 14 Nov 2001 14:51:18 -0000 Original-Received: from uucp.gnuu.de (151.189.0.84) by gnus.org with SMTP; 14 Nov 2001 14:51:18 -0000 Original-Received: from mail.fruli.2y.net (uucp@localhost) by uucp.gnuu.de (8.11.1/8.11.1) with bsmtp id fAEEpIB29761; Wed, 14 Nov 2001 15:51:18 +0100 (CET) Original-Received: from fruli by mail.fruli.2y.net with local (Exim 3.33 #1 (Debian)) id 1640zC-0000mb-00; Wed, 14 Nov 2001 15:25:54 +0100 Original-To: ding@gnus.org Content-Disposition: inline User-Agent: Mutt/1.3.23i Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40277 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40277 Hi folks, in which way do gnus-sort-gathered-threads-function & gnus-thread-sort-functions interact? I've set gnus-thread-sort-functions to: (setq gnus-thread-sort-functions '(gnus-thread-sort-by-number gnus-thread-sort-by-date)) i.e. first sort articles/sub-threads by date, then by number Now, what effect does gnus-sort-gathered-threads-function have on sorting subthreads if it is set to its default ('gnus-thread-sort-by-number')? Will the subthreads be sorted according to date (as gnus-thread-sort-functions suggests) or according to number (as gnus-sort-gathered-threads-function suggests)? BTW: Why can't I customize gnus-sort-gathered-threads-function with M-x customize-variable? So long. Ulrich