mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
f65dcd6c15
Fixes config load error since newer versions of neomutt don't allow `crypt_use_gpgme` to be loaded dynamically (from folder hooks)
36 lines
836 B
Text
36 lines
836 B
Text
# Generated by Home Manager.
|
|
set header_cache = "/home/hm-user/.cache/neomutt/headers/"
|
|
set message_cachedir = "/home/hm-user/.cache/neomutt/messages/"
|
|
set editor = "$EDITOR"
|
|
set implicit_autoview = yes
|
|
set crypt_use_gpgme = yes
|
|
|
|
alternative_order text/enriched text/plain text
|
|
|
|
set delete = yes
|
|
|
|
# Binds
|
|
|
|
|
|
# Macros
|
|
|
|
|
|
|
|
|
|
# Register accounts
|
|
# register account hm@example.com
|
|
named-mailboxes "someCustomName" "/home/hm-user/Mail/hm@example.com/Inbox"
|
|
mailboxes "/home/hm-user/Mail/hm@example.com/Sent"
|
|
named-mailboxes "Spam" "/home/hm-user/Mail/hm@example.com/Junk Email"
|
|
mailboxes "/home/hm-user/Mail/hm@example.com/Trash"
|
|
folder-hook /home/hm-user/Mail/hm@example.com/ " \
|
|
source /home/hm-user/.config/neomutt/hm@example.com "
|
|
|
|
|
|
# Source primary account
|
|
source /home/hm-user/.config/neomutt/hm@example.com
|
|
|
|
# Extra configuration
|
|
|
|
|
|
|