lisp/gnus/gnus-notifications.el (gnus-notifications-notify): Provide both app-icon and image-path
This commit is contained in:
parent
790ad0171d
commit
4af97e6781
2 changed files with 10 additions and 5 deletions
|
@ -1,7 +1,12 @@
|
|||
2014-11-13 Julien Danjou <jd@abydos>
|
||||
|
||||
* gnus-notifications.el (gnus-notifications-notify): Provide both
|
||||
app-icon and image-path.
|
||||
|
||||
2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
|
||||
|
||||
* gnus/mm-url.el (mm-url-encode-multipart-form-data):
|
||||
Restore to handle "multipart/form-data" by eww.
|
||||
* gnus/mm-url.el (mm-url-encode-multipart-form-data):
|
||||
Restore to handle "multipart/form-data" by eww.
|
||||
|
||||
2014-11-07 Tassilo Horn <tsdh@gnu.org>
|
||||
|
||||
|
|
|
@ -92,9 +92,9 @@ Return a notification id if any, or t on success."
|
|||
:body subject
|
||||
:actions '("read" "Read")
|
||||
:on-action 'gnus-notifications-action
|
||||
:app-icon (or photo-file
|
||||
(gnus-funcall-no-warning
|
||||
'image-search-load-path "gnus/gnus.png"))
|
||||
:app-icon (gnus-funcall-no-warning
|
||||
'image-search-load-path "gnus/gnus.png")
|
||||
:image-path photo-file
|
||||
:app-name "Gnus"
|
||||
:category "email.arrived"
|
||||
:timeout gnus-notifications-timeout)
|
||||
|
|
Loading…
Add table
Reference in a new issue