Joe Galaxy <[email protected]> writes: > On mer 10 feb 2010 18:26, Richard Riley <[email protected]> wrote: > >> http://gnubiff.sourceforge.net/ > I'll give a try. > >> Since you probably manually tell gnus to fetch mail it doesnt seem >> appropriate that it beeps when it gets mail since you will see it anyway >> in the Group buffer. > I've a daemon: > (gnus-demon-add-handler 'gnus-group-get-new-news 5 nil)
It looks like that runs gnus-after-getting-new-news-hook, so you could do something with that. I didn't see (looking only quickly) whether there is a value passed to it based on new news or not though. Also remember that Emacs has its own "biff" functionality with display-time-mode, so you might be able to hook into that. -- John Sullivan Emacs Planner Maintainer http://wjsullivan.net/PlannerMode.html GPG Key: AE8600B6 _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
