File: gnus-notifications.el.html
This implements notifications using notifications-notify on new
messages received.
Use (add-hook 'gnus-after-getting-new-news-hook #'gnus-notifications)
to get notifications just after getting the new news.
Defined variables (6)
gnus-notifications-id-to-msg | Map notifications ids to messages. |
gnus-notifications-minimum-level | Minimum group level the message should have to be notified. |
gnus-notifications-sent | Notifications already sent. |
gnus-notifications-timeout | Timeout used for notifications sent via ‘notifications-notify’. |
gnus-notifications-use-google-contacts | Use Google Contacts to retrieve photo. |
gnus-notifications-use-gravatar | Use Gravatar to retrieve photo. |
Defined functions (6)
gnus-notifications | () |
gnus-notifications-action | (ID KEY) |
gnus-notifications-close | (ID REASON) |
gnus-notifications-get-photo | (MAIL-ADDRESS) |
gnus-notifications-get-photo-file | (MAIL-ADDRESS) |
gnus-notifications-notify | (FROM SUBJECT PHOTO-FILE) |