aboutsummaryrefslogtreecommitdiff
path: root/gnus-desktop-notify.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatting issues by separating subject/body.Yuri D'Elia2011-01-071-30/+12
| | | | | | | | Real fix for commit 6a92e688205d48e8f91eba97e305540321b444c6: Markup is supported everywhere in 'awesome' because it is. notification-daemon supports markup in the body only, and only with paired tags. Use ^M in the body to separate lines.
* Fix the read count by properly parsing the 'read' range.Yuri D'Elia2011-01-061-1/+5
|
* Add the `gnus-desktop-notify-safe' and improve defaults for most WMs.Yuri D'Elia2011-01-031-11/+30
| | | | | | It turns out, most window managers and desktop environments don't support markup in the notification. Improve all defaults to avoid markup by default.
* Use `gnus-range-normalize' instead of parsing `gnus-info-read' manually.Yuri D'Elia2011-01-031-7/+4
|
* 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!)