summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2013-06-06Add imap_cache_ttl option to configure TTL of imap_cacheAleksander Machniak
2013-06-06Rename message_cache_lifetime to messages_cache_ttl option for naming ↵Aleksander Machniak
consistency
2013-06-06Make LDAP cache engine configurable via ldap_cache and ldap_cache_ttl optionsAleksander Machniak
2013-06-05Add option to use PHP's native session save handlersThomas Bruederli
2013-05-31Added user preference to open all popups as standard windowsAleksander Machniak
2013-05-29Change show_actual_foldernames to be show_real_foldernames.David Carter
Change requested by alec@alec.pl.
2013-05-29Add show_actual_foldernames preference and configuration option.David Carter
When enabled this setting shows actual folder names rather than the localised verions for the four default folders: $rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'sent-mail', 'spam', 'Trash');
2013-05-23Fix invalid option selected in default_font selector when font is unset ↵Aleksander Machniak
(#1489112)
2013-05-20Improve some options descriptionAleksander Machniak
2013-05-01Add option to display email address together with a name in mail preview ↵Aleksander Machniak
(#1488732)
2013-04-27Add db_prefix configuration option in place of db_table_*/db_sequence_* optionsAleksander Machniak
Make possible to use db_prefix for schema initialization in Installer (#1489067) Fix updatedb.sh script so it recognizes also table prefix for external DDL files
2013-03-26Remove sig_above configuration option, use reply_mode only (#1489001)Aleksander Machniak
2013-02-13Describe new options for LDAP address booksThomas Bruederli
2013-02-07Describe the new option 'group_filters' in the sample config blockThomas Bruederli
2013-02-01Allow to list contact groups in (paged) list (yet incomplete)Thomas Bruederli
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