diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw-mail.el | 6 |
1 files changed, 3 insertions, 3 deletions
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." | |||
147 | (use-package notmuch | 147 | (use-package notmuch |
148 | :when (executable-find "notmuch") | 148 | :when (executable-find "notmuch") |
149 | :load-path "~/usr/share/emacs/site-lisp/" | 149 | :load-path "~/usr/share/emacs/site-lisp/" |
150 | :defer t | 150 | :defer 30 |
151 | :commands (notmuch-mua-new-mail | 151 | :commands (notmuch-mua-new-mail |
152 | notmuch-search | 152 | notmuch-search |
153 | notmuch-hello) | 153 | notmuch-hello) |
@@ -169,6 +169,7 @@ the saved search as well." | |||
169 | notmuch-show-indent-content nil | 169 | notmuch-show-indent-content nil |
170 | message-kill-buffer-on-exit t | 170 | message-kill-buffer-on-exit t |
171 | message-auto-save-directory nil | 171 | message-auto-save-directory nil |
172 | message-signature "Case Duckworth\nhttps://www.acdw.net" | ||
172 | send-mail-function #'sendmail-send-it | 173 | send-mail-function #'sendmail-send-it |
173 | mail-specify-envelope-from t | 174 | mail-specify-envelope-from t |
174 | message-sendmail-envelope-from 'header | 175 | message-sendmail-envelope-from 'header |
@@ -228,8 +229,7 @@ This version doesn't add any initial-input." | |||
228 | "Trim whitespace from ends of tags." | 229 | "Trim whitespace from ends of tags." |
229 | (list (car args) (mapcar #'string-trim (cadr args)))) | 230 | (list (car args) (mapcar #'string-trim (cadr args)))) |
230 | ;; Load init file | 231 | ;; Load init file |
231 | ;; (load notmuch-init-file 'noerror) | 232 | (load notmuch-init-file :noerror)) |
232 | ) | ||
233 | 233 | ||
234 | (provide 'acdw-mail) | 234 | (provide 'acdw-mail) |
235 | ;;; acdw-mail.el ends here | 235 | ;;; acdw-mail.el ends here |