-IMP, the Internet Mail Program, is one of the most popular and widely deployed -open source webmail applications in the world. It allows universal, web-based -access to IMAP and POP3 mail servers and provides Ajax, mobile and traditional -interfaces with a rich range of features normally found only in desktop email -clients. Approved by: itetcu (mentor)(implicit)
11 lines
384 B
PHP
11 lines
384 B
PHP
--- config/prefs.php.orig 2011-05-03 06:27:23.000000000 -0800
|
|
+++ config/prefs.php 2011-05-07 10:06:10.000000000 -0800
|
|
@@ -1200,7 +1200,7 @@
|
|
// You can provide default values this way:
|
|
// 'value' => json_encode(array('source_one', 'source_two'))
|
|
$_prefs['search_sources'] = array(
|
|
- 'value' => ''
|
|
+ 'value' => 'localsql',
|
|
);
|
|
|
|
// Field(s) to use when expanding addresses
|