From 8b5171952ff163278acb7247bb7016077367939b Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 14 Aug 2023 14:10:02 +0300 Subject: desktop: update gitconfig --- desktop.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'desktop.org') diff --git a/desktop.org b/desktop.org index 49497e8..57d4a22 100644 --- a/desktop.org +++ b/desktop.org @@ -14,14 +14,14 @@ subjectPrefix = PATCH [sendemail] from = Thanos Apollo - smtpserver = mail.gandi.net - smtpuser = public@thanosapollo.com + smtpserver = smtp.fastmail.com + smtpuser = thanosapollo@fastmail.com smtpencryption = ssl smtpserverport = 465 annotate = yes - [credential "smtp://mail.gandi.net:465"] - helper = "!f() { echo username=public@thanosapollo.com; echo \"password=$(pass show gandi/thanosapollo)\"; }; f" + [credential "smtp://smtp.fastmail.com"] + helper = "!f() { echo username=thanosapollo@fastmail.com; echo \"password=$(pass show fastmail.com/thanosapollo@fastmail.com | sed -n '/smtp:/,+3p')\"; }; f" #+end_src * Hyprland -- cgit v1.2.3