.PHONY: test build mu all test: sudo nixos-rebuild test --flake . build: sudo nixos-rebuild build --flake . mu: mu init --maildir ~/.mail \ --my-address=e.litherlandsmith@proton.me \ --my-address=evie@xenia.me.uk \ --my-address=evie@litherlandsmith.slmail.me \ --my-address=e.litherlandsmith@icloud.com \ --my-address=evie.litherland-smith@ukaea.uk \ --my-address=elitherl@jet.uk .davmail.properties: touch $@ ~/.davmail.properties: .davmail.properties cp $? $@ all: mu ~/.davmail.properties