mirror of
https://github.com/nix-community/home-manager
synced 2024-11-11 05:39:44 +01:00
f66e0c311b
neomutt: Updated options and added tests neomutt: Added test for individual mailbox type neomutt: Formatted code neomutt: Enable ssl_force_tls based on IMAP instead of SMTP neomutt: Applied suggestions from @chayleaf neomutt: fix breaking tests
34 lines
742 B
Text
34 lines
742 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
|
|
|
|
alternative_order text/enriched text/plain text
|
|
|
|
set delete = yes
|
|
|
|
# Binds
|
|
|
|
|
|
# Macros
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|