|
| From: | Uwe Brauer |
| Subject: | Solution (was: use gnus-agent-fetch-selected-article only in certain groups) |
| Date: | Tue, 14 Dec 2004 12:10:25 +0100 |
| User-agent: | Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux) |
>>>>> "Uwe" == Uwe Brauer <oub@mat.ucm.es> writes:
Reiner> Also this test works for me:
Reiner> (setq X-gnus-select-article-hook nil)
Reiner> (setq gnus-parameters
Reiner> '(("^nnimap.*"
Reiner> (eval
Reiner> (add-to-list (make-local-variable 'X-gnus-select-article-hook)
Reiner> 'gnus-agent-fetch-selected-article)))))
Reiner> Bye, Reiner.
Uwe> This is *very odd*,
Uwe> my gnus-select-article-hook is set to
Uwe> (spam-stat-store-gnus-article-buffer my-set-xsymbol-gnus)
Uwe> (setq gnus-parameters
Uwe> '(("^nnimap.*"
Uwe> (eval
Uwe> (add-to-list (make-local-variable 'gnus-select-article-hook)
Uwe> 'gnus-agent-fetch-selected-article)))))
Using
and adding in the field Unknown entries
Lisp expression
(eval
(add-to-list (make-local-variable 'gnus-select-article-hook)
'gnus-agent-fetch-selected-article))
Does the trick.
Thanks
Uwe
| [Prev in Thread] | Current Thread | [Next in Thread] |