|
@@ -342,14 +342,6 @@ We'll use `msmtp` to send our email. Again, make sure this is installed.
|
|
|
#+END_SRC
|
|
|
|
|
|
|
|
|
-Set our custom saved searches so we can conveniently jump to different mail views.
|
|
|
-#+begin_src emacs-lisp
|
|
|
-(setq notmuch-saved-searches '((:name "inbox" :query "tag:inbox" :key "i")
|
|
|
- (:name "unread" :query "tag:inbox and tag:unread" :key "u")
|
|
|
- (:name "jira" :query "tag:jira and date:yesterday..today" :key "j")
|
|
|
- (:name "github" :query "tag:github and date:yesterday..today" :key "g")))
|
|
|
-#+end_src
|
|
|
-
|
|
|
We want to make sure notmuch opens in a full window
|
|
|
#+begin_src emacs-lisp
|
|
|
(after! notmuch
|