mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
017b12de5b
Adding unmailboxes option to neomutt, which adds the `unmailboxes` option it to every account.email with neomutt enabled. See https://www.mutt.org/doc/manual/#mailboxes for more.
34 lines
594 B
Text
34 lines
594 B
Text
# Generated by Home Manager.
|
|
unmailboxes *
|
|
|
|
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 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
|
|
|
|
|
|
unset signature
|