summaryrefslogtreecommitdiff
path: root/mail/turba/files/patch-ac
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-12-03 02:40:12 +0000
committerSteve Price <steve@FreeBSD.org>2001-12-03 02:40:12 +0000
commit5e716224098c24e163ce5ef65b969773aaf1a653 (patch)
tree957228ace66d642ee412324946a7345a9402c318 /mail/turba/files/patch-ac
parentAdding horde version 2.0. (diff)
Adding turba version 1.0.
The Horde contact management application. PR: 32089, 32152 Submitted by: Thierry Thomas <thierry@thomas.as>
Notes
Notes: svn path=/head/; revision=50927
Diffstat (limited to 'mail/turba/files/patch-ac')
-rw-r--r--mail/turba/files/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/turba/files/patch-ac b/mail/turba/files/patch-ac
new file mode 100644
index 000000000000..74914cb6d40e
--- /dev/null
+++ b/mail/turba/files/patch-ac
@@ -0,0 +1,16 @@
+--- 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")
++);
+ ?>