Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: Limit summary to participant
Date: Mon, 30 Sep 2002 15:52:35 +0200	[thread overview]
Message-ID: <vaflm5jy47w.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <vqoelbbeo09.fsf@astazou.imag.fr> (Nicolas Kowalski's message of "Mon, 30 Sep 2002 13:05:26 +0200")

Nicolas Kowalski <Nicolas.Kowalski@imag.fr> writes:

> What hook is the best for this ? If I use :
>
> (add-hook 'gnus-summary-prepare-hook 
> 	  (lambda ()(gnus-summary-limit-to-age 7 t)))
>
> ...it turns into infinite loop :-(.

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)))

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)



  reply	other threads:[~2002-09-30 13:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-30  9:02 Nicolas Kowalski
2002-09-30 10:01 ` Kai Großjohann
2002-09-30 11:05   ` Nicolas Kowalski
2002-09-30 13:52     ` Kai Großjohann [this message]
2002-09-30 13:58       ` Nicolas Kowalski
2002-10-02  4:08     ` Dan Christensen
2002-10-02  7:19       ` Nicolas Kowalski
     [not found]   ` <hhwup3sry1.fsf@blah.pl>
2002-09-30 13:51     ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vaflm5jy47w.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).