mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
35 lines
640 B
Text
35 lines
640 B
Text
|
# Generated by Home Manager.
|
||
|
set ssl_force_tls = yes
|
||
|
set certificate_file=/etc/ssl/certs/ca-certificates.crt
|
||
|
|
||
|
# GPG section
|
||
|
set crypt_autosign = no
|
||
|
set crypt_opportunistic_encrypt = no
|
||
|
set pgp_use_gpg_agent = yes
|
||
|
set mbox_type = Maildir
|
||
|
set sort = "threads"
|
||
|
|
||
|
# MTA section
|
||
|
set smtp_pass="`password-command`"
|
||
|
set smtp_url='smtps://home.manager@smtp.example.com'
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
# MRA section
|
||
|
set folder='imaps://home.manager@imap.example.com:993'
|
||
|
set from='hm@example.com'
|
||
|
set postponed='+Drafts'
|
||
|
set realname='H. M. Test'
|
||
|
set record='+Sent'
|
||
|
set spoolfile='+Inbox'
|
||
|
set trash='+Trash'
|
||
|
|
||
|
|
||
|
# Extra configuration
|
||
|
color status cyan default
|
||
|
|
||
|
|
||
|
unset signature
|