| 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> |
|---|---|---|
| ||
| Previous by Date: | Changing quoting headers?, Hermann |
|---|---|
| Next by Date: | Re: any way to get more detailed output of what is happening with imap?, Ed |
| Previous by Thread: | Re: per group value of gnus-summary-thread-gathering-function?, Giorgos Keramidas |
| Next by Thread: | Re: per group value of gnus-summary-thread-gathering-function?, Giorgos Keramidas |
| Indexes: | [Date] [Thread] [Top] [All Lists] |