diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -8,12 +8,11 @@ subjectPrefix = PATCH [sendemail] from = Thanos Apollo <[email protected]> - smtpserver = smtp.forwardemail.net - smtpuser = [email protected] + smtpserver = smtp.mailbox.org + smtpuser = [email protected] smtpencryption = ssl smtpserverport = 465 annotate = yes - smtpass = $(pass forwardemail/[email protected]) [core] commitGraph = true [gc] |