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

Notifications are doubled #36

Open
averter opened this issue Dec 18, 2019 · 1 comment
Open

Notifications are doubled #36

averter opened this issue Dec 18, 2019 · 1 comment

Comments

@averter
Copy link

averter commented Dec 18, 2019

Hi,

For some reason mu4e-alert sends two notifications for each email I receive. I've timed it and the notifications are spread two minutes from each other. My setup is as follows

     (use-package mu4e-alert
       :ensure t
       :bind ("C-c q" . (lambda () (interactive) (message "Desktop notifications switched")(mu4e-alert-enable-notifications) (mu4e-alert-disable-notifications)))
       :after mu4e
       :hook ((after-init . mu4e-alert-enable-notifications)
	      (after-init . mu4e-alert-enable-mode-line-display))
       :init
       ;; Choose the style you prefer for desktop notifications
       (mu4e-alert-set-default-style 'libnotify)
       (setq mu4e-alert-interesting-mail-query
	     (concat
	      "flag:unread"
	      " AND NOT flag:trashed"))
       )   

Thanks for any help.

@averter
Copy link
Author

averter commented Dec 18, 2019

I don't think that this is related with this issue, because the end-result is different (see below)
image

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