diff options
Diffstat (limited to 'users/grfn')
-rw-r--r-- | users/grfn/emacs.d/email.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/email.el b/users/grfn/emacs.d/email.el index b6e51f686e1c..9510dd3ed15e 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) |