Gnus development mailing list
 help / color / mirror / Atom feed
From: Francisco Solsona <flsc@hp.fciencias.unam.mx>
Subject: Re: different thread sorting rules for one group?
Date: 08 May 2001 08:26:55 +0000	[thread overview]
Message-ID: <86g0egutyo.fsf@biblio06.fciencias.unam.mx> (raw)
In-Reply-To: <ruo1yq0w1ad.fsf@g.wolfram.com> (Bill White's message of "08 May 2001 06:03:22 -0500")

Bill White <billw@wolfram.com> writes:

[...]

> I've tried lots of variations of this with 'G p' on the group, but
> with no effect:
> 
> ,----
> | ;;; Editing the group parameters for `nnml:mail.misc.2001-05'.
> | ;; Type `C-c C-c' after you've finished editing.
> | 
> | (gnus-thread-sort-functions
> |  '(gnus-thread-sort-by-number gnus-thread-sort-by-date))
> | 
> `----
> 
> How can I set up different sorting for only one group?

You're on the right track, you're missing a set of parens though:

,--------------------
| ( 
|  (gnus-thread-sort-functions
|    '(gnus-thread-sort-by-number gnus-thread-sort-by-date))
|  )
`--------------------

group parameters are lists of pairs.

hth,
Francisco


  reply	other threads:[~2001-05-08  8:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-08 11:03 Bill White
2001-05-08  8:26 ` Francisco Solsona [this message]
2001-05-09 20:44 ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86g0egutyo.fsf@biblio06.fciencias.unam.mx \
    --to=flsc@hp.fciencias.unam.mx \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).