Skip to content

Commit

Permalink
tweak(mu4e): do not show message
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 21, 2023
1 parent 985b1f3 commit a653069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-email.el
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
(advice-add
'mu4e-update-mail-and-index :around
(defun +mu4e--update-mail-quitely-a (origfn run-in-background)
(mu4e-message "Getting new emails")
(+info! "Getting new emails")
(apply origfn '(t)))))

;; Reply to iCalendar meeting requests
Expand Down

0 comments on commit a653069

Please sign in to comment.