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