From 5461636e1dcb3f44e0c876fb79f55cf5d59070cf Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 17 Jan 2023 10:21:42 -0600 Subject: changes --- lisp/acdw-mail.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp') diff --git a/lisp/acdw-mail.el b/lisp/acdw-mail.el index 9545808..8b0ab25 100644 --- a/lisp/acdw-mail.el +++ b/lisp/acdw-mail.el @@ -147,7 +147,7 @@ the saved search as well." (use-package notmuch :when (executable-find "notmuch") :load-path "~/usr/share/emacs/site-lisp/" - :defer t + :defer 30 :commands (notmuch-mua-new-mail notmuch-search notmuch-hello) @@ -169,6 +169,7 @@ the saved search as well." notmuch-show-indent-content nil message-kill-buffer-on-exit t message-auto-save-directory nil + message-signature "Case Duckworth\nhttps://www.acdw.net" send-mail-function #'sendmail-send-it mail-specify-envelope-from t message-sendmail-envelope-from 'header @@ -228,8 +229,7 @@ This version doesn't add any initial-input." "Trim whitespace from ends of tags." (list (car args) (mapcar #'string-trim (cadr args)))) ;; Load init file - ;; (load notmuch-init-file 'noerror) - ) + (load notmuch-init-file :noerror)) (provide 'acdw-mail) ;;; acdw-mail.el ends here -- cgit 1.4.1-21-gabe81