Update doom emacs with new init

This commit is contained in:
Colin Powell
2019-04-29 08:13:19 -04:00
parent 75ece839cd
commit f641d1ad86
4 changed files with 42 additions and 34 deletions

View File

@ -27,6 +27,9 @@
notmuch-message-headers-visible nil
message-kill-buffer-on-exit t
message-send-mail-function 'message-send-mail-with-sendmail
mail-specify-envelope-from t
message-sendmail-envelope-from 'header
mail-envelope-from 'header
notmuch-search-oldest-first nil
send-mail-function 'sendmail-send-it
;; sendmail-program "/usr/local/bin/msmtp"
@ -40,7 +43,7 @@
notmuch-hello-sections '(notmuch-hello-insert-saved-searches
notmuch-hello-insert-alltags)
notmuch-saved-searches '(
(:name "inbox" :query "tag:inbox not tag:trash" :key "i")
(:name "inbox" :query "tag:inbox not tag:deleted" :key "i")
(:name "sent" :query "tag:sent" :key "s")
(:name "archived":query "tag:archived" :key "a")
(:name "drafts" :query "tag:draft" :key "d"))
@ -189,7 +192,7 @@
(defun +mail/notmuch-search-delete ()
(interactive)
(notmuch-search-add-tag
(list "+trash" "-inbox" "-unread"))
(list "+deleted" "-inbox" "-unread"))
(notmuch-search-next-thread))
;;;###autoload
@ -479,4 +482,3 @@ with `notmuch-hello-query-counts'."
(setq message-default-mail-headers "Cc: \nBcc: \n")
(setq message-auto-save-directory "~/Mail/colin@onec.me/Drafts/")
(setq message-directory "~/Mail/colin@onec.me/")