summaryrefslogtreecommitdiffstats
path: root/mpop/change-configuration-file-location.patch
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@web.de>2018-08-11 09:35:23 +0200
committerJustin Gassner <justin.gassner@web.de>2018-08-11 09:35:23 +0200
commitef15a7c752cdb6f1088d75a765db9bc16312fe81 (patch)
treeabcab46e0d508d4084e7b907859f77f5b44bb3e8 /mpop/change-configuration-file-location.patch
parentdd291a587475c640b83ccc6781bcb322487fde3e (diff)
downloadpackages-ef15a7c752cdb6f1088d75a765db9bc16312fe81.tar.zst
m[pop,smtp]: follow upstream
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
-