From 747e9bc2f568df066c9f19c83c1d2b0e89e9a30a Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 12 Dec 2023 16:32:00 +0100 Subject: [PATCH] repo: Turn mail account files into templates Since we have extracted changes into private repository, change the files containing them into templates so they do not get overwritten by branch changes. --- .dotter/global.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.dotter/global.toml b/.dotter/global.toml index 8e674b4..fbfa7e1 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -51,6 +51,11 @@ pass = "~" [office.files] "office/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" } "office/.config/glow/email.json" = { target = "~/.config/glow/email.json", type = "symbolic" } +"office/.config/isync/mbsyncrc" = { target = "~/.config/isync/mbsyncrc", type = "template" } +"office/.config/msmtp/config" = { target = "~/.config/msmtp/config", type = "template" } +"office/.config/neomutt/account" = { target = "~/.config/neomutt/account", type = "template" } +"office/.config/neomutt/profile.gmail" = { target = "~/.config/neomutt/profile.gmail", type = "template" } +"office/.config/neomutt/profile.private" = { target = "~/.config/neomutt/profile.private", type = "template" } office = "~" [services.files]