|
| From: | Giorgos Keramidas |
| Subject: | per group value of gnus-summary-thread-gathering-function? |
| Date: | Tue, 22 Jul 2008 17:48:29 +0300 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) |
Is it possible to customize `gnus-summary-thread-gathering-function' on
a per group basis?
I tried explicitly setting the thread gathering function in my ~/.gnus
file with:
(setq gnus-summary-thread-gathering-function
'gnus-gather-threads-by-references)
and the I added to the group parameters of a single group the item:
(gnus-summary-thread-gathering-function . gnus-gather-threads-by-subject)
But this doesn't seem to work as I expected it would work.
The Gnus version I am using is hte bundled Gnus v5.13 snapshot from a
CVS Emacs snapshot checked out at 06-June-2008 (a bit old-ish but I
haven't been tracking Emacs very closely the last month or so).
What is the recommended way of getting different thread gathering logic
for some of the groups?
| [Prev in Thread] | Current Thread | [Next in Thread] |