mihkel <[email protected]> writes: > Hi, > > I have this in my gnus init file: > > (require 'gnus-demon) > (gnus-demon-add-handler 'gnus-demon-scan-news 10 t) > (gnus-demon-init) > > > So it should check for new mail every 10 minutes or so, but it does > not. I have to manually do M-x gnus-demon-init and then it checks for > new mail. Why is it so? I have (gnus-demon-init) in my init file > already.
The Gnus init file is read and executed when Gnus is started. You may want to add it into ~/.emacs. -- Carl Lei (XeCycle) Department of Physics, Shanghai Jiao Tong University OpenPGP public key: 7795E591 Fingerprint: 1FB6 7F1F D45D F681 C845 27F7 8D71 8EC4 7795 E591
pgpT5kO47foTl.pgp
Description: PGP signature
_______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
