mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
fixed tests
This commit is contained in:
parent
502d167c8c
commit
bacb4d614a
2 changed files with 2 additions and 5 deletions
|
@ -13,10 +13,6 @@ set sort = "threads"
|
|||
set smtp_pass="`password-command`"
|
||||
set smtp_url='smtps://home.manager@smtp.example.com'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# MRA section
|
||||
set folder='/home/hm-user/Mail/hm@example.com'
|
||||
set from='hm@example.com'
|
||||
|
@ -32,6 +28,7 @@ color status cyan default
|
|||
|
||||
|
||||
set signature = /nix/store/00000000000000000000000000000000-signature.txt
|
||||
|
||||
# notmuch section
|
||||
set nm_default_uri = "notmuch:///home/hm-user/Mail"
|
||||
virtual-mailboxes "My INBOX" "notmuch://?query=tag%3Ainbox"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
nmt.script = ''
|
||||
assertFileExists home-files/.config/neomutt/neomuttrc
|
||||
assertFileExists home-files/.config/neomutt/hm@example.com
|
||||
assertFileContent home-files/.config/neomutt/neomuttrc ${
|
||||
assertFileContent $(normalizeStorePaths home-files/.config/neomutt/neomuttrc) ${
|
||||
./neomutt-expected.conf
|
||||
}
|
||||
expectedSignature=$(normalizeStorePaths "home-files/.config/neomutt/hm@example.com")
|
||||
|
|
Loading…
Add table
Reference in a new issue