info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where in gnus manual is info about timers


From: hput
Subject: Re: Where in gnus manual is info about timers
Date: Mon, 17 Jan 2022 13:37:36 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Bodertz <bodertz@gmail.com> writes:

> I think you just need to make it a function.
>
>   (gnus-demon-init)
>
>   (defun my-gnus-close-servers ()
>     (dolist (elem gnus-opened-servers)
>      (gnus-close-server (car elem))))
>
>   (gnus-demon-add-handler #'my-gnus-close-servers 30 t)
>
>
> I haven't tested that, though.

very nice, thank you.

I'm trying it now... so far it evals with no problem

I'm not really sure how to tell if its working... I guess the best
test will be to see if the server remains usable with that started.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]