| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
Especially newsgroups can have very long names; these are now abbreviated.
Their length can be customized with `gnus-desktop-notify-uncollapsed-levels'.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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!)
|