Update some mail settings
This commit is contained in:
@ -153,8 +153,8 @@
|
|||||||
(if-let* ((buf (cl-find-if (lambda (it) (string-match-p "^\\*notmuch" (buffer-name (window-buffer it))))
|
(if-let* ((buf (cl-find-if (lambda (it) (string-match-p "^\\*notmuch" (buffer-name (window-buffer it))))
|
||||||
(doom-visible-windows))))
|
(doom-visible-windows))))
|
||||||
(select-window (get-buffer-window buf))
|
(select-window (get-buffer-window buf))
|
||||||
(notmuch-search "tag:inbox")))
|
(notmuch-search "tag:new"))
|
||||||
;; (call-interactively 'notmuch-hello-sidebar)
|
(call-interactively 'notmuch-hello-sidebar))
|
||||||
|
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
@ -444,8 +444,8 @@ with `notmuch-hello-query-counts'."
|
|||||||
; Kill email message buffers when you close them
|
; Kill email message buffers when you close them
|
||||||
(setq message-kill-buffer-on-exit t)
|
(setq message-kill-buffer-on-exit t)
|
||||||
(setq message-default-mail-headers "Cc: \nBcc: \n")
|
(setq message-default-mail-headers "Cc: \nBcc: \n")
|
||||||
(setq message-auto-save-directory "~/Mail/colin@onec.me/Drafts/")
|
(setq message-auto-save-directory "~/Mail/colin@unbl.ink/Drafts/")
|
||||||
(setq message-directory "~/Mail/colin@onec.me/")
|
(setq message-directory "~/Mail/colin@unbl.ink/")
|
||||||
|
|
||||||
;;; Setup sending email with msmtp
|
;;; Setup sending email with msmtp
|
||||||
(setq send-mail-function 'sendmail-send-it
|
(setq send-mail-function 'sendmail-send-it
|
||||||
|
|||||||
@ -9,7 +9,7 @@ from colin@unbl.ink
|
|||||||
user colin@unbl.ink
|
user colin@unbl.ink
|
||||||
tls on
|
tls on
|
||||||
tls_fingerprint 05:E4:26:E1:BC:F1:4D:4C:18:6E:B6:D9:42:5B:CE:4C:28:74:27:B4
|
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
|
||||||
#############################
|
#############################
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
|
|||||||
Reference in New Issue
Block a user