Don't count all new mail as notif worthy

This commit is contained in:
Antoine Martin 2022-05-06 13:04:05 +02:00
parent ae67d4da72
commit 005803a8b4

View file

@ -699,6 +699,12 @@ So let's disable this automatic update of headers:
(setq mu4e-headers-auto-update nil)
#+end_src
Additionally, don't show all new mail in the modeline, only relevant ones:
#+begin_src emacs-lisp :noweb-ref after-mu4e :tangle no
(setq mu4e-alert-interesting-mail-query "flag:unread AND NOT flag:list")
#+end_src
** Ask which address to send with when composing a new mail
#+begin_src emacs-lisp :noweb-ref after-mu4e :tangle no