From 7cc4804d4728656b98b58a1fa29a3f0061ce0388 Mon Sep 17 00:00:00 2001 From: Davide Masserut Date: Tue, 18 Jul 2023 12:17:25 +0200 Subject: [PATCH] mu4e-notifications: add default action --- mu4e/mu4e-notification.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mu4e/mu4e-notification.el b/mu4e/mu4e-notification.el index d0a0c8a0..75cc6aab 100644 --- a/mu4e/mu4e-notification.el +++ b/mu4e/mu4e-notification.el @@ -79,7 +79,8 @@ support." ;; :app-icon (ignore-errors ;; (image-search-load-path ;; "gnus/gnus.png")) - :actions '("Show" "Favorite bookmark") + :actions '("Show" "Favorite bookmark" + "default" "Favorite bookmark") :on-action (lambda (_ _) (mu4e-jump-to-favorite))))) ;; ... TBI: other notifications ... (t ;; last resort