summaryrefslogtreecommitdiffstats
path: root/msmtp/change-configuration-file-location.patch
blob: 428447072e98e17d74c3b67fb3a8130c2ad93795 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 9ac163f8fe8d7fceb215b3a39db51f2610856cc5 Mon Sep 17 00:00:00 2001
From: Justin Gassner <justin.gassner@web.de>
Date: Wed, 18 May 2016 23:05:49 +0200
Subject: [PATCH] Change configuration file location

---
 src/msmtp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/msmtp.c b/src/msmtp.c
index 3e549ae..9e3b7f5 100644
--- a/src/msmtp.c
+++ b/src/msmtp.c
@@ -89,7 +89,7 @@ extern int optind;
 #define USERNETRCFILE   "_netrc"
 #else /* UNIX */
 #define SYSCONFFILE     "msmtprc"
-#define USERCONFFILE    ".msmtprc"
+#define USERCONFFILE    ".config/msmtp"
 #define SYSNETRCFILE    "netrc"
 #define USERNETRCFILE   ".netrc"
 #endif
-- 
2.8.2