summaryrefslogtreecommitdiffstats
path: root/mpop/change-configuration-file-location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mpop/change-configuration-file-location.patch')
-rw-r--r--mpop/change-configuration-file-location.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/mpop/change-configuration-file-location.patch b/mpop/change-configuration-file-location.patch
deleted file mode 100644
index 4deffb5..0000000
--- a/mpop/change-configuration-file-location.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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
-