|
@@ -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")))
|
|
|
|
- ;; (call-interactively 'notmuch-hello-sidebar)
|
|
|
|
|
|
+ (notmuch-search "tag:new"))
|
|
|
|
+ (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-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
|
|
;;; Setup sending email with msmtp
|
|
(setq send-mail-function 'sendmail-send-it
|
|
(setq send-mail-function 'sendmail-send-it
|