2024-02-11 18:22:37 +01:00
|
|
|
# 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
|
2024-02-14 14:44:07 +01:00
|
|
|
set crypt_use_gpgme = yes
|
2024-02-11 18:22:37 +01:00
|
|
|
|
|
|
|
alternative_order text/enriched text/plain text
|
|
|
|
|
|
|
|
set delete = yes
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-04-29 23:54:54 +02:00
|
|
|
# Binds
|
2024-02-11 18:22:37 +01:00
|
|
|
|
|
|
|
|
2024-04-29 23:54:54 +02:00
|
|
|
# Macros
|
2024-02-11 18:22:37 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Register accounts
|
|
|
|
set account_command = '/nix/store/00000000000000000000000000000000-account-command.sh/bin/account-command.sh'
|
|
|
|
# register account hm@example.com
|
|
|
|
mailboxes "imaps://home.manager@imap.example.com:993/Inbox"
|
|
|
|
|
|
|
|
account-hook imaps://home.manager@imap.example.com:993/ " \
|
|
|
|
source /home/hm-user/.config/neomutt/hm@example.com "
|
|
|
|
|
|
|
|
|
|
|
|
# Source primary account
|
|
|
|
source /home/hm-user/.config/neomutt/hm@example.com
|
|
|
|
|
|
|
|
# Extra configuration
|
|
|
|
|
|
|
|
|
|
|
|
|