From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46844 Path: main.gmane.org!not-for-mail From: Nicolas Kowalski Newsgroups: gmane.emacs.gnus.general Subject: Re: Limit summary to participant Date: Mon, 30 Sep 2002 15:58:16 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1033394876 11900 127.0.0.1 (30 Sep 2002 14:07:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 30 Sep 2002 14:07:56 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17w1DG-00035l-00 for ; Mon, 30 Sep 2002 16:07:55 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17w1AV-0007vh-00; Mon, 30 Sep 2002 09:05:03 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 30 Sep 2002 09:05:44 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA24936 for ; Mon, 30 Sep 2002 09:05:31 -0500 (CDT) Original-Received: (qmail 27521 invoked by alias); 30 Sep 2002 14:04:45 -0000 Original-Received: (qmail 27516 invoked from network); 30 Sep 2002 14:04:45 -0000 Original-Received: from imag.imag.fr (129.88.30.1) by gnus.org with SMTP; 30 Sep 2002 14:04:45 -0000 Original-Received: from ormelune.imag.fr (ormelune.imag.fr [129.88.43.35]) by imag.imag.fr (8.11.6/8.11.6) with ESMTP id g8UE4hY13791 for ; Mon, 30 Sep 2002 16:04:43 +0200 (MEST) Original-Received: from astazou.imag.fr.imag.fr (astazou [129.88.43.102]) by ormelune.imag.fr (8.10.2+Sun/jtpda-5.3.3) with ESMTP id g8UDwGb09038 for ; Mon, 30 Sep 2002 15:58:17 +0200 (MET DST) Original-To: ding@gnus.org X-Face: #v^9{p"~.e3TDs~r\ (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Mon, 30 Sep 2002 15:52:35 +0200") Original-Lines: 13 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.4 (Common Lisp, i386-debian-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46844 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46844 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > Maybe gnus-summary-limit-to-age calls the hook again. You could do > this hack: > > (lambda () > (let ((gnus-summary-prepare-hook nil)) > (gnus-summary-limit-to-age 7 t))) Yep ! This works well :-). Thank you. -- Nicolas