From 83023892a22fecab62cd91911b5898b0d8337ea4 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 26 Dec 2018 11:23:15 +0100 Subject: [PATCH] git: update sendemail config --- home/.gitconfig | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/home/.gitconfig b/home/.gitconfig index 3743a39..cf38def 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -49,11 +49,6 @@ [diff "xml"] textconv = xmllint --format --recover -[sendemail] - smtpEncryption = tls - smtpServer = mail.0l.de - smtpUser = stv0g - smtpServerPort = 587 [alias] addnw = !sh -c 'git diff -U0 -w --no-color "$@" | git apply --cached --ignore-whitespace --unidiff-zero -' l = log --oneline @@ -71,3 +66,9 @@ type = 'cat-file -t' dump = 'cat-file -p' +[sendemail] + confirm = auto + smtpEncryption = tls + smtpServer = mail.0l.de + smtpUser = stv0g + smtpServerPort = 587