5e95054
--- vdr-plugin-epgsearch-2.4.0/epgsearch.c.orig	2018-04-18 09:52:20.771857071 +0200
5e95054
+++ vdr-plugin-epgsearch-2.4.0/epgsearch.c	2018-04-18 09:54:13.613374320 +0200
5e95054
@@ -455,16 +455,16 @@
5e95054
     LoadConfD();
5e95054
     LoadUserVars();
5e95054
 
5e95054
-    ChannelGroups.Load(AddDirectory(CONFIGDIR, "epgsearchchangrps.conf"), true);
5e95054
-    Blacklists.Load(AddDirectory(CONFIGDIR, "epgsearchblacklists.conf"));
5e95054
-    SearchExts.Load(AddDirectory(CONFIGDIR, "epgsearch.conf"));
5e95054
-    SearchTemplates.Load(AddDirectory(CONFIGDIR, "epgsearchtemplates.conf"));
5e95054
-    RecsDone.Load(AddDirectory(CONFIGDIR, "epgsearchdone.data"));
5e95054
-    SwitchTimers.Load(AddDirectory(CONFIGDIR, "epgsearchswitchtimers.conf"));
5e95054
-    NoAnnounces.Load(AddDirectory(CONFIGDIR, "noannounce.conf"));
5e95054
-    DefTimerCheckModes.Load(AddDirectory(CONFIGDIR, "deftimerchkmodes.conf"));
5e95054
-    TimersDone.Load(AddDirectory(CONFIGDIR, "timersdone.conf"));
5e95054
-    PendingNotifications.Load(AddDirectory(CONFIGDIR, "pendingnotifications.conf"));
5e95054
+   ChannelGroups.Load("__VARDIR__/epgsearch/epgsearchchangrps.conf", true);
5e95054
+   Blacklists.Load("__VARDIR__/epgsearch/epgsearchblacklists.conf");
5e95054
+   SearchExts.Load("__VARDIR__/epgsearch/epgsearch.conf");
5e95054
+   SearchTemplates.Load("__VARDIR__/epgsearch/epgsearchtemplates.conf");
5e95054
+   RecsDone.Load("__VARDIR__/epgsearch/epgsearchdone.data");
5e95054
+   SwitchTimers.Load("__VARDIR__/epgsearch/epgsearchswitchtimers.conf");
5e95054
+   NoAnnounces.Load("__VARDIR__/epgsearch/noannounce.conf");
5e95054
+   DefTimerCheckModes.Load("__VARDIR__/epgsearch/deftimerchkmodes.conf");
5e95054
+   TimersDone.Load("__VARDIR__/epgsearch/timersdone.conf");
5e95054
+   PendingNotifications.Load("__VARDIR__/epgsearch/pendingnotifications.conf");
5e95054
 
5e95054
     cSearchTimerThread::Init(this);
5e95054
     cSwitchTimerThread::Init();
5e95054
--- vdr-plugin-epgsearch-2.4.0/epgsearchcfg.c.orig	2018-04-18 09:50:49.099003046 +0200
5e95054
+++ vdr-plugin-epgsearch-2.4.0/epgsearchcfg.c	2018-04-18 09:56:39.880934757 +0200
5e95054
@@ -76,7 +76,7 @@
5e95054
     strcpy(MailAuthUser, "");
5e95054
     strcpy(MailAuthPass, "");
5e95054
     strcpy(LastMailConflicts, "");
5e95054
-    mailViaScript = 1;
5e95054
+    mailViaScript = 0;
5e95054
     manualTimerCheckDefault = 0;
5e95054
     noAnnounceWhileReplay = 0;
5e95054
     TimerProgRepeat = 0;