--- rpms/e-smith-email/sme8/e-smith-email-4.16.0-rmDuplicates.patch 2008/02/11 19:00:27 1.1 +++ rpms/e-smith-email/sme8/e-smith-email-4.16.0-rmDuplicates.patch 2008/02/11 19:00:27 1.1.2.1 @@ -0,0 +1,106 @@ +diff -Nur -x '*.orig' -x '*.rej' e-smith-email-4.17.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/emailsettings mezzanine_patched_e-smith-email-4.17.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/emailsettings +--- e-smith-email-4.17.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/emailsettings 2007-12-27 06:48:39.000000000 +1100 ++++ mezzanine_patched_e-smith-email-4.17.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/emailsettings 2008-02-10 10:36:22.000000000 +1100 +@@ -3,6 +3,10 @@ + --> + + FORM_TITLE ++ E-mail settings ++ ++ ++ E-mail + E-mail + + +@@ -149,20 +153,6 @@ + LABEL_SORT_HEADER + Select sort header (for multi-drop) + +- +- +- SAVE +- Save +- +- +- +- FORM_TITLE +- E-mail settings +- +- +- SUCCESS +- The new e-mail settings have been saved. +- + + ENABLED + Enabled +@@ -204,7 +194,7 @@ + Allow both POP3 and POP3S + + +- PRIVATE_POP3 ++ ALLOW_PRIVATE + Allow private + + +@@ -216,10 +206,6 @@ + Allow both IMAP and IMAPS + + +- PRIVATE_IMAP +- Allow private +- +- + SECURE_IMAP + Allow private and public (secure IMAPS) + +@@ -342,18 +328,6 @@ + Webmail access + + +- SAVE +- Save +- +- +- Configuration +- Configuration +- +- +- E-mail +- E-mail +- +- + ERROR_UPDATING + Error occurred while updating system configuration. + +@@ -543,10 +517,6 @@ + CUSTOM + Custom + +- +- SAVE +- Save +- + + + LABEL_SMARTHOST_SMTPAUTH_STATUS +diff -Nur -x '*.orig' -x '*.rej' e-smith-email-4.17.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/emailsettings.pm mezzanine_patched_e-smith-email-4.17.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/emailsettings.pm +--- e-smith-email-4.17.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/emailsettings.pm 2007-12-27 06:48:39.000000000 +1100 ++++ mezzanine_patched_e-smith-email-4.17.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/emailsettings.pm 2008-02-10 10:33:10.000000000 +1100 +@@ -708,7 +708,7 @@ + { + my %options = ( + disabled => 'DISABLED', +- private => 'PRIVATE_POP3', ++ private => 'ALLOW_PRIVATE', + publicSSL => 'SECURE_POP3' + ); + +@@ -723,7 +723,7 @@ + { + my %options = ( + disabled => 'DISABLED', +- private => 'PRIVATE_IMAP', ++ private => 'ALLOW_PRIVATE', + publicSSL => 'SECURE_IMAP' + ); +