Phase out coxeter tunnel

The server has become increasingly unrelable lately.
master
Jacopo De Simoi 2 years ago
parent 46fab5e12f
commit 8aa789720e
  1. 10
      global.org

@ -830,7 +830,7 @@
( mu4e-trash-folder . "/math/Trash")
( mu4e-refile-folder . "/math/Archive")
( smtpmail-stream-type . starttls )
( smtpmail-smtp-service . 9587 )
( smtpmail-smtp-service . 587 )
( mu4e-compose-signature . (concat
"Jacopo De Simoi (he · him)\n"
"Professor · U Toronto\n"))))))
@ -895,7 +895,13 @@
;; Send mail
(setq message-send-mail-function 'smtpmail-send-it
smtpmail-servers-requiring-authorization ".*"
smtpmail-smtp-server "127.0.0.1")
smtpmail-smtp-server "smtp.math.toronto.edu"
)
;(require 'org-mu4e)
;;store link to message if in header view, not to header query

Loading…
Cancel
Save