1
0
forked from pool/roundcubemail
Wolfgang Rosenauer 2013-04-27 16:29:44 +00:00 committed by Git OBS Bridge
parent 6ceb2b0fee
commit 579b5d7cac
5 changed files with 26 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88128db0dc57651e08beb3c4811bc9e33aca1c39a50cfc9efb5d14b0baa17704
size 3724565

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7edab9579cd2a6353c30de3fcfc86da231f0a46f7ad4ce707090813173f662c2
size 3711615

View File

@ -1,21 +1,21 @@
diff --git a/installer/index.php b/installer/index.php
index 4c94fea..204cdf4 100644
index 0e80b1c..75a9440 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -43,7 +43,7 @@ ini_set('error_reporting', E_ALL&~E_NOTICE);
ini_set('display_errors', 1);
@@ -41,7 +41,7 @@ ini_set('display_errors', 1);
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/');
-define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
+define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail');
define('RCMAIL_CHARSET', 'UTF-8');
define('RCUBE_INSTALL_PATH', INSTALL_PATH);
-define('RCUBE_CONFIG_DIR', INSTALL_PATH . 'config/');
+define('RCUBE_CONFIG_DIR', '/etc/roundcubemail');
$include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR;
$include_path .= INSTALL_PATH . 'program/include' . PATH_SEPARATOR;
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 3809479..5004448 100644
index c2efe01..2cccf74 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -52,7 +52,7 @@ if (!defined('INSTALL_PATH')) {
@@ -44,7 +44,7 @@ if (!defined('INSTALL_PATH')) {
}
if (!defined('RCMAIL_CONFIG_DIR')) {
@ -23,4 +23,4 @@ index 3809479..5004448 100644
+ define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail');
}
// make sure path_separator is defined
if (!defined('RCUBE_LOCALIZATION_DIR')) {

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Apr 27 09:31:24 UTC 2013 - wr@rosenauer.org
- Update to version 0.9.0
* Improved rendering of forwarded and attached messages
* Optionally display and compose email messages a new windows
* Unified UI for message view and composition
* Show sender photos from contacts in email view
* Render thumbnails for image attachments
* Download all attachments as zip archive (using the zipdownload plugin)
* Forward multiple emails as attachments
* CSV import for contacts
-------------------------------------------------------------------
Fri Mar 29 22:26:24 UTC 2013 - wr@rosenauer.org

View File

@ -21,7 +21,7 @@ Summary: A modern browser-based multilingual IMAP client
License: GPL-3.0+ and GPL-2.0 and BSD-3-Clause
Group: Productivity/Networking/Email/Clients
Url: http://www.roundcube.net/
Version: 0.8.6
Version: 0.9.0
Release: 0
BuildRequires: apache2-devel
%if 0%{suse_version} >= 1100