mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 03:09:45 +01:00
5be9aa417a
This resolves the error The option `accounts.email.accounts.xyz.neomutt.sendMailCommand` is defined both null and not null, in `…/home-manager/modules/accounts/email.nix' and `…/home-manager/modules/accounts/email.nix'. that would occur previously when both neomutt and msmtp were enabled for an account.
33 lines
604 B
Text
33 lines
604 B
Text
# Generated by Home Manager.
|
|
set ssl_force_tls = yes
|
|
set certificate_file=/etc/ssl/certs/ca-certificates.crt
|
|
|
|
# GPG section
|
|
set crypt_use_gpgme = yes
|
|
set crypt_autosign = no
|
|
set pgp_use_gpg_agent = yes
|
|
set mbox_type = Maildir
|
|
set sort = "threads"
|
|
|
|
# MTA section
|
|
set sendmail='msmtpq --read-envelope-from --read-recipients'
|
|
|
|
|
|
|
|
|
|
|
|
# MRA section
|
|
set folder='/home/hm-user/Mail/hm@example.com'
|
|
set from='hm@example.com'
|
|
set postponed='+Drafts'
|
|
set realname='H. M. Test'
|
|
set record='+Sent'
|
|
set spoolfile='+Inbox'
|
|
set trash='+Trash'
|
|
color status cyan default
|
|
|
|
|
|
|
|
# Extra configuration
|
|
color status cyan default
|
|
|