gnu.emacs.gnus
[Top] [All Lists]

Re: per group value of gnus-summary-thread-gathering-function?

Subject: Re: per group value of gnus-summary-thread-gathering-function?
From: bojohan+news@xxxxxxxxxxxxxx (Johan Bockgård)
Date: Mon, 28 Jul 2008 16:54:19 +0200
Newsgroups: gnu.emacs.gnus

Giorgos Keramidas <keramida@xxxxxxxxxxxxxxx> writes:

>             (dolist (pair keramida-gnus-group-thread-function-map)
>               (message "pair is %s" pair)
>               (if (not match-function)
>                   (let ((pattern (car pair))
>                         (func (cdr pair)))
>                     (if (and (string-match pattern group)
>                              (fboundp func))
>                         (setq match-function func))))))

    (assoc-default group keramida-gnus-group-thread-function-map
                   'string-match)

-- 
Johan Bockgård

<Prev in Thread] Current Thread [Next in Thread>