| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
It turns out, most window managers and desktop environments don't
support markup in the notification. Improve all defaults to avoid
markup by default.
|
| |
|
|
|
|
|
|
|
|
| |
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)'.
|
| |
|
|
* 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!)
|