cbf0667037
* neomutt: Fix eval error when primary account not enabled If neomutt is enabled for an account, but not the primary account, the configuration will fail with "list index 0 is out of bounds". This adds the first neomutt-enabled account as a fallback. * neomutt: add regression test/update tests
33 lines
594 B
Plaintext
33 lines
594 B
Plaintext
# 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
|
|
|
|
alternative_order text/enriched text/plain text
|
|
|
|
set delete = yes
|
|
|
|
# Binds
|
|
|
|
|
|
# Macros
|
|
|
|
|
|
|
|
|
|
# Extra configuration
|
|
|
|
|
|
|
|
|
|
# Register accounts
|
|
# register account hm-account
|
|
mailboxes "/home/hm-user/Mail/hm-account/Inbox"
|
|
folder-hook /home/hm-user/Mail/hm-account/ " \
|
|
source /home/hm-user/.config/neomutt/hm-account "
|
|
|
|
|
|
# Source primary account
|
|
source /home/hm-user/.config/neomutt/hm-account
|