diff --git a/emacs/.config/doom/+mail.el b/emacs/.config/doom/+mail.el index 30dca38..d329c49 100644 --- a/emacs/.config/doom/+mail.el +++ b/emacs/.config/doom/+mail.el @@ -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 diff --git a/mail/.msmtprc b/mail/.msmtprc index 73ed2fe..cad12c0 100644 --- a/mail/.msmtprc +++ b/mail/.msmtprc @@ -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 ############################# #############################