diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2025-09-16 22:27:22 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2025-09-16 22:27:22 +0200 |
| commit | 893f8e928e563b3d8bc6ddcfc16ee97c4cde2967 (patch) | |
| tree | b8fba4854ff96de26faddc1fcadffa4c2b62a8a3 /.gitconfig | |
| parent | a16f435dac91cfea3c8d63fcd345dada458d53a0 (diff) | |
| download | dotfiles-893f8e928e563b3d8bc6ddcfc16ee97c4cde2967.tar.gz dotfiles-893f8e928e563b3d8bc6ddcfc16ee97c4cde2967.zip | |
Pick mssola@mssola.com as the default email from now on
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ [user] name = Miquel Sabaté Solà - email = mikisabate@gmail.com + email = mssola@mssola.com signingkey = 0x96BE8C6FD89D6565 [includeIf "gitdir:~/src/github.com/SUSE/"] @@ -71,8 +71,8 @@ [sendemail] smtpEncryption = tls - smtpServer = smtp.gmail.com - smtpUser = mikisabate@gmail.com + smtpServer = smtp.mailbox.org + smtpUser = mssola@mssola.com smtpServerPort = 587 ## |
