You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The alert.el library has a built in style osx-notifier,
C-h v alert-styles: has an element,
(osx-notifier :title "Notify using native OSX notification" :notifier alert-osx-notifier-notify)
But when set like this: (mu4e-alert-set-default-style 'osx-notifier), notifications are just echoed into the mini-buffer. Surprisingly, when bellow is run in lisp-interactive-mode,
The
alert.el
library has a built in styleosx-notifier
,C-h v alert-styles:
has an element,(osx-notifier :title "Notify using native OSX notification" :notifier alert-osx-notifier-notify)
But when set like this:
(mu4e-alert-set-default-style 'osx-notifier)
, notifications are just echoed into the mini-buffer. Surprisingly, when bellow is run in lisp-interactive-mode,The desired notification is achieved via apple script.
Environment:
macOS Monterey 12.5, GNU Emacs 29.0.50 and mu (mail indexer/searcher) version 1.8.9.
The text was updated successfully, but these errors were encountered: