浏览代码

[emacs] Fix bad aliases for email

Colin Powell 1 年之前
父节点
当前提交
6bd18ab8ea
共有 2 个文件被更改,包括 0 次插入13 次删除
  1. 0 5
      emacs/.config/doom/config.el
  2. 0 8
      emacs/.config/doom/config.org

+ 0 - 5
emacs/.config/doom/config.el

@@ -95,11 +95,6 @@
       message-sendmail-extra-arguments '("--read-envelope-from")
       mail-envelope-from 'header)
 
-(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")))
-
 (after! notmuch
   (set-popup-rule! "^\\*notmuch*" :ignore t)
   )

+ 0 - 8
emacs/.config/doom/config.org

@@ -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