From 2724b20239bbbc19a9f856d6763f241aee9a8977 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 12 Sep 2018 19:36:52 +0200 Subject: [PATCH] gitconfig: Update email address --- .gitconfig | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitconfig b/.gitconfig index 3eacb7c8..eedb405d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,6 @@ # -*- mode:conf -*- [user] -email = ambrevar@gmail.com +email = mail@ambrevar.xyz name = Pierre Neidhardt [color] @@ -38,14 +38,12 @@ tool = ediff [sendemail] smtpencryption = tls -smtpserver = smtp.gmail.com -smtpuser = ambrevar@gmail.com +smtpserver = mail.gandi.net +smtpuser = mail@ambrevar.xyz smtpserverport = 587 # to = guix-patches@gnu.org suppresscc = author # sendemail.confirm = auto -# aliasfiletype = mutt -# aliasesfile = ~/.mutt.d/aliases [core] pager = cat