diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-26 10:24:23 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-26 10:24:23 +0000 |
commit | 086982b91fb4e8bc995213f02546e71345b18f59 (patch) | |
tree | 12cc7cfd964725b90e3b8c110a1ec3d4f5410707 /mail/horde-turba/files/patch-ac | |
parent | Add ingo 1.0, horde's email-filter management application. (diff) |
Upgrade to 2.0.
The major changes compared to the Turba 1.x versions are:
* Copying and moving of contacts between different address books.
* IMSP and Kolab server support.
* Access keys.
* Allow replacing address books with imports.
* Mark certain fields as required.
* Allow to group fields into tabs.
* Optional delete confirmation.
* Composite fields.
* Allow search result limits for LDAP backends.
Notes
Notes:
svn path=/head/; revision=125198
Diffstat (limited to 'mail/horde-turba/files/patch-ac')
-rw-r--r-- | mail/horde-turba/files/patch-ac | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mail/horde-turba/files/patch-ac b/mail/horde-turba/files/patch-ac deleted file mode 100644 index 74914cb6d40e..000000000000 --- a/mail/horde-turba/files/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ ---- config/prefs.php.dist.orig Mon Oct 22 09:09:23 2001 -+++ config/prefs.php.dist Sun Nov 18 01:21:42 2001 -@@ -16,4 +16,13 @@ - 'type' => 'select', - 'desc' => _("Select your preferred language:") - ); -+ -+// Addressbook -+$_prefs['searchsource'] = array( -+ 'value' => 'localsql', -+ 'locked' => false, -+ 'shared' => true, -+ 'type' => 'select', -+ 'desc' => _("from") -+); - ?> |