diff options
author | Yuri D'Elia <yuri.delia@eurac.edu> | 2014-06-30 14:50:56 +0200 |
---|---|---|
committer | Yuri D'Elia <yuri.delia@eurac.edu> | 2014-06-30 14:50:56 +0200 |
commit | b9d42edb4c91c064ae2ca13873bc1b6db1e9aae6 (patch) | |
tree | d2cc236d9c5a0f6f8e03e603cf67ba2791efc093 | |
parent | 3cc9efc28bbe12b867718032115b47e40c950e9f (diff) |
Update description.
-rw-r--r-- | gnus-desktop-notify.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnus-desktop-notify.el b/gnus-desktop-notify.el index 2c4f109..085ea8f 100644 --- a/gnus-desktop-notify.el +++ b/gnus-desktop-notify.el @@ -52,11 +52,10 @@ ;; (gnus-desktop-notify-mode) ;; (gnus-demon-add-scanmail) ;; -;; into your .gnus file. You'll need the 'notify-send' program, which (in -;; Debian or Ubuntu) is available in the 'libnotify-bin' package. Each time a -;; group receives new mail, the 'notify-send' program is called, creating a -;; small popup message containing the name of the group and the number of new -;; messages. +;; into your ``.gnus`` file. With emacs >= 24 the ``notifications`` library is +;; used, so no external dependencies are required. With emacs <= 23 instead the +;; generic ``notify-send`` program is used, which (in Debian or Ubuntu) is +;; available in the ``libnotify-bin`` package. ;; ;; By default, all groups are notified when new messages are received. You can ;; exclude a single group by setting the `group-notify' group parameter to |