From a398c6649c8b6855dc905f259454c6b097cc159d Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Fri, 18 Mar 2022 17:49:18 +0000 Subject: [PATCH] Don't annotate all sendemails --- user/daniel/home.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/user/daniel/home.nix b/user/daniel/home.nix index 976a328..4df1899 100644 --- a/user/daniel/home.nix +++ b/user/daniel/home.nix @@ -116,7 +116,6 @@ init.defaultBranch = "main"; format.signOff = "yes"; sendemail = { - annotate = "yes"; smtpUser = "me@danielpatterson.dev"; smtpServer = "smtp.fastmail.com"; smtpEncryption = "tls";