Projects
Kolab:Winterfell
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 18
View file
roundcubemail.spec
Changed
@@ -43,7 +43,7 @@ Name: roundcubemail Version: 1.2 -Release: 0.20160317.git%{?dist} +Release: 0.20160318.git%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client
View file
debian.changelog
Changed
@@ -1,4 +1,4 @@ -roundcubemail (1:1.2~dev20160317-0~kolab1) unstable; urgency=low +roundcubemail (1:1.2~dev20160318-0~kolab1) unstable; urgency=low * fix secure URL regex for debian
View file
roundcubemail-1.2.tar.gz/CHANGELOG
Changed
@@ -27,6 +27,7 @@ - Fix handling of body parameter in mail compose request - Protect download urls against CSRF using unique request tokens (#1490642) - newmail_notifier: Refactor desktop notifications +- Fix so contactlist_fields option can be set via config file RELEASE 1.2-beta ----------------
View file
roundcubemail-1.2.tar.gz/config/defaults.inc.php
Changed
@@ -989,6 +989,10 @@ // Note: For LDAP sources fuzzy_search must be enabled to use 'partial' or 'prefix' mode $config['addressbook_search_mode'] = 0; +// List of fields used on contacts list and for autocompletion searches +// Warning: These are field names not LDAP attributes (see 'fieldmap' setting)! +$config['contactlist_fields'] = array('name', 'firstname', 'surname', 'email'); + // Template of contact entry on the autocompletion list. // You can use contact fields as: name, email, organization, department, etc. // See program/steps/addressbook/func.inc for a list
View file
roundcubemail-1.2.tar.gz/program/lib/Roundcube/rcube_config.php
Changed
@@ -87,9 +87,10 @@ $this->load(); // Defaults, that we do not require you to configure, - // but contain information that is used in various - // locations in the code: - $this->set('contactlist_fields', array('name', 'firstname', 'surname', 'email')); + // but contain information that is used in various locations in the code: + if (empty($this->prop['contactlist_fields'])) { + $this->set('contactlist_fields', array('name', 'firstname', 'surname', 'email')); + } } /**
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.2~dev20160317-0~kolab1 +Version: 1:1.2~dev20160318-0~kolab1 Maintainer: Debian Roundcube Maintainers <pkg-roundcube-maintainers@lists.alioth.debian.org> Uploaders: Vincent Bernat <bernat@debian.org>, Romain Beauxis <toots@rastageeks.org>, Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Homepage: http://www.roundcube.net/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.