about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/grfn/emacs.d/email.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/email.el b/users/grfn/emacs.d/email.el
index b6e51f686e..9510dd3ed1 100644
--- a/users/grfn/emacs.d/email.el
+++ b/users/grfn/emacs.d/email.el
@@ -26,3 +26,11 @@
           (:name "personal" :query "tag:inbox and tag:important and path:personal/**"
                  :key "p"))
         message-send-mail-function 'message-send-mail-with-sendmail)
+
+(set-popup-rule! "^\\*notmuch-saved-search-"
+  :ignore t)
+
+(set-popup-rule! (lambda (_ action)
+                   (eq (car action)
+                       'display-buffer-same-window))
+  :ignore t)