diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-19 16:58:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-19 16:58:09 +0000 |
commit | 1e5f8701d959f3521726d8680dc3b052c61fe685 (patch) | |
tree | 0b1b4ff39fea5e6f3202151744276c0301de9823 /mail/imp3/files/patch-ac | |
parent | * Update to 1.0.2. Changes in this release include: (diff) |
horde-devel from 2.0 RC3 to 2.0;
turba from 1.0 RC3 to 1.0;
imp-devel from 3.0 RC3 to 1.0
Notes
Notes:
svn path=/head/; revision=53347
Diffstat (limited to 'mail/imp3/files/patch-ac')
-rw-r--r-- | mail/imp3/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/imp3/files/patch-ac b/mail/imp3/files/patch-ac new file mode 100644 index 000000000000..a7a34acdf937 --- /dev/null +++ b/mail/imp3/files/patch-ac @@ -0,0 +1,11 @@ +--- config/prefs.php.dist.orig Sun Dec 23 18:24:39 2001 ++++ config/prefs.php.dist Thu Jan 3 20:57:38 2002 +@@ -444,7 +444,7 @@ + + // addressbook(s) to use when expanding addresses + $_prefs['search_sources'] = array( +- 'value' => '', ++ 'value' => 'localsql', + 'locked' => false, + 'shared' => false, + 'type' => 'implicit' |