Merge pull request #2521 from mssdvd/add-default-notification-action
mu4e-notifications: add default action
This commit is contained in:
@ -79,7 +79,8 @@ support."
|
|||||||
;; :app-icon (ignore-errors
|
;; :app-icon (ignore-errors
|
||||||
;; (image-search-load-path
|
;; (image-search-load-path
|
||||||
;; "gnus/gnus.png"))
|
;; "gnus/gnus.png"))
|
||||||
:actions '("Show" "Favorite bookmark")
|
:actions '("Show" "Favorite bookmark"
|
||||||
|
"default" "Favorite bookmark")
|
||||||
:on-action (lambda (_ _) (mu4e-jump-to-favorite)))))
|
:on-action (lambda (_ _) (mu4e-jump-to-favorite)))))
|
||||||
;; ... TBI: other notifications ...
|
;; ... TBI: other notifications ...
|
||||||
(t ;; last resort
|
(t ;; last resort
|
||||||
|
|||||||
Reference in New Issue
Block a user