shuxiao9058 / notmuch-update

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notmuch-update

(use-package notmuch-update
  :straight (:host github :repo "shuxiao9058/notmuch-update")
  :custom
  (notmuch-update-command "/opt/local/bin/fdm fetch && notmuch new")
  (notmuch-update-interval (* 5 60))
  :config
  (add-hook 'notmuch-hello-mode-hook  #'notmuch-update-start)
  :bind
  (:map notmuch-common-keymap (("u" . notmuch-update))))

About

License:MIT License


Languages

Language:Emacs Lisp 100.0%