Forráskód Böngészése

Update some mail settings

Colin Powell 5 éve
szülő
commit
5eede22138
2 módosított fájl, 5 hozzáadás és 5 törlés
  1. 4 4
      emacs/.config/doom/+mail.el
  2. 1 1
      mail/.msmtprc

+ 4 - 4
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

+ 1 - 1
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
 #############################
 
 #############################