aboutsummaryrefslogtreecommitdiff
path: root/gnus-desktop-notify.el
Commit message (Collapse)AuthorAgeFilesLines
* gnus-desktop-notify-checkPhilipp Haselwarter2011-01-021-8/+8
| | | | | | | | Make `gnus-desktop-notify-check' more robust to another data inconsistency: `(gnus-group-unread (car g))' sometimes yields nil, causing `(count (+ read unread))' to fail. The fix returns 0 instead of nil and uses `name' instead of `(car g)'.
* Fix docstring.Yuri D'Elia2011-01-021-1/+1
|
* First 'official' release:Yuri D'Elia2010-12-261-0/+220
* change the name to gnus-desktop-notify * provide the gnus-desktop-notify-mode global minor mode. * do not generate popups when called interactively * more customization options (sheesh!)