# git send-email config for sr.ht patch workflow
# Add to ~/.gitconfig:
# [include]
# path = ~/dev/100x/configs/git-sendemail.gitconfig
[sendemail]
# Route through msmtp (configure msmtp separately)
smtpServer = /usr/bin/msmtp
# Or direct SMTP:
# smtpserver = smtp.gmail.com
# smtpuser = you@gmail.com
# smtpencryption = ssl
# smtpserverport = 465
annotate = yes
confirm = always
chainReplyTo = false
thread = true
suppresscc = self
[format]
subjectPrefix = PATCH
signOff = false
coverLetter = auto
thread = shallow