Переглянути джерело

mu4e: Add SMTP config

undefined
Bingen Eguzkitza 3 роки тому
джерело
коміт
b5a701d950
1 змінених файлів з 29 додано та 3 видалено
  1. +29
    -3
      lisp/init-mu4e.el.template

+ 29
- 3
lisp/init-mu4e.el.template Переглянути файл

".*@home.example.com"))) ".*@home.example.com")))
:vars '( ( user-mail-address . "aliced@home.example.com" ) :vars '( ( user-mail-address . "aliced@home.example.com" )
( user-full-name . "ßingen" ) ( user-full-name . "ßingen" )
( mu4e-compose-signature . nil)))
( mu4e-compose-signature . nil)
( mu4e-sent-folder . "/Sent")
( user-mail-address . "aliced@home.example.com")
( smtpmail-smtp-user . "aliced@home.example.com")
( smtpmail-local-domain . "example.com")
( smtpmail-default-smtp-server . "smtp.example.com")
( smtpmail-smtp-server . "smtp.example.com")
( smtpmail-smtp-service . 587)
( smtpmail-stream-type . starttls)
( smtpmail-use-gnutls . t)))
,(make-mu4e-context ,(make-mu4e-context
:name "Work" :name "Work"
:enter-func (lambda () (mu4e-message "Switch to the Work context")) :enter-func (lambda () (mu4e-message "Switch to the Work context"))
(string-match-p "^/Arkham" (mu4e-message-field msg :maildir)))) (string-match-p "^/Arkham" (mu4e-message-field msg :maildir))))
:vars '( ( user-mail-address . "aderleth@miskatonic.example.com" ) :vars '( ( user-mail-address . "aderleth@miskatonic.example.com" )
( user-full-name . "ßingen" ) ( user-full-name . "ßingen" )
( mu4e-compose-signature . nil)))
( mu4e-compose-signature . nil) (mu4e-sent-folder . "/Sent")
( user-mail-address . "aliced@home.example.com")
( smtpmail-smtp-user . "aliced@home.example.com")
( smtpmail-local-domain . "example.com")
( smtpmail-default-smtp-server . "smtp.example.com")
( smtpmail-smtp-server . "smtp.example.com")
( smtpmail-smtp-service . 587)
( smtpmail-stream-type . starttls)
( smtpmail-use-gnutls . t)))


,(make-mu4e-context ,(make-mu4e-context
:name "Cycling" :name "Cycling"
(string= (mu4e-message-field msg :maildir) "/cycling"))) (string= (mu4e-message-field msg :maildir) "/cycling")))
:vars '( ( user-mail-address . "aderleth@example.com" ) :vars '( ( user-mail-address . "aderleth@example.com" )
( user-full-name . "ßingen" ) ( user-full-name . "ßingen" )
( mu4e-compose-signature . nil)))))
( mu4e-compose-signature . nil)
( mu4e-sent-folder . "/Sent")
( user-mail-address . "aliced@home.example.com")
( smtpmail-smtp-user . "aliced@home.example.com")
( smtpmail-local-domain . "example.com")
( smtpmail-default-smtp-server . "smtp.example.com")
( smtpmail-smtp-server . "smtp.example.com")
( smtpmail-smtp-service . 587)
( smtpmail-stream-type . starttls)
( smtpmail-use-gnutls . t)))))


;; 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
;; guess or ask the correct context, e.g. ;; guess or ask the correct context, e.g.

Завантаження…
Відмінити
Зберегти