diff --git a/README.org b/README.org deleted file mode 100644 index f0ba701..0000000 --- a/README.org +++ /dev/null @@ -1,2 +0,0 @@ -* Dotfiles -** Philosophy diff --git a/emacs/.config/doom/+mail.el b/emacs/.config/doom/+mail.el index e534a86..246f058 100644 --- a/emacs/.config/doom/+mail.el +++ b/emacs/.config/doom/+mail.el @@ -22,7 +22,8 @@ (:prefix "o" (:desc "APP: Email" "e" #'=mail)))) :config - (setq notmuch-fcc-dirs nil + (setq notmuch-fcc-dirs '((".*onec.me" . "colin@onec.me/Sent") + (".*15five.com" . "colin.powell@15five.com/Sent"))) notmuch-show-logo nil notmuch-message-headers-visible nil message-kill-buffer-on-exit t @@ -60,10 +61,10 @@ (add-hook 'notmuch-tree-mode-hook (lambda () (setq-local line-spacing nil))) (remove-hook 'message-mode-hook #'turn-on-auto-fill) (remove-hook 'notmuch-message-mode-hook #'turn-on-auto-fill) - (push 'notmuch-tree-mode evil-snipe-disabled-modes) - (push 'notmuch-hello-mode evil-snipe-disabled-modes) - (push 'notmuch-search-mode evil-snipe-disabled-modes) - (push 'notmuch-show-mode evil-snipe-disabled-modes) + ;; (push 'notmuch-tree-mode evil-snipe-disabled-modes) + ;; (push 'notmuch-hello-mode evil-snipe-disabled-modes) + ;; (push 'notmuch-search-mode evil-snipe-disabled-modes) + ;; (push 'notmuch-show-mode evil-snipe-disabled-modes) (advice-add #'notmuch-start-notmuch-sentinel :override #'+mail/notmuch-start-notmuch-sentinel) (advice-add #'notmuch-show :override #'+mail/notmuch-show-reuse-buffer) (advice-add #'notmuch-hello-insert-searches :override #'+mail/notmuch-hello-insert-searches)