From 005803a8b4f1682420603e569b1a04f8186d9317 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 6 May 2022 13:04:05 +0200 Subject: [PATCH] Don't count all new mail as notif worthy --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index a82ca5b..2ede935 100644 --- a/config.org +++ b/config.org @@ -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