Sat, 09 Jul 2011 15:39:59 +0200
Remove unmaintained and seemingly unused Kolab configuration.
squirrelmail/config_local_kolab.php | file | annotate | diff | comparison | revisions | |
squirrelmail/squirrelmail.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/squirrelmail/config_local_kolab.php Sat Jul 09 15:36:50 2011 +0200 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,62 +0,0 @@ 1.4 -<?php 1.5 -/* 1.6 - * config_local.php 1.7 - */ 1.8 - 1.9 -$squirrelmail_default_language = 'en_US'; 1.10 -$default_charset = 'utf-8'; 1.11 - 1.12 -$imapServerAddress = 'localhost'; 1.13 -$imap_auth_mech = 'login'; 1.14 - 1.15 -$optional_delimiter = '/'; 1.16 - 1.17 -$trash_folder = 'INBOX/Trash'; 1.18 -$sent_folder = 'INBOX/Sent'; 1.19 -$draft_folder = 'INBOX/Drafts'; 1.20 -$auto_create_special = true; 1.21 - 1.22 -$useSendmail = false; 1.23 -$smtpServerAddress = 'localhost'; 1.24 -$smtpPort = 465; 1.25 -$use_smtp_tls = true; 1.26 -$smtp_auth_mech = 'plain'; 1.27 - 1.28 -/* $encode_header_key = 'ec708b484289'; */ 1.29 -/* $hide_auth_header = false; */ 1.30 - 1.31 -$org_name = "Kolab"; 1.32 -$org_logo = SM_PATH . 'images/sm_logo.png'; 1.33 -$org_logo_width = '308'; 1.34 -$org_logo_height = '111'; 1.35 - 1.36 -$org_title = "Kolab"; 1.37 - 1.38 -$provider_name = 'Kolab'; 1.39 -$provider_uri = 'http://www.kolab.org/'; 1.40 - 1.41 -$edit_identity = false; 1.42 - 1.43 -unset($plugins); 1.44 -$plugins[0] = 'abook_take'; 1.45 -$plugins[] = 'administrator'; 1.46 -$plugins[] = 'calendar'; 1.47 -$plugins[] = 'compatibility'; 1.48 -$plugins[] = 'delete_move_next'; 1.49 -$plugins[] = 'listcommands'; 1.50 -$plugins[] = 'message_details'; 1.51 -$plugins[] = 'newmail'; 1.52 -$plugins[] = 'squirrelspell'; 1.53 -$plugins[] = 'squirrel_logger'; 1.54 -$plugins[] = 'translate'; 1.55 - 1.56 -$plugins[] = 'addgraphics'; 1.57 -$plugins[] = 'check_quota'; 1.58 -$plugins[] = 'folder_sizes'; 1.59 -$plugins[] = 'pupdate'; 1.60 -$plugins[] = 'show_user_and_ip'; 1.61 -$plugins[] = 'smallcal'; 1.62 -$plugins[] = 'vkeyboard'; 1.63 -$plugins[] = 'username'; 1.64 - 1.65 -?>
2.1 --- a/squirrelmail/squirrelmail.spec Sat Jul 09 15:36:50 2011 +0200 2.2 +++ b/squirrelmail/squirrelmail.spec Sat Jul 09 15:39:59 2011 +0200 2.3 @@ -60,7 +60,6 @@ 2.4 2.5 # package options 2.6 %option with_plugins no 2.7 -%option with_kolab no 2.8 2.9 # list of sources 2.10 Source0: http://switch.dl.sourceforge.net/squirrelmail/squirrelmail-%{V_squirrelmail}.tar.bz2 2.11 @@ -91,7 +90,6 @@ 2.12 Source25: opkg_small.png 2.13 Source26: rc.squirrelmail 2.14 Source27: squirrelmail.conf 2.15 -Source28: config_local_kolab.php 2.16 Source29: index.php 2.17 Patch0: squirrelmail.patch 2.18 Patch1: squirrelmail.patch.plugins 2.19 @@ -512,13 +510,6 @@ 2.20 %{SOURCE index.php} \ 2.21 $RPM_BUILD_ROOT%{l_prefix}/share/squirrelmail/ 2.22 2.23 - # optional KOLAB configuration 2.24 -%if "%{with_kolab}" == "yes" 2.25 - %{l_shtool} install -c -m 644 %{l_value -s -a} \ 2.26 - %{SOURCE config_local_kolab.php} \ 2.27 - $RPM_BUILD_ROOT%{l_prefix}/etc/squirrelmail/config_local.php 2.28 -%endif 2.29 - 2.30 # determine package ingredients and tag config files 2.31 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \ 2.32 %{l_files_std} \