Till Brehm
2014-07-27 ea39b94c5f11f4e2255bce5bde5e6c8d2f1f0a59
server/plugins-available/getmail_plugin.inc.php
@@ -100,7 +100,11 @@
         if($data["new"]["active"] == 'y') {
            // Open master template
            $tpl = file_get_contents($conf["rootpath"].'/conf/getmail.conf.master');
            if(file_exists($conf["rootpath"].'/conf-custom/getmail.conf.master')) {
               $tpl = file_get_contents($conf["rootpath"].'/conf-custom/getmail.conf.master');
            } else {
               $tpl = file_get_contents($conf["rootpath"].'/conf/getmail.conf.master');
            }
            // Shall emails be deleted after retrieval
            if($data["new"]["source_delete"] == 'y') {