add org-mu4e back

This commit is contained in:
ndwarshuis 2019-04-11 21:44:14 -04:00
parent 06e144d47b
commit 6ca890dcf3
1 changed files with 9 additions and 10 deletions

View File

@ -2871,17 +2871,16 @@ Since mu4e is an external program, need to check that it is installed before loa
;; (add-to-list 'auth-sources "secrets:default") ;; (add-to-list 'auth-sources "secrets:default")
(setq send-mail-function 'smtpmail-send-it (setq send-mail-function 'smtpmail-send-it
message-send-mail-function 'smtpmail-send-it) message-send-mail-function 'smtpmail-send-it)
(add-to-list 'auth-sources (expand-file-name "~/.emacs.d/.authinfo_mu4e.gpg"))) (add-to-list 'auth-sources (expand-file-name "~/.emacs.d/.authinfo_mu4e.gpg"))
;; (use-package org-mu4e (use-package org-mu4e
;; :straight t :after (org mu4e)
;; :after (org mu4e) :config
;; :config (setq
;; (setq ;; for using mu4e in org-capture templates
;; ;; for using mu4e in org-capture templates org-mu4e-link-query-in-headers-mode nil
;; org-mu4e-link-query-in-headers-mode nil ;; for composing rich-text emails using org mode
;; ;; for composing rich-text emails using org mode org-mu4e-convert-to-html t)))
;; org-mu4e-convert-to-html t)))
#+END_SRC #+END_SRC
** shell ** shell
#+begin_src emacs-lisp #+begin_src emacs-lisp