diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/115AppRegistryMimp mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/115AppRegistryMimp --- smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/115AppRegistryMimp 2006-10-12 22:38:58.000000000 -0500 +++ mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/115AppRegistryMimp 2006-10-12 22:38:09.000000000 -0500 @@ -3,6 +3,9 @@ 'fileroot' => dirname(__FILE__) . '/../mimp', 'webroot' => $this->applications['horde']['webroot'] . '/mimp', 'name' => _("Mobile Mail"), - 'status' => 'hidden' +{ +my $Mimp = $mimp{'status'} || 'disabled'; return " \'status\' => \'inactive\'" unless ($Mimp eq "enabled"); + $OUT .=' \'status\' => \'hidden\'' +} );