|
|
|
@ -634,7 +634,7 @@ |
|
|
|
( smtpmail-stream-type . starttls ) |
|
|
|
( smtpmail-stream-type . starttls ) |
|
|
|
( smtpmail-smtp-service . 9587 ) |
|
|
|
( smtpmail-smtp-service . 9587 ) |
|
|
|
( mu4e-compose-signature . (concat |
|
|
|
( mu4e-compose-signature . (concat |
|
|
|
"Jacopo De Simoi \n" |
|
|
|
"Jacopo De Simoi\n" |
|
|
|
"Associate Professor — U Toronto\n")))))) |
|
|
|
"Associate Professor — U Toronto\n")))))) |
|
|
|
|
|
|
|
|
|
|
|
;; set `mu4e-context-policy` and `mu4e-compose-policy` to tweak when mu4e should |
|
|
|
;; set `mu4e-context-policy` and `mu4e-compose-policy` to tweak when mu4e should |
|
|
|
@ -678,6 +678,10 @@ |
|
|
|
smtpmail-servers-requiring-authorization ".*" |
|
|
|
smtpmail-servers-requiring-authorization ".*" |
|
|
|
smtpmail-smtp-server "127.0.0.1") |
|
|
|
smtpmail-smtp-server "127.0.0.1") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(require 'org-mu4e) |
|
|
|
|
|
|
|
;;store link to message if in header view, not to header query |
|
|
|
|
|
|
|
(setq mu4e-org-link-query-in-headers-mode nil) |
|
|
|
|
|
|
|
|
|
|
|
#+end_src |
|
|
|
#+end_src |
|
|
|
** org-mode |
|
|
|
** org-mode |
|
|
|
*** Require |
|
|
|
*** Require |
|
|
|
|