summaryrefslogtreecommitdiff
path: root/mail/horde4-turba/files/patch-ac
blob: 74914cb6d40e5638e55181f4346c566eea9029a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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")
+);
 ?>