mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
473d9acdad
The `accounts.email.accounts.<name>.neomutt.extraConfig` option is included twice in the resulting config file for the account. One time as part of the `mraSection`, one time as part of `accountStr` (`accountStr` includes the `mraSection`). This removes that duplication. I opted to keep the one in `accounStr`, since `extraConfig` doesn't necessarily have anything to do with the `mraSection`.
31 lines
577 B
Text
31 lines
577 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'
|
|
|
|
|
|
# Extra configuration
|
|
color status cyan default
|
|
|