summaryrefslogtreecommitdiffstats
path: root/mpop/change-configuration-file-location.patch
blob: 4deffb54ca812fa9928969e93cd7e90f8a1d76f5 (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 d1127c5cef14cb25fcae305071d83d5f89f810d8 Mon Sep 17 00:00:00 2001
From: Justin Gassner <justin.gassner@web.de>
Date: Wed, 18 May 2016 22:46:31 +0200
Subject: [PATCH] Change configuration file location

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

diff --git a/src/mpop.c b/src/mpop.c
index 2770cf9..60b155f 100644
--- a/src/mpop.c
+++ b/src/mpop.c
@@ -97,7 +97,7 @@ extern int optind;
 #define USERNETRCFILE   "_netrc"
 #define SYSNETRCFILE    "netrc"
 #else /* UNIX */
-#define CONFFILE        ".mpoprc"
+#define CONFFILE        ".config/mpop"
 #define UIDLSFILE       ".mpop_uidls/%U_at_%H"
 #define USERNETRCFILE   ".netrc"
 #define SYSNETRCFILE    "netrc"
-- 
2.8.2