From 98a65953264fd09061ab6247384fbbd83c61f76d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 2 Oct 2023 11:38:00 +0100 Subject: [PATCH] Remove "extras", using Makefile to same purpose --- extra/davmail.properties => .davmail.properties | 0 Makefile | 10 ++++------ extra/mu_init.sh | 3 --- 3 files changed, 4 insertions(+), 9 deletions(-) rename extra/davmail.properties => .davmail.properties (100%) delete mode 100644 extra/mu_init.sh diff --git a/extra/davmail.properties b/.davmail.properties similarity index 100% rename from extra/davmail.properties rename to .davmail.properties diff --git a/Makefile b/Makefile index 3f5707aa..c1009476 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: test build mu davmail all +.PHONY: test build mu all test: sudo nixos-rebuild test --flake . @@ -15,12 +15,10 @@ mu: --my-address=evie.litherland-smith@ukaea.uk \ --my-address=elitherl@jet.uk -extra/davmail.properties: +.davmail.properties: touch $@ -~/.davmail.properties: extra/davmail.properties +~/.davmail.properties: .davmail.properties cp $? $@ -davmail: ~/.davmail.properties - -all: test mu davmail +all: mu ~/.davmail.properties diff --git a/extra/mu_init.sh b/extra/mu_init.sh deleted file mode 100644 index 6028ba29..00000000 --- a/extra/mu_init.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env sh - -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