Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style osx-notifier does not work. #46

Open
simurgh9 opened this issue Aug 20, 2022 · 0 comments
Open

Style osx-notifier does not work. #46

simurgh9 opened this issue Aug 20, 2022 · 0 comments

Comments

@simurgh9
Copy link

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,

(alert "Test"
  :title "Title"
  :category "mu4e-alert"
  :icon mu4e-alert-icon)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant