Update some mail settings

This commit is contained in:
Colin Powell
2020-02-18 14:32:46 -05:00
parent ee7b92dc41
commit 5eede22138
2 changed files with 5 additions and 5 deletions

View File

@ -153,8 +153,8 @@
(if-let* ((buf (cl-find-if (lambda (it) (string-match-p "^\\*notmuch" (buffer-name (window-buffer it))))
(doom-visible-windows))))
(select-window (get-buffer-window buf))
(notmuch-search "tag:inbox")))
;; (call-interactively 'notmuch-hello-sidebar)
(notmuch-search "tag:new"))
(call-interactively 'notmuch-hello-sidebar))
;;;###autoload
@ -444,8 +444,8 @@ with `notmuch-hello-query-counts'."
; Kill email message buffers when you close them
(setq message-kill-buffer-on-exit t)
(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/")
(setq message-auto-save-directory "~/Mail/colin@unbl.ink/Drafts/")
(setq message-directory "~/Mail/colin@unbl.ink/")
;;; Setup sending email with msmtp
(setq send-mail-function 'sendmail-send-it

View File

@ -9,7 +9,7 @@ from colin@unbl.ink
user colin@unbl.ink
tls on
tls_fingerprint 05:E4:26:E1:BC:F1:4D:4C:18:6E:B6:D9:42:5B:CE:4C:28:74:27:B4
passwordeval pass personal/colin@onec.me
passwordeval pass personal/colin@unbl.ink
#############################
#############################