mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
fixed not primary
This commit is contained in:
parent
18454219c6
commit
a33ba0e705
2 changed files with 4 additions and 13 deletions
|
@ -4,31 +4,22 @@ 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-account
|
||||
|
||||
## 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 /home/hm-user/.config/neomutt/hm-account "
|
||||
|
||||
# Source primary account
|
||||
source /home/hm-user/.config/neomutt/hm-account
|
||||
|
||||
# Extra configuration
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.config/neomutt/neomuttrc
|
||||
assertFileContent home-files/.config/neomutt/neomuttrc ${
|
||||
assertFileContent $(normalizeStorePaths home-files/.config/neomutt/neomuttrc) ${
|
||||
./neomutt-not-primary-expected.conf
|
||||
}
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue