commit 2607280d1f0f8dce4643a768f9bea7d3a451c7cc (patch) parent cafb44b45641c88534b2e306be56e1088660607e Author: Alex Karle <alex@alexkarle.com> Date: Fri, 13 Aug 2021 02:33:56 +0200 git: Remove smtp server info from sendemail I usually have a local mail server running these days that I'd rather use over fastmail (even if it just proxies there)! Diffstat:
M | .config/git/config | | | 11 | ++++++----- |
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/.config/git/config b/.config/git/config @@ -3,11 +3,12 @@ name = Alex Karle [sendemail] - smtpserver = smtp.fastmail.com - smtpuser = alex@alexkarle.com - smtpencryption = tls - smtpserverport = 587 - annotate = yes + # smtpserver = smtp.fastmail.com + # smtpuser = alex@alexkarle.com + # smtpencryption = tls + # smtpserverport = 587 + annotate = yes + confirm = always [pull] ff = only [alias]