~kris/dots

srice

ref: 4471d164e01750db50f2d73d2a7c8af0e2318591 srice/.config/git/git-sendemail.gitconfig -rw-r--r-- 590 bytes
4471d164 — Kris Yotam wallpapermenu: pass -no-config so ambient rofi theme can't override the picker 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