|
| From: | Brady Trainor |
| Subject: | Re: Problem trying to get new email every 10 minutes automatically |
| Date: | Sun, 18 Oct 2015 17:12:36 -0700 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) |
Emanuel Berg <embe8573@student.uu.se> writes:
> I'm not getting it to work either:
[...]
> The function doesn't get called.
The following,
#+BEGIN_SRC elisp
(setq gnus-demon-handlers nil)
(setq gnus-demon-timestep 5)
(gnus-demon-add-handler (lambda ()
(message "hello"))
1 nil)
#+END_SRC
works for me.
--
Brady
| [Prev in Thread] | Current Thread | [Next in Thread] |