diff options
Diffstat (limited to 'mail/horde-turba/files/patch-ac')
-rw-r--r-- | mail/horde-turba/files/patch-ac | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/horde-turba/files/patch-ac b/mail/horde-turba/files/patch-ac new file mode 100644 index 000000000000..74914cb6d40e --- /dev/null +++ b/mail/horde-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") ++); + ?> |