~kris/dots

srice

ref: b42b72dc2648499470b89418ac629e40f41d3149 srice/.config/git/git-sendemail.gitconfig -rw-r--r-- 590 bytes
b42b72dc — Kris Yotam sb-battery: match macsmc-battery by type, add low-battery dunst alerts; xprofile: caps:super 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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