From 1ad360537f2735ec0ced809b11b1306088073dcc Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Wed, 7 Apr 2021 17:41:19 -0700 Subject: [PATCH] switch to using msmtp for git-send-email --- .config/git/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index 9ef9398..88c2ee7 100644 --- a/.config/git/config +++ b/.config/git/config @@ -12,5 +12,4 @@ pager = true [sendemail] annotate = yes -[include] - path = ~/.config/git/sendemail + smtpServer = /usr/bin/msmtp