summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2013-03-26Remove sig_above configuration option, use reply_mode only (#1489001)Aleksander Machniak
2013-01-23Use LDAP fallback hosts on connect + bind because with OpenLDAP 2.x ↵Thomas Bruederli
ldap_connect() always succeeds but ldap_bind() will fail if host isn't reachable. Add option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT on PHP > 5.3.0)
2013-01-16Add and use db_table_system config optionAleksander Machniak
2013-01-02Add option to use envelope From address for MDN responses (#1488880)Aleksander Machniak
2012-12-21Add warning in default_host description, so after change update of users ↵Aleksander Machniak
table is needed (#1486386)
2012-12-08Better explanation of the new mime_types config optionThomas Bruederli
2012-11-28Merge pull request #49 from linagora/masterAleksander Machniak
Add new identity level: one identity with edit only signature
2012-11-27Clarify mime_magic config option; add new function to map mimetypes and ↵Thomas Bruederli
filename extensions
2012-11-26Add new identity level: one identity with edit only signaturejeremie kornobis
2012-11-25Remove unused db_max_length configAleksander Machniak
2012-11-15Merge branch 'keep-alive'Aleksander Machniak
Conflicts: CHANGELOG
2012-11-12Renamed config options: keep_alive to refresh_interval, min_keep_alive to ↵Aleksander Machniak
min_refresh_interval
2012-11-10New feature: display attached images as thumbnails below message bodyThomas Bruederli
2012-11-10Clarify keep-alive setting, move it to User Interface section, change labelAleksander Machniak
to "Refresh (check for new messages, etc.)", allow no-refresh mode.
2012-11-09Add config options to automatically generate LDAP attributes for new entriesThomas Bruederli
2012-10-27Merge branch 'dev-compose-newwindow'Thomas Bruederli
2012-10-27Merge pull request #38 from dupondje/masterThomas B.
Option to hide SQL addressbook
2012-10-24Add option to disable saving sent mail in Sent folder - ↵Aleksander Machniak
no_save_sent_messages (#1488686)
2012-10-23Give option to hide DB address book with addressbook pluginJean-Louis Dupond
2012-10-18Remove automatic to-lowercase conversion of usernames (#1488715)Aleksander Machniak
2012-10-17Add user settings to open message view and compose form in new windows. This ↵Thomas Bruederli
natevely implements the compose_newwindow plugin functionslity and more
2012-09-18Remove 'db_sequence_cache' optionaleksander Machniak
2012-09-07Fix confusing comment for imap_auth_typeAleksander Machniak
2012-08-27Add option to enable HTML editor on forwarding (#1488517)Aleksander Machniak
2012-08-26Add option to not include original message on reply, rename option ↵Aleksander Machniak
top_posting to reply_mode (#1485149)
2012-08-24Corrected description if debug_levelAleksander Machniak
2012-08-20Added session_path config option and unified cookies settings in javascriptAleksander Machniak
2012-08-17Fix bug where domain name was converted to lower-case even with ↵Aleksander Machniak
login_lc=false (#1488593)
2012-08-11Added separate From and To columns apart from smart From/To column (#1486891)Aleksander Machniak
2012-08-06Removed users.alias column, added option ('user_aliases')Aleksander Machniak
to use email address from identities as username (#1488581)
2012-07-31Hide product version on login screen by defaultThomas Bruederli
2012-07-31Use correct field name (title -> jobtitle) in example LDAP addressbook configAleksander Machniak
2012-07-30Merged changes to skin foldersThomas Bruederli
2012-07-30Adapt to new default skin folder namimgThomas Bruederli
2012-07-30Merge pull request #14 from bes-internal/masterThomas B.
Use HTTP_HOST for %d in parse_host. Add %t for host name from SERVER_NAME
2012-07-30Support connections to memcached socket file (#1488577)Aleksander Machniak
2012-07-26use in parse_host HTTP_HOST for %dbes.internal
Use in parse_host function for domain resolve HTTP_HOST not hostname. add %t for hostname without first part For example roundcube box backend (rc.somedomain.tld) for reverse proxy on real domain (mail.example.com)
2012-07-02Set display_next option to true by default (in config template)Thomas Bruederli
2012-05-21Add option imap_force_ns to make buggy servers support optionalAleksander Machniak
2012-05-02- Allow to configure the number of values allowed for each LDAP attributethomascube
- Support for serialized LDAP address values (usually delimited with a $)
2012-04-18- Uncomment 'organization'=>'o' - it worksalecpl
2012-04-12- facsimileTelephoneNumber attribute also doesn't work, commented outalecpl
2012-04-12- More LDAP fields mapping (inetOrgPerson)alecpl
2012-04-08- Add option to delete messages instead of moving to Trash when in Junk ↵alecpl
folder (#1486686)
2012-04-04- replace claim in Roundcube logothomascube
- require support_url config option in installer
2012-03-29- Support LDAP RFC2256's country object class read/write (#1488123)alecpl
2012-03-05Add a note that 'use_https' and 'force_https' are mutually exclusivethomascube
2012-02-29Describe 'scope' option for LDAP groups in config templatethomascube
2012-02-13- default_imap_folders -> default_foldersalecpl
2012-02-11User configurable setting how to display contact names in listthomascube