1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/mail/turba/files/patch-ac
Steve Price 5e71622409 Adding turba version 1.0.
The Horde contact management application.

PR:		32089, 32152
Submitted by:	Thierry Thomas <thierry@thomas.as>
2001-12-03 02:40:12 +00:00

17 lines
392 B
Plaintext

--- 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")
+);
?>