Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnus-desktop-notify-check | Philipp Haselwarter | 2011-01-02 | 1 | -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'Elia | 2011-01-02 | 1 | -1/+1 |
| | |||||
* | First 'official' release: | Yuri D'Elia | 2010-12-26 | 1 | -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!) |